{
  "markdown": "# usectl Plugin\n\nDeploy and manage full-stack projects on [usectl](https://usectl.com) — a managed Kubernetes platform that turns a GitHub repo into a live HTTPS app with PostgreSQL and S3 storage.\n\n## What's Included\n\n### MCP Server\nConnects to the usectl API for managing projects, deployments, domains, databases, storage, and environment variables.\n\n### Skill: usectl-deploy\nFull deployment lifecycle knowledge — from creating projects to debugging failed deploys. Triggers automatically when you mention deploying, hosting, or managing infrastructure.\n\n### Commands\n\n| Command | Description |\n|---------|-------------|\n| `/deploy <repo-url> [--db] [--storage] [--domain example.com]` | Deploy a project from GitHub |\n| `/status <project-name>` | Check project status, URL, database, and storage |\n| `/logs <project-name>` | View and analyze deployment logs |\n\n## Setup\n\n### 1. Get your API key\n\nSign up at [usectl.com](https://usectl.com) and grab your API key from **Settings → API** on [manager.usectl.com](https://manager.usectl.com).\n\n### 2. Set the environment variable\n\n```bash\nexport USECTL_API_KEY=your-api-key-here\n```\n\nOr add it to your shell profile (`~/.zshrc`, `~/.bashrc`).\n\n### 3. Install the plugin\n\nDrop the `.plugin` file into Claude Code or Cowork, or clone the repo and point your plugin config at it.\n\n## Usage Examples\n\n```\n/deploy github.com/myname/my-app --db --storage --domain app.mysite.com\n```\n\n```\n/status my-app\n```\n\n```\n/logs my-app\n```\n\nOr just talk naturally:\n- \"Deploy my Next.js app from GitHub with a database\"\n- \"What's the status of my-app?\"\n- \"The deploy failed — what went wrong?\"\n\n## Links\n\n- [usectl.com](https://usectl.com) — Platform\n- [manager.usectl.com](https://manager.usectl.com) — Dashboard\n- [@usectl/mcp-server](https://www.npmjs.com/package/@usectl/mcp-server) — MCP server on npm\n\n## License\n\nMIT — built by [systemctl](https://systemctl.pro)\n",
  "bytes": 1902,
  "sha": "7795376d9c7c78a5f6f50b88db69d066377da98bd3d41e9723e6c447df6d3fc4",
  "repo_slug": "syst3mctl/usectl-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_syst3mctl_usectl_plugin_usectl_9e47038c/readme"
}