Install any skill in seconds. Free to start, no credit card required.
Get Started Free →One-line description of what this skill does
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 1156% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 59% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -48% | 0% |
Brief description of the skill's purpose, capabilities, and intended audience.
Describe how credentials are obtained and configured.
bashexport MY_API_KEY="your-key-here"
Place executable scripts in scripts/. The tool name maps to the script: underscores in the tool name become hyphens in the filename.
Example: tool my_search → scripts/my-search.sh
bash./scripts/my-search.sh '{"query": "hello"}'
If the skill delegates to a compiled binary instead, delete the scripts/ directory entirely and document the binary in requires.bins above.
Short description of what this tool does.
Input:
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | query | string | yes | The search query | | max_results | integer | no | Maximum results (1-20). Default: 5 |
Output: JSON object with results array of {title, url, content, score}.
json{ "results": [ { "title": "Example", "url": "https://example.com", "content": "Relevant snippet...", "score": 0.95 } ] }
Document any safety rules this skill enforces (read-only, no secrets, etc.).
Other measured skills in the registry, with their headline benchmark lift.