Rock REST API helper
Query the Rock REST API with auth + pagination already handled.
Need a quick read on Rock REST API helper?
Skim the gist, what it's good for, a real prompt to try, and the gotchas — all distilled from SKILL.md. Cached after the first run.
About this skill
--- name: rock-api-query version: 1.0.0 description: Query the Rock REST API with auth + pagination already handled. triggers: - query the rock api - fetch rock data via rest runtimes: - code - cowork tags: - rock - api - rest - odata ---
# Rock REST API helper
Builds and runs Rock REST API requests from a plain-English description. Handles API key auth, ODATA `$filter` / `$expand` composition, and the paging cursor so you don't have to read the Rock Swagger doc one more time.
## When to use
- "query the rock api" - "fetch rock data via rest"
## Notes
This skill is published to the Triumph Skills Marketplace. Report issues or request features directly from the skill's page.