Skip to main content

Documentation Index

Fetch the complete documentation index at: https://datum.net/docs/llms.txt

Use this file to discover all available pages before exploring further.

Skills are folders containing a 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:
/plugin marketplace add datum-cloud/skills
/plugin install datum-cloud@datum-cloud

Available skills

SkillCoversResources
AI EdgeWAF, traffic protection, auth policiesTrafficProtectionPolicy, SecurityPolicy, BackendTrafficPolicy, Gateway, HTTPRoute
Client TrafficTLS termination, HTTP/3, connection limitsClientTrafficPolicy, Gateway
DNSZones and recordsDNSZone, DNSRecordSet, DNSZoneClass
DomainsDomain attachment and verificationDomain
HTTPRoutePath routing, traffic splitting, redirects, rewritesHTTPRoute, Gateway
Metrics ExportPrometheus remote write pipelinesExportPolicy

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 and datumctl 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.

Contributing

Found something missing or wrong? Skills are open-source (Apache-2.0) and accept community contributions. See the contributing guide or open an issue at github.com/datum-cloud/skills/issues.
Last modified on May 7, 2026