Skip to content

v2026.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 01:19
· 7 commits to main since this release
c7d3fd8

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-api skill. 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: the domain-registration feature 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
    install cloudpress-api.
  • npm installer. npx @cloud-press/skills writes the skill for Claude Code,
    Cursor, Codex, opencode, or a generic AGENTS.md agent. 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.md with the always-relevant material,
    and ten on-demand reference/*.md files 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.