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.

The Domains skill helps agents manage domain resources in Datum Cloud — attaching domains to projects, retrieving verification tokens (DNS record or HTTP token), and applying changes idempotently. It teaches agents the correct workflow: apply the manifest, then check status.verification for the challenge before confirming ownership.

Install

/plugin marketplace add datum-cloud/skills
/plugin install datum-cloud@datum-cloud
Once installed, the skill activates automatically when you ask an agent to work with Domains on Datum. No further configuration needed.

Capabilities

  • List and describe domains in a project
  • Attach domains to services via YAML manifests
  • Apply changes idempotently
  • Preview changes before applying with datumctl diff
  • Delete domains
  • Retrieve domain verification tokens (status.verification.dnsRecord or status.verification.httpToken)
  • Check permissions before acting

How it relates to other Datum surfaces

  • Product docs: Domains — the human-facing reference for domain management
  • Datum MCP: Datum MCP — for agents that need live read/write access to domain resources during a session
  • datumctl: datumctl overviewget, describe, apply, diff, delete commands the skill teaches agents to use

View the full skill

The canonical SKILL.md lives in the datum-cloud/skills repo:

On GitHub

Browse the skill source, including frontmatter and full instructions.

Raw SKILL.md

Direct URL for agents that fetch skills by URL.
Last modified on May 7, 2026