autonomous-research

autonomous-research is a skill for Claude Code from samsamurai301/Researcher-AI. It costs 49 tokens per session (1,073 once invoked), scanned A, original, Apache-2.0.

A research workflow skill for producing briefs, ranking testable research directions, running isolated AI Scientist v2 experiments, and inspecting project dashboards and artifacts.

In plain words
What is it for?
Use it to structure a research question, define objectives and evaluation criteria, run permitted workflows, and review their status and outputs.
Why use it?
It sets boundaries around automated research so proposed ideas, mock runs, measured evidence, and verified conclusions are not confused.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the researcher-ai plugin — 1 skill, 1 agent shipped together

Good fit Use it to structure a research question, define objectives and evaluation criteria, run permitted workflows, and review their status and outputs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/samsamurai301/researcher-ai/autonomous-research
Install

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.

Any agent
npx skills add samsamurai301/Researcher-AI --skill autonomous-research
Clone the repo
git clone --depth 1 https://github.com/samsamurai301/Researcher-AI

Made for: Claude Code.

Or install researcher-ai, the plugin that ships this one along with the rest of its 1 skill, 1 agent.

Wrote 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.

agentmods badge for autonomous-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/samsamurai301/researcher-ai/autonomous-research/github.svg)](https://agentmods.dev/skills/samsamurai301/researcher-ai/autonomous-research)
Your own site
<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.

agentmods 80×15 button for autonomous-research

Your own site · 80×15
<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>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,073 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 6e1780461329, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

plugins/researcher-ai/skills/autonomous-research/SKILL.md · 85 lines

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

  1. Call get_service_status before the first write action.
  2. Explain the active runner mode:
    • mock validates the workflow and produces no scientific claim.
    • native must only be used inside a dedicated execution container.
    • docker creates a resource-limited container per job.
  3. 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.
  4. If publicReviewMode is stateless, use run_mock_research_workflow as 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

  1. Convert the user's topic into the decision-ready brief above.
  2. Call create_research_project.
  3. Before start_ideation, state that literature search can contact external services and consume provider credits.
  4. Call start_ideation, then report the job ID. Use get_job_status when the user asks for progress; do not fabricate completion.
  5. 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.
  6. Use get_project_dashboard when the user asks for an overview, recommendation, current state, or next action. Prefer it over assembling separate project, job, idea, and artifact summaries.

Read the full file on GitHub · 85 lines

Changes

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.

  1. 11d ago First seen · 85 lines · 49 tokens per session scan A 6e1780461329

Subscribe to this mod's changes

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.

Related

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-Factory/Agon · 63 tokens

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…

OpenRaiser/NanoResearch · 98 tokens

proof-checker

A rigorous proof-checking and repair skill for LaTeX mathematics. LaTeX is a text format commonly used to write mathematical documents.

AI4Scientist/nano-scientist · 90 tokens

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.

AI4Scientist/nano-scientist · 67 tokens

grant-proposal

A grant-writing workflow that turns research ideas and related literature into structured funding proposals for named national and international grant formats.

AI4Scientist/nano-scientist · 131 tokens

paper-illustration

A tool for creating academic-paper illustrations such as architecture diagrams and method figures with Gemini image generation and Claude-guided revisions.

AI4Scientist/nano-scientist · 67 tokens