Status
Checks the online status of multiple websites simultaneously, reporting any outages or errors quickly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add parallel-web-status npx -- -y @trustedskills/parallel-web-status
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"parallel-web-status": {
"command": "npx",
"args": [
"-y",
"@trustedskills/parallel-web-status"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to monitor and report the operational status of web services or specific endpoints. It provides real-time visibility into whether a target URL is responding correctly, helping agents verify connectivity before attempting complex tasks like data extraction or form submission.
When to use it
- Verify that a third-party API or website is online before initiating a scraping workflow.
- Check the health of internal microservices during automated deployment pipelines.
- Confirm email server availability before sending bulk notifications.
- Diagnose intermittent connectivity issues by polling specific status pages repeatedly.
Key capabilities
- Checks HTTP response codes for specified URLs to determine success or failure.
- Reports detailed status information including latency and error messages.
- Supports continuous monitoring intervals for persistent uptime tracking.
Example prompts
- "Check if the payment gateway at
https://api.example.com/payis currently responding with a 200 OK status." - "Monitor the status of our internal dashboard endpoint every minute and alert me if it goes down."
- "Before starting the data migration, verify that the target database server URL is accessible and online."
Tips & gotchas
Ensure the target URLs are publicly accessible or properly configured to allow external health checks from your agent's execution environment. For high-frequency monitoring, be mindful of rate limits imposed by the target servers to avoid triggering security blocks.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.