v2026.8.0
Initial public release. The cloudpress-api skill was previously distributed by
hand; this is the first version installable from the Claude Code plugin
marketplace, from npm, and as a GitHub Release asset.
API reference verified against CloudPress platform release 2026.07.01.
Added
cloudpress-apiskill. Reference for the CloudPress REST API: base URL and
conventions, authentication (session tokens, API keys, OAuth 2.1 access tokens
and scopes), the authorization and account/role/brand model, error responses,
async task and registrar-process patterns, rate limiting, and pagination.- Endpoint reference covering sites, orders and carts, domains and domain
registration, DNS zones and records, backups and restores, CDN, cache, edge
rules and logs, Shield (WAF, DDoS, bots), SSO, metrics, tasks, accounts, users
and roles, and API keys. - CloudPress MCP server documentation. Connecting an MCP client, the OAuth
audience binding, the JSON-RPC protocol, and the tool catalog. - Outbound billing webhooks. Site subscription and domain-registration
lifecycle events, with payload shapes and delivery semantics. - Feature and plan gating, documented per mechanism so a status code maps to
one cause: thedomain-registrationfeature flag (503), Shield plan
entitlement (403), unprovisioned CDN or Shield (409), unpaid invoices (402),
and upstream provider failures (502/503).
Packaging
- Claude Code plugin.
/plugin marketplace add cloud-press/skills, then
installcloudpress-api. - npm installer.
npx @cloud-press/skillswrites the skill for Claude Code,
Cursor, Codex, opencode, or a genericAGENTS.mdagent. It reports what it
will write before writing, refuses to follow symlinks, and skips targets the
Claude Code plugin already provides. - Zip asset attached to each GitHub Release, for uploading the skill to
claude.ai and Claude Desktop. - Progressive disclosure: a router
SKILL.mdwith the always-relevant material,
and ten on-demandreference/*.mdfiles for the endpoint detail.
Install for Claude Code with /plugin marketplace add cloud-press/skills,
or for Cursor, Codex, opencode and other agents with npx @cloud-press/skills.
The attached zip is for uploading the skill to claude.ai or Claude Desktop.