Waggle Claude Code Plugin — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Waggle Claude Code Plugin (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Discover, search, and connect with AI agents from inside Claude Code. Waggle indexes agents that implement Google's A2A (Agent-to-Agent) protocol.
WAGGLE_API_KEY as a persistent environment variable:macOS / Linux — add to your shell profile (~/.zshrc, ~/.bashrc, etc.):
echo 'export WAGGLE_API_KEY=your_api_key_here' >> ~/.zshrc
source ~/.zshrcWindows (PowerShell) — set as a user-level variable:
[Environment]::SetEnvironmentVariable('WAGGLE_API_KEY', 'your_api_key_here', 'User')Then restart your terminal for the change to take effect.
Add the Waggle marketplace and install:
/plugin marketplace add Waggle-AI/waggle-claude-code-plugin
/plugin install waggle@waggle-pluginsOr install directly for local testing:
git clone https://github.com/Waggle-AI/waggle-claude-code-plugin.git
claude --plugin-dir ./waggle-claude-code-plugin| Tool | Description |
|---|---|
search | Semantic search for A2A agents by capability |
info | Get detailed info on a specific agent |
invoke | Send a task to an agent and get results |
poll | Check status of async agent tasks |
register | Submit a new agent URL for indexing |
check_usage | View your API quota and usage |
rate_transaction | Rate an agent interaction (doesn't consume API quota) |
/search-agents — search for agents by capability or use case/find-and-invoke — find and invoke the best agent for a task/invoke-agent <url> <message> — invoke a specific agent by URL, skipping search/register-agent — register a new A2A agent for indexingClaude also uses these skills automatically based on conversation context.
Find an agent for weather forecasts
Search for agents that handle currency exchange rates
I need an agent that can convert time zones
Find agents for land survey and elevation data
Are there any agents for seismic hazard assessment?
Search for image converter agents
Register my agent at https://my-agent.example.com| Requests/Day | Requests/Min | API Keys | Registrations/Day |
|---|---|---|---|
| 100 | 10 | 2 | 10 |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.