Documentation

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

  1. Open the skill card menu (three dots)
  2. Click Export as JSON
  3. The skill is exported as JSON. The file includes a format field: a structured skill exports its categories and instructions; a markdown skill exports its body.
  4. Use this format for importing into another workspace — it round-trips either format

Importing Skills

Import skills from JSON files:

  1. Click the Import button next to "New Skill"
  2. Drag and drop a JSON file or click to browse
  3. The system validates the JSON structure
  4. Preview shows the skill name, format, and either its category/instruction count or that it has a markdown body
  5. 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:

Community Repository

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

  1. Browse the skills directory
  2. Find a skill that matches your needs
  3. Download the JSON file
  4. 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:

  1. Export your skill as JSON
  2. Fork the community repository
  3. Add your skill to the appropriate category
  4. Submit a pull request

See the Contributing Guide for detailed instructions.