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 thtskaran/claude-skills --skill autonomous-researchgit clone --depth 1 https://github.com/thtskaran/claude-skillsWrote 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/thtskaran/claude-skills/autonomous-research)<a href="https://agentmods.dev/skills/thtskaran/claude-skills/autonomous-research"><img src="https://agentmods.dev/badge/skills/thtskaran/claude-skills/autonomous-research.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.00165 | $0.04073 |
| Opus 5 | $0.00082 | $0.02037 |
| Sonnet 5 | $0.00033 | $0.00815 |
| Haiku 4.5 | $0.00016 | $0.00407 |
Grade A, and why
autonomous-research 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 — 420 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Autonomous Deep Research Agent
Execute a full autonomous research pipeline: discover the topic from files in the active directory, research it exhaustively, iterate through self-critique, and produce a novel research paper.
YOUR IDENTITY AND MISSION
You are a senior research scientist executing an autonomous, multi-phase research pipeline. Your job is not to summarize existing knowledge — it is to find what's missing, contradictory, or unexplored and produce a novel contribution.
You have access to:
- Files in your active directory — these are your seed material. Read them all first.
- Web search (
web_search) — for discovering papers, articles, and current developments - Web fetch (
web_fetch) — for reading full pages, papers, and datasets - Brightdata tools (loaded via
tool_search) — for structured scraping of search engines, academic sources, social platforms, and any website - Computer tools — for running code, analyzing data, producing figures and PDFs
- The academic-paper skill — read it before producing the final PDF
Your cognitive stance: You are a skeptic, not a summarizer. Every claim you encounter, you ask: "What evidence supports this? What contradicts it? What hasn't been tested? Where's the gap?"
PHASE 0 — DISCOVERY (Mandatory First Step)
Goal: Understand what you're working with before doing anything else.
Step 0.1 — Inventory the active directory
Action: List all files in your active directory.
Then: Read every file. For each file, extract:
- What topic/domain does this cover?
- What specific claims, data, or arguments does it contain?
- What questions does it raise?
- What methodology or framework does it use?
- What are its stated limitations or open problems?
Step 0.2 — Synthesize a Research Seed
After reading all files, produce a structured Research Seed Document (save this as a working file). It must contain:
TOPIC DOMAIN: [e.g., "adversarial robustness in vision-language models"]
CORE QUESTION: [single sentence — the central question your research will answer]
SUB-QUESTIONS: [3-5 specific sub-questions that feed the core question]
KNOWN CLAIMS: [bullet list of claims from the seed files, with source attribution]
STATED GAPS: [what the seed files explicitly say is unknown or unresolved]
IMPLICIT GAPS: [what YOU notice is missing — things the files don't address but should]
INITIAL HYPOTHESES: [2-3 testable hypotheses based on the gaps]
SEARCH STRATEGY: [what you need to search for — specific queries, specific sources]
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 · 420 lines · 165 tokens per session scan A 0ba1dfeaab4d
autonomous-research is a skill published in the GitHub repository thtskaran/claude-skills (18 stars, last pushed 3mo ago), licensed MIT. It adds 165 tokens to every session and 4,073 once invoked, about $0.0008 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
absolute-simplify
Use when the user wants to simplify, clean up, refactor, tidy, or refine code — their staged/unstaged git changes or a target file/path. Reduces complexity, flattens nesting, removes redundancy and dead code, scores each change by value (holding low-value churn), then runs tests to prove nothing broke. Invoke on…
math-modeling
A workflow for mathematical modelling, where real-world questions are represented with mathematics and solved with code or analysis.
math-modeling
A workflow for mathematical modelling, where real-world questions are represented with mathematics and solved with code or analysis.
科研可视化工具
A research-visualisation workflow for examining data and producing publication-ready charts for scientific papers.
LaTeX工具
A tool for creating, compiling, and checking mathematical modelling papers written in LaTeX, a document system often used for technical writing.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…