Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Integrates with various REST APIs using different URL patterns and endpoints when data fetching or authentication is needed.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -68% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 43% | 0% |
This skill demonstrates URL handling without false positives for path detection.
Integrates with various APIs using different URL patterns and paths.
bash# Authenticate first curl -X POST https://auth.example.com/oauth/token \ -d "grant_type=client_credentials" # Fetch data curl https://data.example.com/api/v2/fetch?query=test # Upload file curl -F "file=@document.pdf" https://files.example.com/upload
curl --version to verify)All URLs use HTTPS and follow RESTful patterns. No hardcoded filesystem paths are used.
Other measured skills in the registry, with their headline benchmark lift.