status
Installation
SKILL.md
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
Weekly Installs
2
Repository
zerodeploy-dev/skillsFirst Seen
Feb 25, 2026
Security Audits
Installed on
opencode2
claude-code2
github-copilot2
codex2
kimi-cli2
gemini-cli2