running-research-sessions

running-research-sessions is a skill for Claude Code, Codex from Ahmad-Jaradat-Space/co-scientist-plugin. It costs 88 tokens per session (1,893 once invoked), scanned B, original, Apache-2.0.

A workflow for starting and managing an AI research session that generates, reviews, ranks, improves, and summarises scientific hypotheses. The session stores its state in a local SQLite database.

In plain words
What is it for?
It is for launching research from a goal, checking progress, pausing or resuming a run, steering it, and reviewing its generated hypotheses.
Why use it?
It coordinates the many stages of a research run and lets you monitor or steer a session that may take minutes or hours.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit It is for launching research from a goal, checking progress, pausing or resuming a run, steering it, and reviewing its generated hypotheses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahmad-jaradat-space/co-scientist-plugin/running-research-sessions
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 Ahmad-Jaradat-Space/co-scientist-plugin --skill running-research-sessions
Clone the repo
git clone --depth 1 https://github.com/Ahmad-Jaradat-Space/co-scientist-plugin

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 running-research-sessions

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahmad-jaradat-space/co-scientist-plugin/running-research-sessions/github.svg)](https://agentmods.dev/skills/ahmad-jaradat-space/co-scientist-plugin/running-research-sessions)
Your own site
<a href="https://agentmods.dev/skills/ahmad-jaradat-space/co-scientist-plugin/running-research-sessions"><img src="https://agentmods.dev/badge/skills/ahmad-jaradat-space/co-scientist-plugin/running-research-sessions/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 running-research-sessions

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmad-jaradat-space/co-scientist-plugin/running-research-sessions"><img src="https://agentmods.dev/badge/skills/ahmad-jaradat-space/co-scientist-plugin/running-research-sessions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,893 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00088 $0.01893
Opus 5 $0.00044 $0.00946
Sonnet 5 $0.00018 $0.00379
Haiku 4.5 $0.00009 $0.00189

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

Security

Grade B, and why

running-research-sessions scanned grade B with 1 finding 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

signed-in CLI by itself, so never tell the user to set an API key unless they
skills/running-research-sessions/SKILL.md · 173 lines

How it starts

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

Running research sessions

The engine takes a research goal and runs Generation, Reflection, an Elo tournament, Evolution and Meta-review until a termination criterion fires. It holds all state in SQLite. Your job is to frame the goal well, agree how large the run should be, launch it, and report progress honestly.

A session runs for minutes to hours and makes hundreds of model calls. Never start one without an explicit go-ahead on that size.

What the usd numbers mean

The usual setup is the Claude Code or Codex CLI the user is already signed into. There is no API key and nothing is charged. doctor and estimate_cost both report billing, which is subscription in that case and metered when a real API key is paying.

Some engine fields are still named budget_usd and budget_used_usd, because the engine was built against a metered API. Under subscription they are a token odometer, not a price: the engine counts tokens, multiplies by published rates, and stops when the counter reaches the cap. Report them as usage against the user's plan, never as money, and never imply a bill. What you ask a go-ahead for is scale: how many model calls, and how much wall clock.

Workflow

Copy this checklist and tick as you go:

- [ ] 1. Check the install (doctor)
- [ ] 2. Sharpen the research goal with the user
- [ ] 3. Show the size of the run and get a go-ahead
- [ ] 4. Start the session
- [ ] 5. Poll until it finalises
- [ ] 6. Hand over the overview

1. Check the install

Call co-scientist:doctor. If backend_ready is false, stop and report backend_detail. Nothing downstream works without a backend.

If backend_ready is false on a fresh install, the fix is almost always that the CLI is not signed in (claude, or codex login). The server picks up a signed-in CLI by itself, so never tell the user to set an API key unless they have deliberately chosen a metered backend.

embeddings will report the local hash embedder. That is the expected state for a keyless install: dedup catches literal overlap only, so near-duplicate hypotheses may both survive and pairings are less informative. Say it once, as a caveat on the results, not as something to fix.

Read the full file on GitHub · 173 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 · 173 lines · 88 tokens per session scan B a42bd183c4c3

Subscribe to this mod's changes

running-research-sessions is a skill published in the GitHub repository Ahmad-Jaradat-Space/co-scientist-plugin (0 stars, last pushed 23d ago), licensed Apache-2.0. It adds 88 tokens to every session and 1,893 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). 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

glycoengineering

Analyze and engineer protein glycosylation. Scan sequences for canonical N-glycosylation sequons (N-X-S/T with X not proline, including overlapping sites), predict O-GalNAc hotspots, read glycan notation, and reach the curated external tooling (NetNGlyc, NetOGlyc, GlycoShield, GlycoWorkbench, GlyTouCan, GlyConnect).…

K-Dense-AI/drug-discovery-agent-skills · 183 tokens

molecular-dynamics

Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein and protein-ligand systems with PDBFixer, choose force fields and water models (AMBER14, CHARMM36m, ff19SB, GAFF2, TIP3P), solvate and add ions, run energy minimization, NVT/NPT equilibration and production MD on GPU, then…

K-Dense-AI/drug-discovery-agent-skills · 180 tokens

molfeat

Molecular featurization hub with one consistent interface over 100+ featurizers. Fingerprints (ECFP/Morgan, MACCS, atom pair, topological torsion, Avalon, RDKit, ERG), RDKit and Mordred descriptor sets, pharmacophore and 3D shape descriptors, scaffold keys, and pretrained embeddings (ChemBERTa, ChemGPT, MolT5, GIN…

K-Dense-AI/drug-discovery-agent-skills · 165 tokens

depmap

Query the Cancer Dependency Map (DepMap) for cancer cell line gene dependency scores (CRISPR Chronos), RNAi DEMETER2 scores, PRISM compound sensitivity, and gene effect profiles across the cell-line panel. Use for identifying cancer-selective vulnerabilities, separating pan-essential genes from selective ones, finding…

K-Dense-AI/drug-discovery-agent-skills · 128 tokens

pytdc

Use Therapeutics Data Commons through the PyTDC Python package for registry discovery, approved dataset access, task-aware splits (scaffold, cold-start, temporal, combination), evaluator metrics, benchmark groups, and bounded molecular-oracle workflows. Use this skill to find which TDC datasets exist for a therapeutic…

K-Dense-AI/drug-discovery-agent-skills · 150 tokens

rowan

Rowan is a cloud-native molecular modeling and medicinal-chemistry workflow platform with a Python API. Use for pKa and macropKa prediction, conformer and tautomer ensembles, docking and analogue docking, protein-ligand cofolding, MSA generation, molecular dynamics, permeability, descriptor workflows, and related…

K-Dense-AI/drug-discovery-agent-skills · 100 tokens