Community Skills
Export your skills to share with others, import skills from files, or browse ready-to-use skills from the community repository.
Exporting Skills
Skills are exported as JSON:
Export as JSON
- Open the skill card menu (three dots)
- Click Export as JSON
- The skill is exported as JSON. The file includes a
formatfield: a structured skill exports its categories and instructions; a markdown skill exports itsbody. - Use this format for importing into another workspace — it round-trips either format
Importing Skills
Import skills from JSON files:
- Click the Import button next to "New Skill"
- Drag and drop a JSON file or click to browse
- The system validates the JSON structure
- Preview shows the skill name, format, and either its category/instruction count or that it has a markdown body
- Click Import Skill to create the skill
Format field: Imported JSON may include a format of
structured or markdown. A markdown skill carries a
body instead of categories. Files exported before this field
existed (no format) are imported as structured — so older exports keep working.
Note: If a skill with the same name exists, it will be auto-renamed (e.g., "My Skill" → "My Skill (2)").
Private share links: JSON files aren't the only way to bring in a skill. If someone shares a skill with you via a private share link, you can preview it in the browser and import your own copy directly — no file download needed. See Sharing & Imports.
Community Repository
Don't want to start from scratch? Browse ready-to-use skills created by the community:
Visit github.com/superclawd-ai/superclawd to discover skills for React, TypeScript, Python, and more. Download JSON files and import them directly into your workspace.
Using Community Skills
- Browse the skills directory
- Find a skill that matches your needs
- Download the JSON file
- Import it using the Import button in your workspace
Contributing Your Skills
Have skills that work well for your team? Share them with the community:
- Export your skill as JSON
- Fork the community repository
- Add your skill to the appropriate category
- Submit a pull request
See the Contributing Guide for detailed instructions.