Skip to main content
Docs/Core concepts

Skills

A skill is a versioned AI capability with metadata, prompt instructions, input expectations, routing, pricing, and ownership.

Last updated July 2, 2026

Skill fields

FieldDescription
Name and slugHuman-readable title and stable URL identifier.
DescriptionClear explanation of what the skill does and what the user receives.
Category and tagsDiscovery metadata used by search, filters, and marketplace grouping.
System promptThe core instruction bundle sent to the LLM provider.
Provider and modelExecution route, currently Cloudflare Workers AI compatible in the local app.
FeePer-execution price shown before the user runs the skill.
Builder walletPublic wallet credited as the skill owner.
VersionAudit-friendly version label such as v1.0.0.

Quality bar

  • The description should explain the output shape, not only the topic.
  • Prompts should be specific, bounded, and safe against prompt-injection attempts.
  • Fees should match expected model cost and user value.
  • Tags should describe function and audience, not marketing slogans.
  • Future versions should preserve backward compatibility or clearly document breaking changes.
NextExecution receipts