Gate Check
Gate Check verifies if a token is valid and meets specified criteria, ensuring data integrity and preventing errors in your workflow.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gate-check npx -- -y @trustedskills/gate-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gate-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gate-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gate-check skill allows an AI agent to verify if a given URL is accessible and returns a valid HTTP status code. It can confirm whether a website or specific page is online, helping automate tasks that require checking web availability. This skill provides a simple way to ensure resources are available before proceeding with further actions.
When to use it
- Automated Website Monitoring: Regularly check the status of critical websites to detect downtime and trigger alerts.
- Pre-flight Checks in Workflows: Before initiating processes that rely on external web services, confirm their availability.
- Link Verification: Validate URLs within documents or databases to ensure they are functional.
- Content Availability Confirmation: Verify if a specific piece of content is accessible before attempting to download or process it.
Key capabilities
- URL accessibility verification
- HTTP status code retrieval
- Simple boolean response (accessible/not accessible)
Example prompts
- "Can you check if
https://www.example.comis up?" - "Is the page at
https://skills.sh/donchitos/claude-code-game-studios/gate-checkreachable?" - “Verify that
http://localhost:8000returns a 200 OK status.”
Tips & gotchas
The skill relies on network connectivity; ensure the AI agent has access to the internet. It does not analyze the content of the page, only its accessibility and HTTP response code.
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.