ZeroGPU

OpenClaw plugin: offload cheap AI tasks to the ZeroGPU MCP server.

Install

openclaw plugins install clawhub:openclaw-package-zerogpu

openclaw-package-zerogpu

OpenClaw plugin and skill for routing cheap plain-text AI tasks to the ZeroGPU MCP server.

Install From Source

npm install
npm run build
openclaw plugins install ./

Register the remote MCP server separately:

openclaw mcp set zerogpu '{
  "url": "https://mcp.zerogpu.ai/mcp",
  "transport": "streamable-http",
  "headers": {
    "x-api-key": "<your-api-key>",
    "x-project-id": "<your-project-id>"
  }
}'

See ../README.md in the repository for the full OpenClaw setup and verification flow.