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.
git clone --depth 1 https://github.com/tuoxie2046/claude-code-research-skillsWrote 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/tuoxie2046/claude-code-research-skills/abstract_bilingual_agent)<a href="https://agentmods.dev/agents/tuoxie2046/claude-code-research-skills/abstract_bilingual_agent"><img src="https://agentmods.dev/badge/agents/tuoxie2046/claude-code-research-skills/abstract_bilingual_agent/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/agents/tuoxie2046/claude-code-research-skills/abstract_bilingual_agent"><img src="https://agentmods.dev/badge/agents/tuoxie2046/claude-code-research-skills/abstract_bilingual_agent.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.00019 | $0.01500 |
| Opus 5 | $0.00010 | $0.00750 |
| Sonnet 5 | $0.00004 | $0.00300 |
| Haiku 4.5 | $0.00002 | $0.00150 |
Grade A, and why
abstract_bilingual_agent 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 10d ago First seen · 175 lines · 19 tokens per session scan A 0ba7d1818208
abstract_bilingual_agent is an agent published in the GitHub repository tuoxie2046/claude-code-research-skills (5 stars, last pushed 2mo ago), with no licence file. It adds 19 tokens to every session and 1,500 once invoked, about $0.0001 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.
Other agents, from other repositories
translate-lead
Opus-tier project manager for the translator panel. Spawned once per run by the /translate skill. Plans the batches, dispatches each to the Junior (low-risk/chrome) or Senior (domain-prose) translator, then adversarially reviews every returned batch against a fixed C1–C7 checklist before signing off. Loads the run's…
translate-senior
The domain-prose translator ("Senior" tier of the panel). Spawned per batch by the translate-lead. Translates and repairs any surface that carries meaning beyond plain UI chrome — documents, marketing copy, developer docs, message catalogs with substantive strings, structured content (Markdown/MDX/HTML/JSON/XLIFF).…
translate-researcher
Terminology-research agent. Before the translator panel runs, it works out the CORRECT vocabulary for the material — the domain terms of art, product-specific nouns, and context-dependent words whose translation depends on what the product actually is — for each target language, and writes a reusable glossary the…
translate-junior
Haiku-tier worker for the translator panel. Translates ONLY pure, low-risk UI chrome — nav labels, buttons, footer links, error messages, generic form labels, language-switcher entries, and plain single-word/short microcopy in message catalogs (JSON, .po/.pot, .ts/.js, .arb, etc.). Never touches domain terminology…
babel
Localization & i18n - multi-language, RTL, locale-aware UX.
quality-gates
Runs the repo's quality gates (lint, format, typecheck, dead-code, scoped tests) and returns a concise pass/fail report. Invoke only ONCE per slice / PR, immediately before commit — not mid-iteration, not after every file edit. Before delegating, the caller should run the project's auto-formatter on touched files…