rocket-net-api
✓Build integrations with Rocket.net's WordPress hosting API. Manage sites, domains, backups, plugins, themes, CDN cache, FTP accounts, and more programmatically. Use when: building WordPress hosting management tools, automating site deployment, creating reseller portals, managing multiple WordPress sites, integrating with Rocket.net hosting services, automating backup workflows, or building custom control panels.
Installation
SKILL.md
Build integrations with Rocket.net's managed WordPress hosting platform API. This skill covers authentication, site management, domain configuration, backups, plugins/themes, CDN cache control, and all 200+ API endpoints.
| GET | /sites | List all sites | | POST | /sites | Create new site | | GET | /sites/{id} | Get site details | | PATCH | /sites/{id} | Update site properties | | DELETE | /sites/{id} | Delete site | | POST | /sites/{id}/clone | Clone a site (background task) | | GET | /sites/{id}/credentials | Get site credentials |
| GET | /sites/{id}/usage | Get site usage statistics | | POST | /sites/{id}/lock | Lock site (prevent modifications) | | DELETE | /sites/{id}/lock | Unlock site | | GET | /sites/{id}/pmalogin | Get phpMyAdmin SSO link | | GET | /sites/{id}/settings | Get site settings | | PATCH | /sites/{id}/settings | Update site settings |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jezweb/claude-skills --skill rocket-net-api- Source
- jezweb/claude-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-07
- Updated
- 2026-02-18
Quick answers
What is rocket-net-api?
Build integrations with Rocket.net's WordPress hosting API. Manage sites, domains, backups, plugins, themes, CDN cache, FTP accounts, and more programmatically. Use when: building WordPress hosting management tools, automating site deployment, creating reseller portals, managing multiple WordPress sites, integrating with Rocket.net hosting services, automating backup workflows, or building custom control panels. Source: jezweb/claude-skills.
How do I install rocket-net-api?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jezweb/claude-skills --skill rocket-net-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/jezweb/claude-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-07