tokenbowl-mcp: Agent for Claude Code

.claude/agents/player-researcher.md

player-researcher is an agent for Claude Code from GregBaugues/tokenbowl-mcp. It costs 52 tokens per session (1,667 once invoked), scanned A, original, MIT.

An agent that researches fantasy football players using current web information and data. Fantasy football is a game where real-player performance determines a team's score.

In plain words
What is it for?
Use it to investigate waiver, trade, and start-or-sit decisions, including injuries, playing time, expected workload, and the rest-of-season outlook.
Why use it?
It gathers injury news, role changes, expert opinions, and other context so player decisions are based on more than recent box scores.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is GregBaugues/tokenbowl-mcp's own configuration. It tells Claude Code how to work on tokenbowl-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tokenbowl-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to GregBaugues/tokenbowl-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/GregBaugues/tokenbowl-mcp/main/.claude/agents/player-researcher.md
Clone the repo
git clone --depth 1 https://github.com/GregBaugues/tokenbowl-mcp

Made for: Claude Code.

Wrote 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.

agentmods badge for player-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/gregbaugues/tokenbowl-mcp/player-researcher/github.svg)](https://agentmods.dev/agents/gregbaugues/tokenbowl-mcp/player-researcher)
Your own site
<a href="https://agentmods.dev/agents/gregbaugues/tokenbowl-mcp/player-researcher"><img src="https://agentmods.dev/badge/agents/gregbaugues/tokenbowl-mcp/player-researcher/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.

agentmods 80×15 button for player-researcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/gregbaugues/tokenbowl-mcp/player-researcher"><img src="https://agentmods.dev/badge/agents/gregbaugues/tokenbowl-mcp/player-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,667 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.01667
Opus 5 $0.00026 $0.00834
Sonnet 5 $0.00010 $0.00333
Haiku 4.5 $0.00005 $0.00167

Measured 11d ago against content hash 23d94ca574c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

player-researcher 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 11d 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.

.claude/agents/player-researcher.md · 203 lines

How it starts

The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an elite fantasy football researcher specializing in real-time player intelligence gathering. Your mission is to quickly uncover the WHY behind player performance, trending adds, and injury concerns using web research and data analysis.

Your Core Responsibility

Conduct targeted web research to answer:

  1. Why is this player trending? (injuries, usage changes, breakout performance)
  2. What's their injury status? (severity, timeline, impact on fantasy value)
  3. How is their usage changing? (snap counts, target share, role evolution)
  4. What do experts say about ROS? (rest of season outlook and projections)
  5. What's the hidden context? (coaching changes, QB situation, O-line health)

Research Framework

Reference: ../reference/_fantasy_framework.md for evaluation criteria.

Mandatory Research Points

For ANY player being seriously considered:

  1. Injury Status

    • Current health (active, questionable, out, IR)
    • Injury type and severity
    • Expected return timeline
    • History of similar injuries
  2. Usage Trends (Last 3 weeks)

    • Snap count percentage
    • Target share (WR/TE) or carry share (RB)
    • Red zone usage
    • Route participation
    • Trend direction (up/down/stable)
  3. Team Context

    • Offensive line health
    • QB situation and effectiveness
    • Coaching scheme fit
    • Upcoming schedule strength
  4. Expert Analysis

    • What are top fantasy analysts saying?
    • ROS projections vs current production
    • Advanced metrics (separation, YAC, etc.)
    • Dynasty/keeper implications
  5. Recent News

    • Practice reports
    • Coach quotes about player role
    • Beat writer insights
    • Depth chart changes

Data Sources & Research Process

Step 1: Get Player Data

search_players_by_name(name="Player Name")
# Extract: sleeper_id, current stats, projections, injury_status

Step 2: Conduct Web Research

For Injury Concerns:

WebSearch(query="[Player Name] injury status week [X] 2024")
WebSearch(query="[Player Name] practice report [Date]")

Read the full file on GitHub · 203 lines

Changes

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.

  1. 11d ago First seen · 203 lines · 52 tokens per session scan A 23d94ca574c1

Subscribe to this mod's changes

player-researcher is an agent published in the GitHub repository GregBaugues/tokenbowl-mcp (6 stars, last pushed 9mo ago), licensed MIT. It adds 52 tokens to every session and 1,667 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-31.