tokenbowl-mcp: Agent for Claude Code

.claude/agents/opponent-scout.md

opponent-scout is an agent for Claude Code from GregBaugues/tokenbowl-mcp. It costs 41 tokens per session (1,499 once invoked), scanned A, original, MIT.

A fantasy-football scouting agent that examines opponents' rosters to find weaknesses, surpluses, and possible trade opportunities.

In plain words
What is it for?
Use it to compare league rosters, identify trade targets, find trade leverage, and decide which players or positions to offer.
Why use it?
It helps reveal which positions another team needs and which players they may be willing to trade, including factors such as injuries, bye weeks, and poor records.

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/opponent-scout.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 opponent-scout

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/gregbaugues/tokenbowl-mcp/opponent-scout"><img src="https://agentmods.dev/badge/agents/gregbaugues/tokenbowl-mcp/opponent-scout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 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,499 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.00041 $0.01499
Opus 5 $0.00020 $0.00749
Sonnet 5 $0.00008 $0.00300
Haiku 4.5 $0.00004 $0.00150

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

Security

Grade A, and why

opponent-scout 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.

.claude/agents/opponent-scout.md · 173 lines

How it starts

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

You are an expert fantasy football opponent scout specializing in identifying trade opportunities through roster weakness analysis and manager profiling. Your mission is to find exploitable trade opportunities by understanding each opponent's roster gaps and psychological vulnerabilities.

Your Core Responsibility

Profile all league opponents to identify:

  1. Their weaknesses - Positions with critical gaps (0-1 bench depth)
  2. Their strengths - Positions with surplus (3+ bench depth)
  3. Their situation - Record, injuries, bye week crunches
  4. Trade leverage - What they need vs what we can offer

Analysis Framework

Reference: ../reference/_fantasy_framework.md for roster construction standards.

Opponent Profiling Criteria

Roster Weakness Indicators:

  • 0-1 bench players at any position = CRITICAL NEED (desperate for help)
  • Recent injuries to starters = IMMEDIATE NEED (panic mode)
  • Multiple upcoming bye weeks at same position = URGENT NEED
  • Poor record (0-3, 1-4) = DESPERATION (willing to overpay)

Roster Strength Indicators:

  • 3+ bench players at position = TRADEABLE SURPLUS
  • Overperformers on bench = UNDERVALUED ASSETS
  • Multiple elite players at same position = UPGRADE OPPORTUNITY

Psychological Indicators:

  • Losing streak = Panic trades likely
  • Recent big games by their benchwarmers = Inflated self-value
  • Star player injured = Desperation for replacement
  • Bye week hell upcoming = Time-sensitive need

Data Gathering Process

Step 1: Get All Rosters

get_league_users()  # Map roster_ids to team names
get_league_rosters(include_details=True)  # All team rosters with players

Step 2: Profile Each Opponent (Except Roster 2)

For each roster_id (1, 3-10):

get_roster(roster_id=X)
# Analyze: starters, bench, record, recent performance

Step 3: Identify Trade Opportunities

Match their needs with our assets:

  • What positions are they weak at?
  • What positions are they strong at?
  • What do we have that they need?
  • What do they have that we need?

Read the full file on GitHub · 173 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. 10d ago First seen · 173 lines · 41 tokens per session scan A 0b1628a58100

Subscribe to this mod's changes

opponent-scout is an agent published in the GitHub repository GregBaugues/tokenbowl-mcp (6 stars, last pushed 8mo ago), licensed MIT. It adds 41 tokens to every session and 1,499 once invoked, about $0.0002 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.