rocket-net
v0.1.1Manage Rocket.net WordPress hosting - site lifecycle, staging and deploys, WP-CLI, backups, and more.
By Pro MarketingLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 13 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rocket-net for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rocket-net@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/juliandickie/rocket-net-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/rocket-backups/SKILL.md├── skills/rocket-billing-account/SKILL.md├── skills/rocket-cache-cdn/SKILL.md├── skills/rocket-domains-ssl/SKILL.md├── skills/rocket-fleet-ops/SKILL.md├── skills/rocket-net/SKILL.md├── skills/rocket-plugins-themes/SKILL.md├── skills/rocket-reporting-waf/SKILL.md├── skills/rocket-site-lifecycle/SKILL.md├── skills/rocket-staging-deploy/SKILL.md├── skills/rocket-users-access/SKILL.md├── skills/rocket-wp-cli/SKILL.md└── .mcp.json
Included Skills12
Manage manual, automated, and cloud backups and restores on Rocket.net. Use when the user wants to take a backup, list backups, download one, or restore files or database. Confirms restore direction and target before acting.
Read Rocket.net account information, usage, hosting plan, and billing. Use when the user wants to check account status, usage, plan, or invoices. Read-first; payment actions stay manual.
Purge cache and manage CDN cache settings on Rocket.net. Use when the user wants to clear a site cache, purge everything, or manage CDN cache behavior.
Manage domains, edge settings, and SSL certificates on Rocket.net sites. Use when the user wants to add or inspect a domain, change edge settings, or review SSL certificates.
Run bulk operations across many Rocket.net sites. Use when the user wants to apply an action (plugin update, cache purge, report pull, wp command) across multiple or all sites. Parallelizes CLI calls and presents a scope review before any batch change.
Overview and router for managing Rocket.net WordPress hosting. Use when the user wants to manage Rocket.net sites, staging, deploys, backups, WP-CLI, domains, SSL, plugins, themes, caching, or hosting reporting. Explains when to use the bundled Rocket.net MCP versus the rocket CLI, and how credentials are set up.
Install, search, and update WordPress plugins and themes via the Rocket.net API. Use when the user wants to manage plugins or themes on a hosted site at the hosting-platform level.
Pull bandwidth, CDN, visitor, and WAF event reporting from Rocket.net. Use when the user wants hosting analytics, traffic or bandwidth figures, or web application firewall event data for a site.
Create, clone, delete, lock, and transfer Rocket.net sites. Use when the user wants to provision a new site, duplicate one, remove one, lock a site, or transfer ownership. Covers async task polling for create and clone.
Manage Rocket.net staging environments and publish staging to production. Use when the user wants to create or refresh a staging site, preview changes, or deploy staging to live. Always runs a scope review before publishing.
Manage site users, roles, SSH keys, FTP accounts, and password protection on Rocket.net. Use when the user wants to grant or revoke site access, manage SSH or FTP credentials, or set password protection.
Run WP-CLI commands on a Rocket.net site through the API. Use when the user wants to run wp commands (plugin updates, option get/set, search-replace, user management) on a hosted site. Distinguishes read from write and dry-runs destructive wp commands.
MCP servers1
- url
- https://mcp.rocket.net/mcp
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "rocket-net",
"displayName": "Rocket.net Hosting",
"version": "0.1.1",
"description": "Manage Rocket.net WordPress hosting - site lifecycle, staging and deploys, WP-CLI, backups, and more.",
"author": {
"name": "Pro Marketing",
"url": "https://promarketing.co"
},
"license": "MIT",
"keywords": [
"rocket.net",
"wordpress",
"hosting",
"wp-cli",
"deployment"
],
"defaultEnabled": false
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rocket-net on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rocket-net)