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

Manifest Fields

The real skill package uses ZIP-local manifest.json; Plugin creation uses API fields, not the same manifest.

Skill manifest

manifest.json comes from SkillManifest. Key fields include:

  • key, name, description, icon
  • category: ACTION, TRIGGER, TRANSFORM
  • inputSchema, outputSchema
  • timeout, retryCount, retryDelay
  • version, tags, author

Plugin API fields

Plugin creation uses name, description, category, roles, sourceType, icon, provider, config, apiKey, and syncToHub.

Do not mix them

Plugin is provider and execution channel. Skill is tool definition and distribution unit. Docs, CI, and publish tooling should validate them separately.