auto-run

auto-run is a skill for Claude Code from primeline-ai/claude-adaptive-research. It costs 70 tokens per session (110 once invoked), scanned A, original, MIT.

An autonomous research workflow for running adaptive research loops or predefined research approaches such as technique-scout and cross-domain.

In plain words
What is it for?
Use it when you want to start an autonomous research loop, run adaptive research, or invoke one of its research presets.
Why use it?
It provides a named process for continuing research without manually directing every step.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the claude-adaptive-research plugin — 1 skill, 2 commands, 2 hooks shipped together

Good fit Use it when you want to start an autonomous research loop, run adaptive research, or invoke one of its research presets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/primeline-ai/claude-adaptive-research/auto-run
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 primeline-ai/claude-adaptive-research --skill auto-run
Clone the repo
git clone --depth 1 https://github.com/primeline-ai/claude-adaptive-research

Made for: Claude Code.

Or install claude-adaptive-research, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 2 hooks.

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 auto-run

README.md
[![agentmods](https://agentmods.dev/badge/skills/primeline-ai/claude-adaptive-research/auto-run/github.svg)](https://agentmods.dev/skills/primeline-ai/claude-adaptive-research/auto-run)
Your own site
<a href="https://agentmods.dev/skills/primeline-ai/claude-adaptive-research/auto-run"><img src="https://agentmods.dev/badge/skills/primeline-ai/claude-adaptive-research/auto-run/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 auto-run

Your own site · 80×15
<a href="https://agentmods.dev/skills/primeline-ai/claude-adaptive-research/auto-run"><img src="https://agentmods.dev/badge/skills/primeline-ai/claude-adaptive-research/auto-run.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 110 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.00070 $0.00110
Opus 5 $0.00035 $0.00055
Sonnet 5 $0.00014 $0.00022
Haiku 4.5 $0.00007 $0.00011

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

Security

Grade A, and why

auto-run 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 12d 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.

skills/auto-run/SKILL.md · 8 lines

What it actually says

This skill is handled by the /auto-run command. Invoke it via the Skill tool or directly as a slash command.

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. 12d ago First seen · 8 lines · 70 tokens per session scan A b28f3e87dc2e

Subscribe to this mod's changes

auto-run is a skill published in the GitHub repository primeline-ai/claude-adaptive-research (12 stars, last pushed 3mo ago), licensed MIT. It adds 70 tokens to every session and 110 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

diligence-deck

Produce structured acquisition due-diligence findings from deal inputs and a private data room. Triggers on "run diligence", "due diligence on", "diligence deck", "DD findings", "acquisition analysis", "data room", "ingest data room", "/diligence".

Rockielab/rockie-claude · 65 tokens

inference-engineer

Productize an open-source model into a hosted inference endpoint the researcher (or their agent) can call. Picks the right hardware, the right serving stack (vLLM / Triton / TEI / BentoML), wraps it in an OpenAI-compatible gateway (LiteLLM) with per-tenant auth, exposes it as an MCP tool in chat, and runs a quality +…

Rockielab/rockie-claude · 159 tokens

agent-builder

Build any goal-declared agent end to end. Turns one declared goal into a portable, self-hardening, publishable agent repo on the Claude-Code harness. Declare goal, pick runtime/tools and write policies/hooks/safeguards, scaffold a portable repo (config-over-code split), build, run a fresh no-memory adversarial…

Rockielab/rockie-claude · 159 tokens

autoresearch

Canonical around-the-clock research loop. Defines the agent's outer loop — read taste corpus + queue, pick the next experiment, mutate the explicitly-declared mutation surface, run the experiment under a hard time budget against a frozen metric, score, codify, repeat. Augmented with Karpathy's sharp primitives (frozen…

Rockielab/rockie-claude · 106 tokens

experiment

Run a materials-science / ML compute job on Rockie GPU capacity. Trigger words "run experiment", "submit job", "/experiment", or requests to quote/approve GPU spend before an experiment. Picks the right GPU type and count from a natural-language description (DFT for QE/VASP/ABINIT, MD for GROMACS/LAMMPS/OpenMM…

Rockielab/rockie-claude · 141 tokens

upstream-contribute

Scan the current session for harness-level patterns that would be useful to other rockie users, then either package a reviewed local harness patch or dispatch a public upstream contribution PR. Uses Scout/Generator/Verifier/Updater separation, never auto-merges, and requires human sign-off before pushing. Triggers…

Rockielab/rockie-claude · 106 tokens