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/yogsoth-ai/de-anthropocentric-research-engine/agents-mdgit clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engineWhat 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.00278 | $0.00278 |
| Opus 5 | $0.00139 | $0.00139 |
| Sonnet 5 | $0.00056 | $0.00056 |
| Haiku 4.5 | $0.00028 | $0.00028 |
Grade A, and why
de-anthropocentric-research-engine AGENTS.md 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 yesterday.
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.
What it actually says
DARE Research Engine
Use DARE for AI Research tasks and whenever the user explicitly asks for DARE.
- Treat
CCandClaude Codein upstream DARE documents asCodex. - Resolve the DARE skill root from the first existing path:
.dare/skills/in a project where DARE was installedskills/in the DARE source repository
- Read
<skill-root>/de-anthropocentric-research-engine/SKILL.mdfirst. - Read
<skill-root>/research-catalog/SKILL.mdbefore selecting research packages. - Treat YAML
dependenciesin eachSKILL.mdas the authoritative call graph. - When a DARE document says to invoke a skill, open
<skill-root>/<skill-name>/SKILL.mdand follow it as the operative workflow. - Load dependency skills only when needed; do not load the entire DARE skill tree.
- Preserve runtime context in
context/INDEX.mdand its related context files. - Never write API keys or secrets into specs, context files, or committed configuration.
The DARE skill tree is an on-demand research knowledge base, not a Codex skill-discovery directory.
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.
- yesterday First seen · 20 lines · 278 tokens per session scan A 972c3b40e6fd
de-anthropocentric-research-engine AGENTS.md is an instructions file published in the GitHub repository yogsoth-ai/de-anthropocentric-research-engine (405 stars, last pushed 6d ago), licensed Apache-2.0. It adds 278 tokens to every session, about $0.0014 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 instructions, from other repositories
Auto-Research-Skills AGENTS.md
Instructions for brycewang-stanford/Auto-Research-Skills, covering agent coordination, before editing, generated files, validation and handoff.
AI-Powered-Literature-Review-Skills AGENTS.md
Instructions for stephenlzc/AI-Powered-Literature-Review-Skills, covering agents.md - literature reviewer skill, 项目概述, 核心特性, 技术栈 and 项目结构.
academic-research-skills-codex copilot-instructions.md
AI-augmented academic research pipeline with integrity verification.
paper-fetch AGENTS.md
Instructions for drpwchen/paper-fetch, covering what this tool is, deploying it for a user (the happy path), when a route "looks broken", check entitlement first, calling it from an orchestrator and hard lines — do not cross.
ux-expert-skills AGENTS.md
Instructions for guofu-shiqu/ux-expert-skills, covering agents.md — codex agent instructions, role, capabilities, skill catalog and workflow.
nano-scientist CLAUDE.md
Claude Code instructions for AI4Scientist/nano-scientist, covering claude.md, project, run, pipeline and architecture.