Status

🌐Community
by railwayapp · vlatest · Repository

This "Status" skill provides real-time updates on application deployments, ensuring you know exactly where your apps are and why they're running.

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 status npx -- -y @trustedskills/status
2

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

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

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

About This Skill

What it does

The status skill allows AI agents to check and report on their current operational state, including available resources, active tasks, and system health. It provides a clear overview of the agent’s status for monitoring and maintenance purposes.

When to use it

  • To verify if an AI agent is running correctly before executing a task.
  • During troubleshooting to identify potential issues with resource allocation or performance.
  • Before deploying new features or updates to ensure the agent is in a stable state.
  • For logging and auditing to track system behavior over time.

Key capabilities

  • Reports current operational status of an AI agent.
  • Monitors available resources such as memory, CPU usage, and network connectivity.
  • Tracks active tasks and their progress.
  • Provides health diagnostics for the agent’s environment.

Example prompts

  • "What is your current system status?"
  • "Check if all resources are available."
  • "Report on any errors or warnings in your operational state."

Tips & gotchas

  • Ensure that the AI agent has permission to access system metrics and logs.
  • Some capabilities may require additional plugins or configurations depending on the environment.

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
railwayapp
Installs
1.5k

🌐 Community

Passed automated security scans.