@cloud-press/skills
v2026.8.1
Published
CloudPress API reference skill for Claude Code, Cursor, Codex, opencode, and other AGENTS.md-based coding agents.
Maintainers
Readme
CloudPress Skills
Agent Skills published by CloudPress for building integrations against the CloudPress managed WordPress hosting platform.
This repository currently ships one skill, cloudpress-api — a complete
reference for the CloudPress REST API, written for coding agents so they stop
guessing endpoint shapes.
Install
1. Claude Code — plugin marketplace
/plugin marketplace add cloud-press/skills
/plugin install cloudpress-api@cloud-pressUpdates arrive with /plugin marketplace update cloud-press.
2. Cursor, Codex, opencode, or any AGENTS.md-based tool
npx @cloud-press/skillsThe installer detects which tools are present, prints every absolute path it intends to write, and asks before writing anything.
| Flag | Effect |
| --- | --- |
| --dry-run | Print the paths and exit without writing |
| --yes | Skip the confirmation prompt (required in non-interactive shells) |
| --target=<tool> | Install for a specific tool only; repeatable |
| --dir=<path> | Treat <path> as the project directory |
| --help | Show usage and exit |
Requires Node.js 18 or newer.
Claude Code users who already installed the plugin (option 1) do not need this — the installer detects the plugin and leaves it authoritative rather than shadowing it with a second copy of the skill.
3. claude.ai and Claude Desktop — manual upload
Download cloudpress-api-<version>.zip from
Releases and upload it as a
skill in your Claude settings.
What the skill covers
The CloudPress REST API, end to end:
- Authentication and authorization — session tokens, API keys, OAuth 2.1
access tokens and scopes, the
X-Auth-Accountheader, and the account/role/brand model - Sites — provisioning, resize, restart, SSH credentials, deletion
- Orders and carts — the off-session cart and billing flow
- Domains and DNS — availability checks, zones, records, DNSSEC
- Backups, exports, and restores — per-volume backup management and downloadable archive exports
- cPanel hosting — accounts, packages and resizes, domains, passwords, and control-panel sessions
- Mailspace — mail hosting purchase, resize, and domain verification
- Mailboxes and mail management — mailboxes, app passwords, mail rules, vacation responses, aliases, groups, mailing lists, masked emails, mail domains and their ownership verification, deleted-mail recovery, and delivery logs
- Transactional site email — sender settings, send logs, mail metrics, and the sender-DNS check
- CDN, cache, edge rules, and logs — pull-zone config and cache layers
- Shield — WAF rules, bot detection, rate limits, access lists, events
- Metrics — bandwidth, cache, Shield, transactional mail, and resource utilization
- Accounts, users, and roles — hierarchy, sub-accounts, invitations
- Domain registration — registrations, contacts, glue hosts
- Async tasks — the 202-and-poll pattern and task status values
- Billing webhooks — event catalog and payload shapes
- The CloudPress MCP server — setup and its tool catalog
Every endpoint entry gives exact parameter names, required versus optional
fields, response shapes, error codes, and runnable curl examples.
Versions and changes
Releases are versioned YYYY.M.PATCH — the year and month a release was
published, plus a counter for further releases in the same month. That is a
publish date, not an API version: which CloudPress platform release a version was
verified against is stated at the top of the skill itself and in each changelog
entry.
See CHANGELOG.md for what changed between versions. The API reference is prose, so the changelog is the practical way to see what moved since the copy you have.
License and trademarks
The code and documentation in this repository are licensed under the MIT License.
That license covers the content only. The CloudPress name, logo, and other CloudPress marks are not licensed by it — see TRADEMARKS.md before redistributing or building on this repository.
About CloudPress
CloudPress is managed WordPress hosting with a full REST API. Learn more at cloudpress.com.
