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 instructions/liustack/modsearch/agents-mdgit clone --depth 1 https://github.com/liustack/modsearchWhat 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.01878 | $0.01878 |
| Opus 5 | $0.00939 | $0.00939 |
| Sonnet 5 | $0.00376 | $0.00376 |
| Haiku 4.5 | $0.00188 | $0.00188 |
Grade A, and why
modsearch AGENTS.md scanned grade A with 1 finding 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 2d 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- **Hidden Windows children**: the core and standalone dsh plugin each own one child-process wrapper that forces `windowsHide: true`. A contract test rejects direct `child_process` access anywhere else in shipped code. How it starts
The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Overview (for AI Agent)
Goal
Provide the modsearch CLI tool that turns search queries and page URLs into structured web evidence for LLM agent workflows.
Technical Approach
- Pluggable engines — the engine interface (
buildInvocation+parseOutputfor subprocess engines, orexecutefor in-process ones) keeps each engine contained to one file, so adding or swapping one touches nothing else. Antigravity CLI (agy) is the preferred search engine when it is available. - Two modes, one CLI:
-qsearches the web,-ufetches a single page (absorbed from the retiredmodfetchproject).-uplus-qfetches with an answer focus. - Schema-enforced JSON output: subprocess engines are invoked with
--json-schema, so the structured result comes back guaranteed, no markdown scraping. - Selectable automatic chain: every engine participates by default.
engines.<name>.enabled: falseexcludes one from automatic search, fetch, or X routing. An explicit--enginestill forces a one-off run.doctorreports readiness and enabled state separately. - Hidden Windows children: the core and standalone dsh plugin each own one child-process wrapper that forces
windowsHide: true. A contract test rejects directchild_processaccess anywhere else in shipped code. - Single responsibility: this project handles the live web (search + fetch). Image parsing lives in
modlens. - X handling: X-flavored
-qqueries route entirely to Grok Build (grok-cli) when it is installed and signed in, spending no agy quota. When Grok is missing or fails, a web engine answers instead, and that entry is markedstatus: "degraded"withsource: "web"andrequestedSource: "x"so the second-hand nature is explicit, never silent. On a--source web,xrun with X unreachable, the X slot returns a separatestatus: "unavailable"entry rather than vanishing. An explicit-e/--engineis a hard force: exactly that engine, no fallback, an error if it cannot do the job. One shared output contract for every engine.
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.
- 2d ago First seen · 117 lines · 1,878 tokens per session scan A 709f0a4af067
modsearch AGENTS.md is an instructions file published in the GitHub repository liustack/modsearch (333 stars, last pushed 5d ago), licensed MIT. It adds 1,878 tokens to every session, about $0.0094 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
dsh-auto-review AGENTS.md
Instructions for PerryLink/dsh-auto-review, covering agents.md, layout, hard rules applied here, build and docs.
dsh-mcp-panel AGENTS.md
Instructions for PerryLink/dsh-mcp-panel, covering agents.md, layout, hard rules applied here, config and build.
dsh-codex-sync AGENTS.md
Instructions for Walvez/dsh-codex-sync, covering agents.md — dsh-codex-sync, 定位, 怎么跑, 技术栈 and 目录与约定.
dsh-pihuo-plugins AGENTS.md
Instructions for xun404/dsh-pihuo-plugins, covering agents.md, 技能在哪, 对照源码 and 站立约束.
dsh-pihuo-plugins CLAUDE.md
Instructions for xun404/dsh-pihuo-plugins: Follow AGENTS.md. Plugin skills live in .agents/skills/.
dsh-TUI AGENTS.md
AGENTS.md instructions for ccch1mneyyy/dsh-TUI, covering agents.md, 仓库布局, 命令, 上游边界与契约 and 约定与红线.