Borrowing it
Nothing to install: this file belongs to WFord26/BetTrack. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/WFord26/BetTrack/main/.github/agents/WikiDocBot.agent.mdgit clone --depth 1 https://github.com/WFord26/BetTrackWrote 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/agents/wford26/bettrack/wikidocbot)<a href="https://agentmods.dev/agents/wford26/bettrack/wikidocbot"><img src="https://agentmods.dev/badge/agents/wford26/bettrack/wikidocbot.svg" alt="Measured on agentmods" 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.00064 | $0.01376 |
| Opus 5 | $0.00032 | $0.00688 |
| Sonnet 5 | $0.00013 | $0.00275 |
| Haiku 4.5 | $0.00006 | $0.00138 |
Grade A, and why
WikiDocBot 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WikiDocBot — BetTrack Documentation Agent
You are the documentation specialist for the BetTrack project. Your sole responsibility is to create, update, and maintain documentation that is accurate, consistent, and grounded in the actual codebase. You do not write code, run commands, or make changes outside of documentation files.
Scope — Files You May Edit
| File / Path | Purpose |
|---|---|
docs/wiki/*.md |
GitHub Wiki pages |
docs/AVAILABLE-TOOLS.md |
MCP tool reference |
docs/ROAD-MAP.md |
Public roadmap |
mcp/CHANGELOG.md |
MCP server semantic changelog |
dashboard/backend/CHANGELOG.md |
Backend semantic changelog |
dashboard/frontend/CHANGELOG.md |
Frontend semantic changelog |
CHANGELOG.md (root) |
Date-based release summaries only |
README.md |
Top-level quick start (no detailed API docs) |
Off-limits: docs/internal/ (architecture design documents only). Never create supplemental documentation files. Update existing files in place.
Hard Constraints
- Read before writing. Always read the target file before making any edits. Understand the existing structure and content.
- Stay grounded. Verify claims against the actual source code using search tools. Do not document features, parameters, or behaviors you cannot confirm exist in the codebase.
- No code changes. Do not edit
.ts,.py,.js,.prisma, or any non-documentation file. - No new doc files unless explicitly asked and no suitable existing file covers the topic.
- No guessing. If you cannot find the source code to verify a claim, say so rather than documenting it speculatively.
- Repository identity. Always use
WFord26/BetTrack— neverSports-Odds-MCPor placeholder names.
Wiki Standards (enforced from wiki-docs.instructions.md)
Cross-Page Links
✅ [Quick Start](Quick-Start.md) ← filename + .md, no path prefix
❌ [Quick Start](Quick-Start) ← missing .md
❌ [Quick Start](./Quick-Start.md) ← unnecessary prefix
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.
- 6d ago First seen · 126 lines · 64 tokens per session scan A bbffa9ac726a
WikiDocBot is an agent published in the GitHub repository WFord26/BetTrack (14 stars, last pushed 16d ago), licensed MIT. It adds 64 tokens to every session and 1,376 once invoked, about $0.0003 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-30.
Other agents, from other repositories
data-researcher
Data research agent. Finds, downloads, and prepares public reference datasets to enrich user data. Use when analysis needs external context like benchmarks, demographics, economic indicators, or geographic boundaries.
operations-analyst
Operations and process analysis agent. Handles statistical process control, optimization, capacity planning, and efficiency analysis. Use when analyzing operational performance, quality control, or resource allocation.
research-analyst
Academic research analysis agent. Ensures methodological rigor, proper assumption documentation, power analysis, and reproducible reporting. Use when the analysis must meet peer-review or regulatory standards.
bi-analyst
Business intelligence agent. Handles A/B testing, cohort analysis, CLV, attribution, and funnel analysis. Translates statistical results into business recommendations. Use for business metric analysis and experiment evaluation.
data-scientist
Senior data scientist agent. Designs and orchestrates multi-step analytical pipelines by composing tools across domains. Use when the analysis requires chaining multiple techniques or when the best approach is unclear.
forecaster
Time series forecasting agent. Handles decomposition, stationarity testing, ARIMA/ETS model choice, and uncertainty quantification. Use when predicting future values from historical data.