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 OpenLAIR/dr-claw --skill agent-harnessgit clone --depth 1 https://github.com/OpenLAIR/dr-clawWrote 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/openlair/dr-claw/agent-harness)<a href="https://agentmods.dev/skills/openlair/dr-claw/agent-harness"><img src="https://agentmods.dev/badge/skills/openlair/dr-claw/agent-harness.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.00031 | $0.01109 |
| Opus 5 | $0.00015 | $0.00554 |
| Sonnet 5 | $0.00006 | $0.00222 |
| Haiku 4.5 | $0.00003 | $0.00111 |
Grade A, and why
drclaw 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 8d 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
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
28 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- cli_anything/drclaw/__init__.py 103 B runs code
- cli_anything/drclaw/core/__init__.py 181 B runs code
- cli_anything/drclaw/core/chat.py 22 KB runs code
- cli_anything/drclaw/core/conversations.py 3.0 KB runs code
- cli_anything/drclaw/core/daemon.py 7.5 KB runs code
- cli_anything/drclaw/core/openclaw_bridge.py 3.4 KB runs code
- cli_anything/drclaw/core/openclaw_daemon.py 26 KB runs code
- cli_anything/drclaw/core/projects.py 6.6 KB runs code
- cli_anything/drclaw/core/session.py 7.6 KB runs code
- cli_anything/drclaw/core/settings.py 1.3 KB runs code
- cli_anything/drclaw/core/taskmaster.py 6.5 KB runs code
- cli_anything/drclaw/drclaw_cli.py 125 KB runs code
- cli_anything/drclaw/README.md 11 KB
- cli_anything/drclaw/README.zh-CN.md 11 KB
- cli_anything/drclaw/SCHEMA.md 6.7 KB
- cli_anything/drclaw/tests/__init__.py 42 B runs code
- cli_anything/drclaw/tests/test_core.py 42 KB runs code
- cli_anything/drclaw/tests/test_full_e2e.py 9.3 KB runs code
- cli_anything/drclaw/tests/TEST.md 3.7 KB
- cli_anything/drclaw/utils/__init__.py 150 B runs code
- cli_anything/drclaw/utils/openclaw_helpers.py 4.3 KB runs code
- cli_anything/drclaw/utils/output.py 4.5 KB runs code
- DRCLAW.md 4.8 KB
- install.sh 1.1 KB runs code
- setup.py 641 B runs code
- skills/dr-claw/scripts/drclaw_wait_until_clear.sh 1.8 KB runs code
- skills/dr-claw/scripts/openclaw_drclaw_turn.sh 1.0 KB runs code
- skills/dr-claw/SKILL.md 9.5 KB
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.
- 8d ago First seen · 178 lines · 31 tokens per session scan A 4e5a3ba89be7
drclaw is a skill published in the GitHub repository OpenLAIR/dr-claw (1,072 stars, last pushed today), with no licence file. It adds 31 tokens to every session and 1,109 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
answering-sequence-design
SOP: Design the optimal answering order for sub-questions.
buffer-sizing
Calculate project, feeding, and resource buffers — shared with implementation-planning.
execute
Use only when the user asks to run or execute a Wheeler plan that already exists in .plans/.
proof-checker
A rigorous proof-checking and repair skill for LaTeX mathematics. LaTeX is a text format commonly used to write mathematical documents.
auto-paper-improvement-loop
An automated loop for improving a generated research paper through repeated review, editing, and recompilation. Recompiling rebuilds the paper so changes can be checked in the final document.
citation-audit
Zero-context verification that every bibliographic entry in the paper is real, correctly attributed, and used in a context the cited paper actually supports. Uses a fresh cross-model reviewer with web/DBLP/arXiv lookup to catch hallucinated authors, wrong years, fabricated venues, version mismatches, and wrong-context…