autoresearch-orchestration

autoresearch-orchestration is a skill for Claude Code, Codex from BingHanOfUESTC/open_agent_team. It costs 65 tokens per session (597 once invoked), scanned A, original, MIT.

A workflow for managing a research project from an initial brief through reading papers, forming an idea, writing code, running experiments, analysing results, and preparing a LaTeX paper.

In plain words
What is it for?
It is for coordinating literature reviews, research ideas, implementation, baseline and follow-up experiments, analysis, and final paper delivery.
Why use it?
It keeps research progress, decisions, findings, and experiment results in files so a long project does not become lost in chat or skip important evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for coordinating literature reviews, research ideas, implementation, baseline and follow-up experiments, analysis, and final paper delivery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/binghanofuestc/open_agent_team/autoresearch-orchestration
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 BingHanOfUESTC/open_agent_team --skill autoresearch-orchestration
Clone the repo
git clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_team

Made for: Claude Code, Codex.

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 autoresearch-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/autoresearch-orchestration/github.svg)](https://agentmods.dev/skills/binghanofuestc/open_agent_team/autoresearch-orchestration)
Your own site
<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/autoresearch-orchestration"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/autoresearch-orchestration/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 autoresearch-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/autoresearch-orchestration"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/autoresearch-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 597 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.00065 $0.00597
Opus 5 $0.00032 $0.00298
Sonnet 5 $0.00013 $0.00119
Haiku 4.5 $0.00006 $0.00060

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

Security

Grade A, and why

autoresearch-orchestration 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 10d 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.

teams/auto_research_team/skills/autoresearch-orchestration/SKILL.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Autoresearch Orchestration

This skill gives auto_research_team a durable control loop. It is inspired by open-source auto-research systems, but the operating procedure here is specific to this repository.

Use it when the task is larger than a single literature review or code change.


1. Workspace Contract

Create or update:

research_workspace/research_state.md
research_workspace/research_log.md
research_workspace/findings.md
research_workspace/decision_register.md
research_workspace/to_boss.md

research_state.md tracks the current stage:

scope
literature
idea
plan
code_data
environment
implementation
experiment
analysis
paper
delivery
blocked

findings.md is persistent memory. Never bury lessons only in chat.


2. Two-Loop Operation

Outer synthesis loop:

1. collect evidence
2. update gap map
3. revise idea
4. revise experiment plan
5. decide whether to continue, pivot, or stop

Inner experiment loop:

1. choose smallest decisive experiment
2. run smoke test
3. run baseline
4. run main variant
5. run ablation or diagnostic
6. update results table

The team must not jump to paper writing until both loops have produced traceable evidence or a clearly documented negative result.


3. Decision Register

Every major decision must be written as:

## Decision <N>: <short title>

- Date:
- Owner:
- Options considered:
- Evidence:
- Decision:
- Risk:
- Reversal condition:

Use this for selecting papers, rejecting datasets, choosing the main idea, changing baseline, stopping training, or downgrading experiments.


4. Boss Escalation

Escalate only when progress requires Boss input:

data license requires approval
paid API or paid compute is required
private dataset credentials are missing
hardware is insufficient for all meaningful validation
research objective conflicts with safety or license constraints

Otherwise make a conservative assumption, record it, and continue.

Read the full file on GitHub · 125 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. 10d ago First seen · 125 lines · 65 tokens per session scan A 4da0e1922c58

Subscribe to this mod's changes

autoresearch-orchestration is a skill published in the GitHub repository BingHanOfUESTC/open_agent_team (106 stars, last pushed 2mo ago), licensed MIT. It adds 65 tokens to every session and 597 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

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

synthetic-sciences/openscience · 62 tokens

flow-cytometry-analysis

Complete flow cytometry analysis pipeline. FCS file handling, compensation, manual/automated gating, immunophenotyping, CFSE proliferation analysis, cell cycle analysis (Dean-Jett-Fox), and apoptosis assays. Extends flowio with analytical workflows. For raw FCS parsing only use flowio.

synthetic-sciences/openscience · 67 tokens

scientific-critical-thinking

Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review…

xintaofei/codeg · 63 tokens

cellxgene-census

Query the CELLxGENE Census (61M+ cells) programmatically. Use when you need expression data across tissues, diseases, or cell types from the largest curated single-cell atlas. Best for population-scale queries, reference atlas comparisons. For analyzing your own data use scanpy or scvi-tools.

synthetic-sciences/openscience · 67 tokens

rowan

Cloud-based quantum chemistry platform with Python API. Preferred for computational chemistry workflows including pKa prediction, geometry optimization, conformer searching, molecular property calculations, protein-ligand docking (AutoDock Vina), and AI protein cofolding (Chai-1, Boltz-1/2). Use when tasks involve…

synthetic-sciences/openscience · 115 tokens

pathml

Full-featured computational pathology toolkit. Use for advanced WSI analysis including multiplexed immunofluorescence (CODEX, Vectra), nucleus segmentation, tissue graph construction, and ML model training on pathology data. Supports 160+ slide formats. For simple tile extraction from H&E slides, histolab may be…

synthetic-sciences/openscience · 69 tokens