Skill Creator
AI-powered skill scaffolding tool. Describe what you want your skill to do and get a complete SKILL.md + tool handlers generated automatically.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add skill-creator npx -- -y @trustedskills/skill-creator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"skill-creator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/skill-creator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The skill-creator tool enables users to define and structure new AI agent skills, making it easier to integrate specialized functionalities into an AI assistant. It allows for precise configuration of capabilities, use cases, and technical requirements, ensuring that each skill is well-documented and ready for deployment.
When to use it
- When developing a new AI agent with specific tasks or domains in mind.
- To standardize the creation of skills across multiple agents or platforms.
- When preparing documentation or registry entries for an AI assistant's capabilities.
- For teams looking to maintain consistency in how skills are defined and shared.
Key capabilities
- Define skill slugs, authors, and categories.
- Specify real-world use cases and technical prerequisites.
- Generate structured markdown guides with predefined sections.
- Ensure compatibility with registry systems like TrustedSkills.
Example prompts
- "Create a skill guide for the 'code-reviewer' tool."
- "Generate documentation for an AI agent that translates documents."
- "Write a skill entry for a personal finance assistant."
Tips & gotchas
- Always ensure source content is complete and accurate to avoid missing details in the generated guide.
- Use consistent naming conventions for slugs and categories to maintain clarity across the registry.
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v1.3.0
- License
- MIT
- Author
- openclaw
- Installs
- 1.6k
- Updated
- Feb 15, 2026
- Published
- Nov 1, 2025
⭐ Featured
Editorially selected — recommended for any platform.
Install command fetches the verified snapshot, not the live repository.