{"id":48497615,"url":"https://github.com/zeabur/agent-skills","last_synced_at":"2026-04-07T13:02:37.625Z","repository":{"id":337677587,"uuid":"1148516262","full_name":"zeabur/agent-skills","owner":"zeabur","description":"Claude Code plugin for Zeabur CLI operations, deployment, and troubleshooting.","archived":false,"fork":false,"pushed_at":"2026-04-05T03:58:56.000Z","size":181,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T05:19:58.628Z","etag":null,"topics":["claude","cli","skills","zeabur"],"latest_commit_sha":null,"homepage":"https://zeabur.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeabur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-03T03:48:51.000Z","updated_at":"2026-04-05T03:58:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zeabur/agent-skills","commit_stats":null,"previous_names":["zeabur/zeabur-claude-plugin","zeabur/agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeabur/agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fagent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fagent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fagent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fagent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeabur","download_url":"https://codeload.github.com/zeabur/agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fagent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31513382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","cli","skills","zeabur"],"created_at":"2026-04-07T13:02:32.363Z","updated_at":"2026-04-07T13:02:37.620Z","avatar_url":"https://github.com/zeabur.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zeabur Agent Skills\n\nAgent skills for Zeabur CLI operations, deployment, and troubleshooting. Works with **Claude Code**, **OpenAI Codex**, and other agents supporting the SKILL.md format.\n\n**Current version: 1.16.0**\n\n## Installation\n\n### Claude Code\n\n```\nclaude plugin marketplace add zeabur/agent-skills \u0026\u0026 claude plugin install zeabur@zeabur\n```\n\nUpdate to latest version:\n\n```\nclaude plugin marketplace update zeabur \u0026\u0026 claude plugin update zeabur@zeabur\n```\n\n### OpenAI Codex\n\nIn the Codex app, search for \"Zeabur\" in the plugin directory and click **Add to Codex**.\n\nIn the Codex CLI, run `/plugins` and select \"Install plugin\" to browse and install.\n\n### Local testing\n\n```bash\n# Claude Code\nclaude --plugin-dir /path/to/agent-skills\n\n# Codex\ncodex --plugin-dir /path/to/agent-skills\n```\n\n## Skills\n\n| Skill | Description | Use When |\n|-------|-------------|----------|\n| `zeabur-deployment-logs` | View and filter service logs | Checking logs or seeing env-id required errors |\n| `zeabur-domain-url` | Handle service domain and URL configuration | Services need public URLs or trailing slash issues |\n| `zeabur-migration` | Resolve database migration blocking issues | Service stuck \"Waiting for migrations\" |\n| `zeabur-port-mismatch` | Fix proxy connection issues from port mismatches | Proxy shows dial tcp timeout or connection refused |\n| `zeabur-project-create` | Create new Zeabur projects | Creating a new project or deploying templates |\n| `zeabur-restart` | Restart individual services | Restarting services or --env-id required error |\n| `zeabur-server-list` | List, get, reboot, and SSH into dedicated servers | Checking server status, IP, rebooting, or SSH access |\n| `zeabur-server-catalog` | Browse available server providers/regions/plans | User asks what servers are available to rent |\n| `zeabur-server-rent` | Rent a new dedicated server | User wants to buy or provision a server |\n| `zeabur-service-list` | List all services and get service IDs | Needing service IDs or checking existing services |\n| `zeabur-startup-order` | Fix connection errors from startup order | Service fails with connection refused to database/redis |\n| `zeabur-template` | Template knowledge base for creating, validating, and troubleshooting | Creating or editing Zeabur template YAML, converting docker-compose |\n| `zeabur-template-backup` | Backup templates to git repository | Saving a template locally with standardized format |\n| `zeabur-template-deploy` | Deploy templates via CLI | Automating template deployments |\n| `zeabur-update-service` | Update service config without full redeploy | Modifying env vars or updating single service |\n| `zeabur-deploy` | Deploy local projects or from GitHub | User says \"deploy this\" or wants Git-based CI/CD deployment |\n| `zeabur-variables` | Manage environment variables via CLI | Managing env vars or handling empty variable issues |\n| `zeabur-ai-hub` | Manage AI Hub account, keys, balance, and usage | AI Hub status, API keys, add balance, usage, auto-recharge |\n| `zeabur-email` | Manage Zeabur Email (ZSend) service | Email domains, API keys, webhooks, ZSend |\n| `zeabur-domain-register` | Search, purchase, renew, and manage registered domains | Buying domains, checking availability, renewal |\n| `zeabur-domain-dns` | Manage DNS records for registered domains | Adding/updating/deleting DNS records |\n| `zeabur-auth` | Login, logout, and check auth status | User says \"login\", \"登入\", \"logout\", \"登出\" |\n| `zeabur-domain-registrant` | Manage registrant profiles for domain registration | Creating/updating contact info for domains |\n\n## Changelog\n\n### 1.16.0\n\n- Improved `zeabur-email` — added Send an Email section with REST API endpoint and usage examples\n- Refactored all skills — inlined cross-skill references into relevant context, removed standalone \"See Also\" sections for better readability\n\n### 1.15.0\n\n- Added `zeabur-auth` — login, logout, and auth status check. Runs login directly so the CLI auto-opens the browser for the user\n\n### 1.14.0\n\n- Improved `zeabur-deploy` — emphasize saving service ID after first deploy to prevent duplicate services on redeploy\n- Improved `zeabur-template-deploy` — added marketplace deploy via `-c` template code (no custom YAML needed)\n- Fixed `zeabur-server-catalog` — corrected JSON example (uppercase provider codes, USD pricing, GB memory, egress field)\n\n### 1.12.0\n\n- Added `zeabur-domain-register` — search, purchase, renew, and manage registered domains (.com, .net, .org, .io, .dev, .app, .co, .me, .xyz)\n- Added `zeabur-domain-dns` — full DNS record CRUD (list, create, update, delete) with domain-name-based lookup\n- Added `zeabur-domain-registrant` — manage registrant profiles (contact info required for domain purchases)\n\n### 1.11.2\n\n- Updated `zeabur-port-mismatch` skill with CLI diagnostic commands (`service network`, `service port-forward`)\n\n### 1.11.1\n\n- Added post-deployment testing guide for TCP services in `zeabur-template` skill\n- Clarified `PORT_FORWARDED_HOSTNAME` and `PORT_FORWARDED_PORT` variable descriptions\n\n### 1.11.0\n\n- Added `zeabur-ai-hub` — manage AI Hub tenant status, API keys, balance top-up, auto-recharge, and monthly usage\n- Added `zeabur-email` — manage Zeabur Email (ZSend) domains, API keys, webhooks, and service status\n\n### 1.10.0\n\n- Add TCP service guide to `zeabur-template` skill: `portForwarding`, TCP port type, and when NOT to use HTTP/domainKey\n- Add `portForwarding` field to template skeleton\n- Add TCP vs HTTP rule to Critical Rules section\n\n### 1.9.0\n\n- Require asking user to pick server when creating project, not auto-selecting\n- Removed `--domain` flag from deploy skill docs\n- Strengthened project-create skill invocation: must invoke skill, not CLI directly\n\n### 1.8.1\n\n- Strengthen deploy skill to MUST invoke `zeabur-project-create` skill (not CLI directly) when creating a new project, whether or not projects already exist\n\n### 1.8.0\n\n- Deploy now only requires `--project-id` for non-interactive mode — `--service-id` is optional (omit to auto-create a new service)\n- Removed `-i=false` from deploy examples — `--json` mode handles non-interactive automatically\n\n### 1.7.0\n\n- Removed `--create` and `--region` flags from deploy skill — redirect to `zeabur-project-create` instead\n- Deprecated old region codes (`hnd1`, `tpe1`) — regions must now use `server-\u003cserver-id\u003e` from server list\n- Added `--json` flag to all CLI command examples across deploy and project-create skills\n\n### 1.6.0\n\n- Added CLI domain management guide (list, create, delete) with non-interactive flags\n- Documented `-g` (generated) vs custom domain behavior and region-based suffixes\n- Added deploy prerequisite: require project identification before deploy\n\n### 1.5.0\n\n- Added cross-references (\"See also\") to all 17 skills for better discoverability\n- Refactored `zeabur-template` with progressive disclosure — moved database configs, complexity levels, and hard-won lessons to `references/`\n- Standardized workflow section naming across all skills\n- Fixed `zeabur-template-deploy` filename casing (`skill.md` → `SKILL.md`)\n\n### 1.4.0\n\n- Added `zeabur-deploy` — deploy local projects directly (`zeabur deploy`) or from GitHub (`service deploy --template GIT`)\n- Supports both direct upload and Git-based deployment with auto-redeploy on push\n\n### 1.3.0\n\n- Removed `zeabur-context` skill — use direct `--project-id` instead\n- Removed `--env-id` from all skills (now auto-resolved by CLI)\n- Added Node.js install guidance to npx notice in all skills\n- Dynamic server selection for project create \u0026 enforce `npx zeabur@latest`\n\n### 1.2.0\n\n- Updated `zeabur-server-list` — added SSH into servers with automatic password authentication\n\n### 1.1.0\n\n- Added `zeabur-server-list` — list, get, and reboot dedicated servers\n- Added `zeabur-server-catalog` — browse available providers, regions, and plans with filters\n- Added `zeabur-server-rent` — rent a new server with payment error guidance\n\n### 1.0.0\n\n- Initial release with service, project, template, and troubleshooting skills\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeabur%2Fagent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeabur%2Fagent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeabur%2Fagent-skills/lists"}