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 agentmods add skills/itamarzand88/cli-anything-web/futbin-clinpx skills add ItamarZand88/CLI-Anything-WEB --skill futbin-cligit clone --depth 1 https://github.com/ItamarZand88/CLI-Anything-WEBWrote 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/itamarzand88/cli-anything-web/futbin-cli)<a href="https://agentmods.dev/skills/itamarzand88/cli-anything-web/futbin-cli"><img src="https://agentmods.dev/badge/skills/itamarzand88/cli-anything-web/futbin-cli.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 | $0.00116 | $0.01539 |
| Opus 5 | $0.00058 | $0.00770 |
| Sonnet 5 | $0.00023 | $0.00308 |
| Haiku 4.5 | $0.00012 | $0.00154 |
Grade A, and why
futbin-cli 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 4d 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 — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
cli-web-futbin
EA FC Ultimate Team database and market analytics. Prices are in coins; current game year is 26 (use --year 25 for last year's cards, or set a default via config).
Install: pip install cli-web-futbin
For trading strategy, market timing, and promo-cycle guidance, read market-playbook.md — weekly buy/sell cycle, EA tax formulas, promo crash calendar, fodder rules, mass bidding, and step-by-step CLI workflows.
Commands
players
players search --name TEXT— search by name (JSON API; fast, reliable prices). Options:--year N,--evolutionsplayers list— browse with filters. Options:--position,--rating-min/--rating-max,--version(gold_rare, gold_if, toty, icons, heroes, fut_birthday, moments, …),--min-price/--max-price,--cheapest,--min-skills/--min-wf(1–5),--gender [men|women],--league/--nation/--club ID,--platform [ps|pc],--page N,--year Nplayers get PLAYER_ID— full detail: stats, skill moves/weak foot, trend, EA price range, current BIN listingsplayers compare ID1 ID2— side-by-side with value metricsplayers price-history PLAYER_ID— price series + current/min/max per platformplayers versions --name TEXT— all versions of a player withvalue_score(total stats per 1K coins)
market
market index [--rating 81-86|100|icons]— tier indices, or current/open/low/high for one tiermarket popular [--limit N]— trending/most-viewed players (max 250)market latest [--page N]— newly released cardsmarket cheapest— cheapest by rating, for SBCs/trading. Options:--rating-min(default 83),--rating-max,--min-price(default 200, excludes extinct),--max-price,--platform,--pagemarket movers [--fallers]— biggest risers/fallers. Options:--rating-min(default 80),--min-price(default 1000),--max-price,--platform,--pagemarket fodder— cheapest player at each rating tier 81–99. Options:--rating-min,--rating-maxmarket analyze PLAYER_ID— trend analysis + BUY/SELL/HOLD signal, platform gap. Option:--yearmarket scan— bulk undervalue detection (flags cards below 30d average; ~0.5s/player). Options:--rating-min(default 84),--rating-max(default 90),--limit(default 20),--threshold(default 10, min % below avg),--platformmarket arbitrage— PS vs PC price gaps. Options:--rating-min(default 85),--rating-max(default 92),--min-gap(default 5, %),--page
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.
- 4d ago First seen · 73 lines · 116 tokens per session scan A 69698e97af2d
futbin-cli is a skill published in the GitHub repository ItamarZand88/CLI-Anything-WEB (216 stars, last pushed 10d ago), licensed MIT. It adds 116 tokens to every session and 1,539 once invoked, about $0.0006 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 skills, from other repositories
e2e-testing
End-to-end testing for Falcon Foundry apps using Playwright and @crowdstrike/foundry-playwright. TRIGGER when user asks to "add e2e tests", "add playwright tests", "write end-to-end tests", "test my app", or mentions "e2e", "playwright", or "end-to-end" in the context of testing a Foundry app. DO NOT TRIGGER during…
e2e-reviewer
Use when reviewing Playwright or Cypress E2E specs, Page Objects (POM), PRs, pull requests, patches, diffs, or changed test files — asked to review tests, audit test quality, or find weak, flaky, or silently-passing tests; when tests pass CI but prove nothing or miss bugs; when auditing missing awaits, vacuous or…
cypress-debugger
Use when a Cypress end-to-end test has already run and failed and the user wants the root cause and a concrete fix. Trigger on a failing Cypress spec, Timed-out-retrying command, unresolved selector, cy.intercept alias or request race, suite-breaking hook, retry-only flake, hydration or timing race, or a…
playwright-debugger
Use when a Playwright end-to-end test has already run and failed and the user wants the root cause and a concrete fix. Trigger on a failing Playwright spec, TimeoutError, broken or ambiguous selector, post-deploy suite failure, retry-only flake, hydration or timing race, or a passes-locally-but-fails-in-CI split.…
playwright-test-generator
Use when someone wants to add, write, create, or scaffold new Playwright end-to-end tests for a page, flow, form, component, uncovered route, or first-project setup. The skill analyzes coverage gaps, explores live pages only on local/disposable or externally isolated approved non-production targets, proposes scenarios…
piyaz
Use when the user wants to plan, decompose, track, or resume a multi-task project: scoping a new idea, importing or onboarding an existing repo or workspace, asking what to work on / what's next / what's blocked / where they left off, reporting task completion, dispatching work in parallel, or planning a draft task.…