Export Skills
Exports defined skills as JSON for integration into other systems, streamlining skill deployment and management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add export-skills npx -- -y @trustedskills/export-skills
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"export-skills": {
"command": "npx",
"args": [
"-y",
"@trustedskills/export-skills"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to export skills from an AI agent's configuration. It facilitates sharing and backup of agent configurations, enabling easy replication or transfer between environments. The exported data can be used to recreate the agent’s capabilities elsewhere.
When to use it
- Sharing Agent Configurations: Distribute a working agent setup with colleagues by exporting its skills.
- Backing Up Agent Settings: Create a backup of your agent's skill list in case of accidental changes or system failures.
- Reproducing Environments: Recreate an agent’s configuration on a new machine or platform using the exported data.
- Auditing Skill Usage: Generate a report of all skills currently active within an AI agent for review and optimization.
Key capabilities
- Exports skill configurations
- Facilitates sharing of agent setups
- Enables backup of agent settings
- Supports environment recreation
Example prompts
- "Export the current skills configuration."
- "Generate a list of all installed skills."
- "Save my agent's skills to a file."
Tips & gotchas
The exported data is typically in a structured format (likely JSON or YAML) that requires parsing and understanding. Ensure you have appropriate tools to handle the output format when importing or recreating agents.
Tags
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.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.