Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add DanielTomaro13/sportsdata-agents --skill book_navigationgit clone --depth 1 https://github.com/DanielTomaro13/sportsdata-agentsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/danieltomaro13/sportsdata-agents/book_navigation)<a href="https://agentmods.dev/skills/danieltomaro13/sportsdata-agents/book_navigation"><img src="https://agentmods.dev/badge/skills/danieltomaro13/sportsdata-agents/book_navigation/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/danieltomaro13/sportsdata-agents/book_navigation"><img src="https://agentmods.dev/badge/skills/danieltomaro13/sportsdata-agents/book_navigation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.00540 |
| Opus 5 | $0.00012 | $0.00270 |
| Sonnet 5 | $0.00005 | $0.00108 |
| Haiku 4.5 | $0.00002 | $0.00054 |
Grade A, and why
book_navigation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Bookmaker navigation — verified entry points
Bookmaker APIs are id-mazes; guessing ids burns tool calls. Use these VERIFIED routes (live-checked 2026-06-10) instead of exploring.
Resolving ids (any sport)
lookup_book_idswith the sport/competition name (e.g. "AFL", "NBA", "rugby") → verified ids per book from the weekly catalogue. Never guess ids.- Then the book's event-list route with that id, e.g.:
- Sportsbet:
sportsbet_competition_matches(competitionId=<id>)→ events; per-event Markets is a ~2 MB firehose and will be size-blocked — expect that. - PointsBet:
pointsbet_competition_events(competitionKey=<id>)— ~1 MB feed, may be size-blocked. - TAB: name-based paths — sport/competition NAMES from the lookup (e.g. "AFL Football" / "AFL"), match names like "Adelaide v Geelong" (pass raw names).
- Sportsbet:
Catalogue auto-verified 2026-06-10 by agents refresh-books:
- Sportsbet (
sportsbet_nav_hierarchy): 354 named ids harvested - PointsBet (
pointsbet_sports_list): 228 named ids harvested - TAB (
tab_sports): 290 named ids harvested
Resolve ANY sport/competition/market id with the lookup_book_ids tool (e.g. query "NBA", "AFL", "rugby") instead of guessing.
When a price feed is size-blocked
Bookmaker price firehoses often exceed the response cap ("Response was N bytes…"). Do NOT retry the same call. State which book was unavailable and continue with the books that answered — two priced books is a valid comparison. Cross-book snapshot queries become first-class when the ingestion store lands (P2).
Rules
- Two books priced on the same match is enough for best-price; don't exhaust the budget chasing more.
- Then:
best_priceper side,vig_removalon the fuller market,expected_valueagainst the best price. Cite book + fetched_at per figure.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 44 lines · 23 tokens per session scan A 9b975d8771cd
book_navigation is a skill published in the GitHub repository DanielTomaro13/sportsdata-agents (5 stars, last pushed 7d ago), licensed MIT. It adds 23 tokens to every session and 540 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
comps-analysis
Build comparable-company valuation workbooks in Excel.
hyperliquid
Hyperliquid market data, account history, trade review.
stocks
Stock quotes, history, search, compare, crypto via Yahoo.
omni-budget
Configure spending limits, token quotas, and rate-limit policies per API key or globally. Inspect current consumption and enforce cost controls across providers.
polymarket
Query Polymarket: markets, prices, orderbooks, history.