{
  "markdown": "# Wokku Plugin for Claude Code\n\nOfficial [Wokku Cloud](https://wokku.cloud) plugin for [Claude Code](https://docs.anthropic.com/en/docs/claude-code).\n\nDeploy and manage apps on Wokku Cloud directly from Claude Code using natural language.\n\n> **Wokku Cloud only.** This plugin wraps the Wokku REST API, which ships only with the managed Wokku Cloud product. The open-source Wokku web UI ([github.com/johannesdwicahyo/wokku](https://github.com/johannesdwicahyo/wokku)) does not expose `/api/v1`, so the plugin cannot point at a self-hosted Wokku install.\n\n## Features\n\n- **57 MCP tools** — 100% coverage of the Wokku API (apps, databases, domains, SSL, backups, releases, teams, notifications, and more)\n- **4 guided skills** for common workflows:\n  - `deploy-new-app` — full deploy walkthrough from git repo to running app\n  - `troubleshoot` — systematic debugging with logs, health checks, and fix suggestions\n  - `setup-github-deploy` — connect a GitHub repo for auto-deployment\n  - `add-database` — create and link databases to apps\n- **Zero gem dependencies** — pure Ruby stdlib, runs anywhere Claude Code does\n\n## Install\n\n```bash\n/plugin marketplace add johannesdwicahyo/wokku-plugin\n/plugin install wokku@wokku\n```\n\nYou'll be prompted for:\n- `WOKKU_API_URL` — defaults to `https://wokku.cloud/api/v1`\n- `WOKKU_API_TOKEN` — create one at [wokku.cloud/dashboard/profile](https://wokku.cloud/dashboard/profile)\n\nRestart Claude Code to load the plugin.\n\n## Usage\n\nOnce installed, you can ask Claude things like:\n\n- *\"Deploy this project to Wokku as my-app\"*\n- *\"Show me the logs for my-app\"*\n- *\"Troubleshoot why my-app is crashing\"*\n- *\"Create a PostgreSQL database and link it to my-app\"*\n- *\"Scale my-app to 2 web dynos\"*\n- *\"Rollback my-app to the previous release\"*\n- *\"Add blog.example.com to my-app and enable SSL\"*\n- *\"Attach a shared Redis to my-app\"* *(new in v0.2.0)*\n- *\"Promote my-app's Postgres to a dedicated container\"* *(new in v0.2.0)*\n\n## What's New in v0.2.0 (May 2026)\n\nThe May release of [Wokku](https://github.com/johannesdwicahyo/wokku)\nintroduced shared-engine add-ons (Postgres / Redis / Memcached / RabbitMQ /\nMeilisearch) plus a dedicated-upgrade flow. The plugin gained corresponding\nMCP tools:\n\n- `wokku_attach_shared_addon`, `wokku_detach_shared_addon`\n- `wokku_upgrade_to_dedicated` (Postgres / Redis)\n- `wokku_list_addons` now distinguishes shared vs dedicated and shows\n  per-tenant usage (size, connection count)\n\nThe `add-database` skill was updated to prompt between *shared free*\n(default, instant) and *dedicated paid* (consumes one of the 3 dedicated\nslots on Solo / Pro plans) when you ask for a new DB.\n\n## Requirements\n\n- Ruby 3.0+ (only stdlib, no gems)\n- A Wokku Cloud account (free at [wokku.cloud](https://wokku.cloud))\n\n## License\n\nMIT\n",
  "bytes": 2786,
  "sha": "5579cdb9a25a2914247798485a5cbfb64692b602ebb9bd7cbdf1198ec88ac71d",
  "repo_slug": "johannesdwicahyo/wokku-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_johannesdwicahyo_wokku_plugin_wokku_e47c4b40/readme"
}