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 samsamurai301/Researcher-AI --skill autonomous-researchgit clone --depth 1 https://github.com/samsamurai301/Researcher-AIWrote 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/samsamurai301/researcher-ai/autonomous-research)<a href="https://agentmods.dev/skills/samsamurai301/researcher-ai/autonomous-research"><img src="https://agentmods.dev/badge/skills/samsamurai301/researcher-ai/autonomous-research/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/samsamurai301/researcher-ai/autonomous-research"><img src="https://agentmods.dev/badge/skills/samsamurai301/researcher-ai/autonomous-research.svg" alt="Reviewed on agentmods" width="80" 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.00049 | $0.01073 |
| Opus 5 | $0.00024 | $0.00536 |
| Sonnet 5 | $0.00010 | $0.00215 |
| Haiku 4.5 | $0.00005 | $0.00107 |
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 11d 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 — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Autonomous research with Researcher AI
Use the Researcher AI MCP tools as the system of record. Never replace a tool result with an invented project, idea, job state, metric, citation, or artifact.
Start with the service boundary
- Call
get_service_statusbefore the first write action. - Explain the active runner mode:
mockvalidates the workflow and produces no scientific claim.nativemust only be used inside a dedicated execution container.dockercreates a resource-limited container per job.
- If the user expects a live experiment and the service reports
mock, stop before claiming that a real experiment ran. Give the exact configuration change needed. - If
publicReviewModeisstateless, userun_mock_research_workflowas the complete workflow. Do not ask for project IDs or call private tools that are not exposed.
Build a decision-ready brief
Translate the request into bounded, useful inputs before calling a workflow tool:
- a clear title, 1-12 keywords, one testable research question, and contextual abstract;
- up to six concrete objectives;
- resource, data, safety, timing, and methodological constraints;
- measurable evaluation criteria and the simplest credible baseline;
- only source notes the user actually supplied, with limitations stated explicitly;
- a concise, balanced, or detailed output preference.
Do not invent evidence notes, citations, URLs, file paths, or evaluation results. If details are missing, use an empty optional field instead of fabricating certainty.
In stateless public mode, call run_mock_research_workflow once. Report the ranked recommendation, explain that its score is a deterministic planning heuristic, surface falsification criteria, and mention the downloadable research brief, ideation report, run manifest, and disclosure record.
Project and ideation workflow
- Convert the user's topic into the decision-ready brief above.
- Call
create_research_project. - Before
start_ideation, state that literature search can contact external services and consume provider credits. - Call
start_ideation, then report the job ID. Useget_job_statuswhen the user asks for progress; do not fabricate completion. - Once the job succeeds, call
list_research_ideas. Compare novelty, falsifiability, feasibility, likely compute cost, and failure modes. Clearly label any judgment that is not directly present in an artifact as analysis rather than evidence. - Use
get_project_dashboardwhen the user asks for an overview, recommendation, current state, or next action. Prefer it over assembling separate project, job, idea, and artifact summaries.
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.
- 11d ago First seen · 85 lines · 49 tokens per session scan A 6e1780461329
autonomous-research is a skill published in the GitHub repository samsamurai301/Researcher-AI (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 1,073 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-31.
Other skills, from other repositories
novelty-check
A research process for checking whether a research idea or proposal is genuinely new. It compares the idea's main technical claims with work found in arXiv, Google Scholar and Semantic Scholar, then rates each claim.
autoresearch
Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear optimization targets. The outer loop synthesizes results, identifies patterns, and steers research direction. Routes to domain-specific skills for execution, supports…
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.
grant-proposal
A grant-writing workflow that turns research ideas and related literature into structured funding proposals for named national and international grant formats.
paper-illustration
A tool for creating academic-paper illustrations such as architecture diagrams and method figures with Gemini image generation and Claude-guided revisions.