status
2
总安装量
2
周安装量
#66563
全站排名
安装命令
npx skills add https://github.com/zerodeploy-dev/skills --skill status
Agent 安装分布
opencode
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
Skill 文档
Check ZeroDeploy Status
Show deployment status, recent deployments, and analytics for a ZeroDeploy site.
Steps
1. Read config
Check if zerodeploy.json exists in the project root. Extract org and site values.
If not found, ask the user for the org and site slugs.
2. Current deployment
zerodeploy deployments list --json
(Site is resolved automatically from zerodeploy.json. Use positional <site> to override.)
The first entry is the current (active) deployment. Report:
- Deployment ID
- Status (ready, pending, failed)
- URL
- When it was deployed (created_at)
- File count and size
3. Site analytics (optional)
If the user asks about traffic:
zerodeploy site stats --period 7d
4. Site details
For more info about the site:
zerodeploy site list --json
Summarize
Report to the user:
- Current deployment URL and status
- When it was last deployed
- Traffic stats (if requested)
- Any issues (failed deployments, etc.)
Error Handling
| Exit Code | Meaning | Action |
|---|---|---|
| 1 | Auth error | Run zerodeploy login |
| 2 | Not found | Check org/site slugs in zerodeploy.json |
Specific request
$ARGUMENTS