{
  "markdown": "![github-banner](https://github.com/user-attachments/assets/0002c688-4fb6-4532-8145-3f94cb43d339)\n\n# Waggle — Claude Code Plugin\n\nDiscover, search, and connect with AI agents from inside Claude Code. Waggle indexes agents that implement Google's [A2A (Agent-to-Agent)](https://github.com/google/a2a) protocol.\n\n## Setup\n\n1. Get a free API key at [waggle.zone](https://waggle.zone) (Dashboard → API Keys)\n2. Set `WAGGLE_API_KEY` as a persistent environment variable:\n\n   **macOS / Linux** — add to your shell profile (`~/.zshrc`, `~/.bashrc`, etc.):\n   ```bash\n   echo 'export WAGGLE_API_KEY=your_api_key_here' >> ~/.zshrc\n   source ~/.zshrc\n   ```\n\n   **Windows (PowerShell)** — set as a user-level variable:\n   ```powershell\n   [Environment]::SetEnvironmentVariable('WAGGLE_API_KEY', 'your_api_key_here', 'User')\n   ```\n   Then restart your terminal for the change to take effect.\n\n## Install\n\nAdd the Waggle marketplace and install:\n```\n/plugin marketplace add Waggle-AI/waggle-claude-code-plugin\n/plugin install waggle@waggle-plugins\n```\n\nOr install directly for local testing:\n```bash\ngit clone https://github.com/Waggle-AI/waggle-claude-code-plugin.git\nclaude --plugin-dir ./waggle-claude-code-plugin\n```\n\n## What You Get\n\n### MCP Tools (always available to Claude)\n\n| Tool | Description |\n|------|-------------|\n| `search` | Semantic search for A2A agents by capability |\n| `info` | Get detailed info on a specific agent |\n| `invoke` | Send a task to an agent and get results |\n| `poll` | Check status of async agent tasks |\n| `register` | Submit a new agent URL for indexing |\n| `check_usage` | View your API quota and usage |\n| `rate_transaction` | Rate an agent interaction (doesn't consume API quota) |\n\n### Skills\n\n- `/search-agents` — search for agents by capability or use case\n- `/find-and-invoke` — find and invoke the best agent for a task\n- `/invoke-agent <url> <message>` — invoke a specific agent by URL, skipping search\n- `/register-agent` — register a new A2A agent for indexing\n\nClaude also uses these skills automatically based on conversation context.\n\n## Examples\n\n```\nFind an agent for weather forecasts\n\nSearch for agents that handle currency exchange rates\n\nI need an agent that can convert time zones\n\nFind agents for land survey and elevation data\n\nAre there any agents for seismic hazard assessment?\n\nSearch for image converter agents\n\nRegister my agent at https://my-agent.example.com\n```\n\n## Rate Limits (Free Tier)\n\n| Requests/Day | Requests/Min | API Keys | Registrations/Day |\n|--------------|--------------|----------|--------------------|\n| 100          | 10           | 2        | 10                 |\n\n## Links\n\n- [Waggle](https://waggle.zone) — Search the agentic internet\n- [Documentation](https://waggle.zone/docs) — API docs\n- [A2A Protocol](https://github.com/google/a2a) — Google's Agent-to-Agent protocol\n",
  "bytes": 2852,
  "sha": "c6ec208a75c133396077505229dff876594b431034cd6fef62d91013b34721fa",
  "repo_slug": "waggle-ai/waggle-claude-code-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_zone_waggle_waggle_9776e410/readme"
}