Gate Check

🌐Community
by donchitos · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add gate-check npx -- -y @trustedskills/gate-check
2

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

~/.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.com is up?"
  • "Is the page at https://skills.sh/donchitos/claude-code-game-studios/gate-check reachable?"
  • “Verify that http://localhost:8000 returns 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
donchitos
Installs
3

🌐 Community

Passed automated security scans.