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 OthmanAdi/researchclaw-skill --skill researchclawgit clone --depth 1 https://github.com/OthmanAdi/researchclaw-skillWrote 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/othmanadi/researchclaw-skill/researchclaw)<a href="https://agentmods.dev/skills/othmanadi/researchclaw-skill/researchclaw"><img src="https://agentmods.dev/badge/skills/othmanadi/researchclaw-skill/researchclaw.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.00074 | $0.03202 |
| Opus 5 | $0.00037 | $0.01601 |
| Sonnet 5 | $0.00015 | $0.00640 |
| Haiku 4.5 | $0.00007 | $0.00320 |
Grade B, and why
researchclaw scanned grade B with 2 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
4. **LaTeX**: Check `pdflatex --version`. If missing, suggest `sudo apt-get install texlive-full` (Linux) or `brew install --cask mactex` (macOS). **Be honest: this is a large download (2-4 GB).** Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| `ConnectionError` to arxiv/semantic_scholar | Network issue | Check internet connectivity; try `curl https://api.semanticscholar.org/graph/v1/paper/search?query=test` | How it starts
The opening of the file, as written. The whole thing — 292 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ResearchClaw Skill — Autonomous Research Pipeline
This skill wraps AutoResearchClaw, a 23-stage pipeline that takes a research topic and produces a conference-grade LaTeX paper with real citations, sandbox-executed experiments, multi-agent peer review, and citation verification.
Honesty policy: This skill does not fabricate capabilities. Every command maps to real upstream functionality. If something fails, the skill reports the actual error and suggests concrete fixes — it never pretends the problem does not exist.
Commands
| Command | Purpose |
|---|---|
/researchclaw |
Show help and available subcommands |
/researchclaw:setup |
Check and install all prerequisites (Python, Docker, LaTeX, pip packages) |
/researchclaw:config |
Interactive config wizard — generates a working config.yaml |
/researchclaw:run |
Start a research pipeline run |
/researchclaw:status |
Check the status of a running or completed pipeline |
/researchclaw:resume |
Resume a pipeline from the last successful stage |
/researchclaw:diagnose |
Auto-detect and explain common failures |
/researchclaw:validate |
Validate config, dependencies, and connectivity before running |
/researchclaw — Help
When invoked without a subcommand, display this command list and a one-line status summary:
- Check if
researchclawCLI is installed:which researchclaw - Check if
config.yamlexists in the current directory - Print the command table above
- Suggest the most logical next step based on what is missing
/researchclaw:setup — Prerequisites Installation
MANDATORY: Ask the user before installing anything. Present what is missing and get explicit approval.
Run the prerequisite check script:
bash "${CLAUDE_SKILL_DIR}/scripts/check-prereqs.sh"
The script checks each dependency and outputs a JSON report. Based on the report:
- Python 3.11+: Check
python3 --version. If missing or too old, suggestpyenv install 3.11or system package manager. - pip / uv: Check
pip3 --versionoruv --version. Suggestuvif not present (faster). - Docker: Check
docker info. If Docker daemon is not running, tell the user honestly — this skill cannot start Docker for you on most systems. - LaTeX: Check
pdflatex --version. If missing, suggestsudo apt-get install texlive-full(Linux) orbrew install --cask mactex(macOS). Be honest: this is a large download (2-4 GB). - AutoResearchClaw: Check
pip3 show researchclaw. If not installed:
Or from source:pip3 install researchclawgit clone https://github.com/aiming-lab/AutoResearchClaw.git cd AutoResearchClaw pip3 install -e ".[all]"
What ships with it
10 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.
- assets/config-template.yaml 2.2 KB
- references/config-reference.md 4.4 KB
- references/pipeline-stages.md 4.4 KB
- references/README-CN.md 4.6 KB
- references/troubleshooting.md 5.9 KB
- scripts/check-prereqs.sh 2.0 KB runs code
- scripts/notify-completion.sh 1.3 KB runs code
- scripts/post-run-check.sh 2.1 KB runs code
- scripts/pre-config-write.sh 359 B runs code
- scripts/pre-delete-guard.sh 437 B runs code
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 · 292 lines · 74 tokens per session scan B b35bc842f88f
researchclaw is a skill published in the GitHub repository OthmanAdi/researchclaw-skill (20 stars, last pushed 5mo ago), licensed MIT. It adds 74 tokens to every session and 3,202 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
arbor-agent-orchestrator
Top-level controller for recreating the open-source AutoResearch workflow as a suite of skills. Use when the user asks to run, emulate, extract, validate, or refine Arbor/AutoResearch behavior, especially when a coordinator must load phase skills for setup, ideation, executors, merge evaluation, novelty search…
iclr
ICLR (International Conference on Learning Representations) paper formatting — activate when the user wants to submit to ICLR, follow ICLR template, or fix ICLR format issues.
neurips
NeurIPS (Neural Information Processing Systems) paper formatting — activate when the user wants to submit to NeurIPS, follow NeurIPS template, or fix NeurIPS format issues.
aaai
AAAI paper formatting — activate when the user wants AAAI template setup, migration, or formatting/compilation fixes.
acl-venues
ACL-family venue paper formatting (ACL, EMNLP, NAACL, EACL, AACL, COLING, ARR, Findings) — activate when the user wants any ACL-series template setup, migration, or format fixes.
colm
COLM (Conference on Language Modeling) paper formatting — activate when the user wants COLM template setup, migration, or formatting/compilation fixes.