Example skill demonstrating the new skill card mechanism
Scanned 9/8/2026
Install to Claude Code
npx -y skills add shierduan/Nuwa --skill example-skill-card --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Example Skill Card?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shierduan-example-skill-card)More formats (shields.io, HTML) on the badges page.
---
name: example-skill-card
description: "Example skill demonstrating the new skill card mechanism"
metadata:
{
"openclaw":
{
"emoji": "🎴",
"card": {
"title": "Example Skill Card",
"description": "This is an example skill showing how to use the new skill card metadata",
"category": "Development",
"tags": ["example", "demo", "card", "skill"],
"color": "#4CAF50",
"backgroundColor": "#E8F5E9"
}
},
}
---
# Example Skill Card
This skill demonstrates the new skill card mechanism.
## Features
- Shows how to add card metadata to a skill
- Demonstrates categorization and tagging
- Includes visual styling options
## Usage
This is just an example skill to show the new functionality.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!