Docs
Refer friends. Keep the rewards coming!Your friend can unlock up to 10M tokens · earn up to 30% revenue share.
+500K TokensGenerate link

Package a Skill

A Skill is the distributable, installable, certifiable tool definition. Its package format comes from the backend ZIP packager.

Package format

A skill ZIP package contains:

  • manifest.json
  • README.md
  • input-schema.json
  • output-schema.json

Upload uses POST /api/v4/skill-store/upload. Download uses GET /api/v4/skill-store/:id/download.

Safety checks

  • ZIP file limit: 50.
  • Decompressed size limit: 50 MB.
  • Compression-ratio warning: 100:1.
  • The manifest is checked for key format, category, schema JSON, prompt injection, URL safety, and Markdown sanitization.

Lifecycle

The public store only shows skills with scope=PUBLIC, status=APPROVED, not deleted, and not archived. Install copies the skill into the current tenant and creates a placeholder Plugin if needed.