Give your agent real compute.
The Superjolt skill teaches your agent when to reach for real cloud VMs — so when you say "deploy this", "host this", or "spin up a database", it provisions a VM on its own, then tears it down when the work is done. One install, works in any agent.
npx skills add getsuperjolt/skillDrops the skill into Claude Code, Cursor, and other agents you have installed. Pair it with the MCP server below for the live tools.
/plugin marketplace add getsuperjolt/skill
/plugin install superjolt@getsuperjoltInstalls the skill and wires up the Superjolt MCP server together, so your agent has both the instructions and the tools.
Or connect the MCP server directly.
The skill points at Superjolt's MCP server — that's where the tools live
(create_vm, add_domain, open_port, …).
Pick your client for the exact one-line setup, or add it anywhere with:
claude mcp add --transport http superjolt https://mcp.superjolt.comThat's the whole setup.
Ask your agent to deploy something. Within seconds it's running on a real VM.
Read the docs →