Rocket Net Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rocket-net-api npx -- -y @trustedskills/rocket-net-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rocket-net-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rocket-net-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with the Rocket.net API, a managed WordPress hosting platform. It provides access to functionality including site management (creation, listing, updating, deletion), domain configuration, backups, plugin/theme management, CDN cache control, and more—covering over 200 available endpoints. The skill handles authentication using JWT tokens and simplifies making requests to the Rocket.net API.
When to use it
- Automating WordPress site creation or updates on a Rocket.net hosted platform.
- Retrieving usage statistics for Rocket.net sites.
- Managing staging environments, including creating, deleting, and publishing changes.
- Listing available site locations or templates within the Rocket.net system.
- Getting credentials or phpMyAdmin SSO links for managed WordPress sites.
Key capabilities
- Authentication via JWT tokens (requiring login with email/password).
- Access to over 200 API endpoints for managing various aspects of a Rocket.net hosted WordPress site.
- Site management: creation, listing, retrieval, updating, and deletion.
- Staging environment management: creation, deletion, and publishing.
- Retrieval of site settings, credentials, and usage statistics.
Example prompts
- "List all sites managed by Rocket.net."
- "Create a new WordPress site on Rocket.net with the name 'example-site'."
- "Get the usage statistics for my Rocket.net site ID 12345."
Tips & gotchas
- The skill requires initial authentication to obtain a JWT token, which expires every 7 days. You'll need to handle token refresh as part of your workflow.
- API requests must include the
Content-Type: application/jsonheader and are recommended to also includeAccept: application/json. - Refer to the official Rocket.net API documentation (https://rocketdotnet.readme.io/reference/introduction) for detailed information on endpoints and parameters.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.