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
| Field | Description |
|---|---|
| Name and slug | Human-readable title and stable URL identifier. |
| Description | Clear explanation of what the skill does and what the user receives. |
| Category and tags | Discovery metadata used by search, filters, and marketplace grouping. |
| System prompt | The core instruction bundle sent to the LLM provider. |
| Provider and model | Execution route, currently Cloudflare Workers AI compatible in the local app. |
| Fee | Per-execution price shown before the user runs the skill. |
| Builder wallet | Public wallet credited as the skill owner. |
| Version | Audit-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.