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 EvoClaw/amplify --skill domain-anchoringgit clone --depth 1 https://github.com/EvoClaw/amplifyWrote 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/evoclaw/amplify/domain-anchoring)<a href="https://agentmods.dev/skills/evoclaw/amplify/domain-anchoring"><img src="https://agentmods.dev/badge/skills/evoclaw/amplify/domain-anchoring.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.1 | $0.00033 | $0.01393 |
| Opus 5 | $0.00016 | $0.00696 |
| Sonnet 5 | $0.00007 | $0.00279 |
| Haiku 4.5 | $0.00003 | $0.00139 |
Grade A, and why
domain-anchoring 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 7d 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 — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Domain Anchoring (Phase 0)
Overview
Bind the correct domain identity before any research work begins. Wrong expertise produces irrelevant baselines, missed evaluation criteria, and reviewer rejection.
When to Use
digraph trigger {
"User mentions research?" [shape=diamond];
"research-anchor.yaml exists?" [shape=diamond];
"Confirmed by user?" [shape=diamond];
"Invoke domain-anchoring" [shape=box];
"Skip — already anchored" [shape=box];
"User mentions research?" -> "research-anchor.yaml exists?" [label="yes"];
"User mentions research?" -> "Invoke domain-anchoring" [label="no → not research"];
"research-anchor.yaml exists?" -> "Confirmed by user?" [label="yes"];
"research-anchor.yaml exists?" -> "Invoke domain-anchoring" [label="no"];
"Confirmed by user?" -> "Skip — already anchored" [label="yes"];
"Confirmed by user?" -> "Invoke domain-anchoring" [label="no"];
}
Step 1: Identify Domain and Subdomain
Extract the research domain (ML, bioinformatics, physics, chemistry, multimedia, data mining, etc.) and subdomain (e.g., few-shot learning, single-cell genomics, molecular dynamics). If ambiguous, ask the user directly.
Step 2: Classify Research Type
Determine one of four types:
| Type | Focus | Typical Venue |
|---|---|---|
| M — Method/Model | New algorithm or architecture | ML conferences (NeurIPS, ICML, ICLR) |
| D — Discovery/Data | Data-driven scientific insights | Domain journals (Nature Methods, Cell) |
| C — Computational Tool | Pipelines, software, infrastructure | Software journals (JOSS, Bioinformatics) |
| H — Hybrid | New method + domain application | Cross-disciplinary venues |
If type is unclear, MUST ask clarifying questions. Do not guess.
Step 3: Anchor Expert Persona
Bind the correct domain expert identity. Use this table to set reviewer_focus in the anchor file:
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.
- 7d ago First seen · 136 lines · 33 tokens per session scan A 5842ffb184d5
domain-anchoring is a skill published in the GitHub repository EvoClaw/amplify (12 stars, last pushed 6mo ago), licensed MIT. It adds 33 tokens to every session and 1,393 once invoked, about $0.0002 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
officecli-word-form
Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…
dingtalk_channel_connect
Use a headed browser to automatically complete DingTalk channel integration for QwenPaw. Applicable when the user mentions DingTalk, developer console, Client ID, Client Secret, bot, Stream mode, binding or configuring a channel. Supports pausing when a login page is detected and resuming after the user logs in.
officecli-data-dashboard
Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…
A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.
make_plan
For external plan request scenarios, guides the Agent to request a clear, actionable, step-by-step plan from a stronger Agent via listagents and chatwithagent, emphasizing that the plan is executed by the requester, not by the consulted Agent.
gpt-image-2
A skill for generating or editing images with GPT Image 2 across local, host-provided, or advisory setups.