Skills are folders containing aDocumentation Index
Fetch the complete documentation index at: https://datum.net/docs/llms.txt
Use this file to discover all available pages before exploring further.
SKILL.md file with metadata and step-by-step instructions. Agents discover and load them on demand — no scaffolding, no config files. Datum’s official skills cover the most common operations across AI Edge, DNS, Domains, and Metrics Export, with more on the way.
These skills work with any agent with support for Skills like but not limited to: Claude, Codex, Cursor, Pi, OpenCode, Mistral Vibe.
Install
Datum’s skills live at github.com/datum-cloud/skills. Install for your agent of choice:Available skills
| Skill | Covers | Resources |
|---|---|---|
| AI Edge | WAF, traffic protection, auth policies | TrafficProtectionPolicy, SecurityPolicy, BackendTrafficPolicy, Gateway, HTTPRoute |
| Client Traffic | TLS termination, HTTP/3, connection limits | ClientTrafficPolicy, Gateway |
| DNS | Zones and records | DNSZone, DNSRecordSet, DNSZoneClass |
| Domains | Domain attachment and verification | Domain |
| HTTPRoute | Path routing, traffic splitting, redirects, rewrites | HTTPRoute, Gateway |
| Metrics Export | Prometheus remote write pipelines | ExportPolicy |
How skills work alongside Datum MCP and datumctl
Skills tell the agent how to think about a Datum resource — the canonical patterns, the right flags, the order of operations. Datum MCP anddatumctl are how the agent acts. A skill might instruct “always preview HTTPProxy changes with --dry-run before applying” — the agent then uses datumctl to actually run the command. See Agents Overview for the full picture.