Docs
Refer a friend. Get a weekly-quota reset.Friend signs up and uses it → +1 reset (valid 30 days) · up to 10% cash back on their spend.
+1 resetGenerate 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.