npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@cloud-press/skills

v2026.8.1

Published

CloudPress API reference skill for Claude Code, Cursor, Codex, opencode, and other AGENTS.md-based coding agents.

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-press

Updates arrive with /plugin marketplace update cloud-press.

2. Cursor, Codex, opencode, or any AGENTS.md-based tool

npx @cloud-press/skills

The 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-Account header, 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.