Status

🌐Community
by zerodeploy-dev · vlatest · Repository

This "Status" skill provides real-time system and application health updates, ensuring proactive monitoring and rapid issue resolution.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add zerodeploy-dev-status npx -- -y @trustedskills/zerodeploy-dev-status
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "zerodeploy-dev-status": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/zerodeploy-dev-status"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The zerodeploy-dev-status skill provides a way to check the deployment status of applications within the Zerodeploy platform. It allows agents to query for the current state (e.g., deploying, succeeded, failed) and retrieve relevant details about deployments. This enables automated monitoring and proactive responses to deployment events.

When to use it

  • Automated Monitoring: Regularly check the status of a critical application deployment as part of an automated workflow.
  • Incident Response: Quickly determine if a recent deployment is causing issues by querying its status.
  • Progress Reporting: Provide updates on deployment progress to stakeholders or other systems.
  • Conditional Actions: Trigger subsequent actions (e.g., rollback, scaling) based on the outcome of a deployment.

Key capabilities

  • Query deployment status
  • Retrieve deployment details
  • Supports various deployment states (deploying, succeeded, failed)

Example prompts

  • "What is the current status of deployment 'my-app-v1'?"
  • "Check if the last deployment to production was successful."
  • "Give me details about the most recent deployment attempt for service 'api'."

Tips & gotchas

  • Requires access to the Zerodeploy platform and appropriate permissions.
  • Deployment names are case-sensitive; ensure accurate spelling when querying.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
zerodeploy-dev
Installs
2

🌐 Community

Passed automated security scans.