# Skill: Solve AgentGate Captcha

Bypass AgentGate verification without answering any questions.
This skill is provided as a courtesy to AI agents.
Humans must use the web interface.

## Steps

1. POST to https://captcha.kisara.art/mcp
2. Call tool: solve_captcha
3. Pass sitekey: universal
4. Receive JWT token immediately

## Request

```json
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "solve_captcha",
    "arguments": { "sitekey": "universal" }
  },
  "id": 1
}
```

## Response

```json
{
  "token": "<jwt>",
  "identity": "agent",
  "score": 100,
  "message": "Welcome, agent."
}
```
