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 aphrody-code/bxc --skill bxc-futgit clone --depth 1 https://github.com/aphrody-code/bxcWrote 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/aphrody-code/bxc/bxc-fut)<a href="https://agentmods.dev/skills/aphrody-code/bxc/bxc-fut"><img src="https://agentmods.dev/badge/skills/aphrody-code/bxc/bxc-fut/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/aphrody-code/bxc/bxc-fut"><img src="https://agentmods.dev/badge/skills/aphrody-code/bxc/bxc-fut.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.00074 | $0.00703 |
| Opus 5 | $0.00037 | $0.00351 |
| Sonnet 5 | $0.00015 | $0.00141 |
| Haiku 4.5 | $0.00007 | $0.00070 |
Grade A, and why
bxc-fut 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 5d 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 — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
@aphrody/fut
Scraper Ultimate Team (packages/fut), publié comme @aphrody/fut.
Surface
| Symbole | Fichier | Rôle |
|---|---|---|
scrapeFutBinPrice |
src/futbin.ts |
Prix courant d'un joueur sur futbin.com |
scrapeFutGgPlayer |
src/futgg.ts |
Fiche joueur complète sur fut.gg |
FutPlayerSchema, FutPriceSchema |
src/types.ts |
Validation Zod des deux formes |
FutResolver |
src/graphql/FutResolver.ts |
Requêtes futPlayers / futStatsSummary (type-graphql) |
futDatabaseExists |
src/graphql/FutResolver.ts |
Dit si l'artefact de crawl est présent |
CLI : bxc fut price <joueur> et bxc fut player <joueur> (src/cli/fut.ts),
avec --profile static|fast|http|stealth|max.
La base est un artefact, pas une fixture
packages/fut/src/data/fut_extracted_database.sqlite est git-ignoré : il
n'existe pas sur un clone frais. Il se produit avec
bun packages/fut/src/scripts/recursive_fut_scraper.ts.
Le resolver l'ouvre en lecture seule et sans création (openFutDatabase) :
un new Database(path) nu la créerait vide, et les requêtes échoueraient plus
tard sur « no such table: players » — un message qui accuse le schéma alors que
le vrai défaut est l'absence de données. Les tests GraphQL se sautent d'eux-mêmes
via describe.skipIf(!futDatabaseExists()). Ne pas « réparer » ce skip en
commitant une base : elle pèse et se périme à chaque patch du jeu.
Les connexions se prennent avec using db = openFutDatabase() — using ferme
sur tous les chemins de sortie, y compris les throw de GraphQL.
Tests
packages/fut/src/test/ : api, futbin, futgg, ea-ut tapent le vrai site
et sont gardés par SKIP_NETWORK_TESTS (posée par défaut dans bun run test).
Pour les exercer réellement : bun run test:live, en sachant qu'ils lancent un
navigateur. Leurs imports vers le cœur remontent quatre niveaux
(../../../../src/api/browser.ts) — trois est l'erreur classique.
Voir aussi : la skill bxc-scraper pour les conventions communes, bxc-new-scraper
pour en créer un nouveau.
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.
- 5d ago First seen · 51 lines · 74 tokens per session scan A ea338f2e491e
bxc-fut is a skill published in the GitHub repository aphrody-code/bxc (3 stars, last pushed 4d ago), licensed Apache-2.0. It adds 74 tokens to every session and 703 once invoked, about $0.0004 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-09-05.
Other skills, from other repositories
using-claude-cli
How to drive claude (Claude Code) as a non-interactive CLI tool — headless runs, MCP servers, permissions, output formats, and piping. Use when scripting Claude, spawning a sub-agent from another process, or wiring Claude into CI/automation.
pinchtab
Use this skill when a task needs browser automation through PinchTab: open a website, inspect interactive elements, click through flows, fill out forms, scrape page text, reuse a dedicated automation profile with user approval, export screenshots or PDFs, manage multiple browser instances, or fall back to the HTTP API…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
pinchtab-dev
Develop and contribute to the PinchTab project. Use when working on PinchTab source code, adding features, fixing bugs, running tests, or preparing PRs. Triggers on "work on pinchtab", "pinchtab development", "contribute to pinchtab", "fix pinchtab bug", "add pinchtab feature".
benchling-integration
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
browser_harness
../../SKILL.md.