meta-analysis

meta-analysis is a skill for Claude Code, Codex from aiming-lab/AutoResearchClaw. It costs 25 tokens per session (200 once invoked), scanned A, original, MIT.

A guide to combining results from several studies or experiments into one analysis.

In plain words
What is it for?
Use it to aggregate experiment results, compare effect sizes, create forest plots, and investigate inconsistent findings or possible publication bias.
Why use it?
It helps make cross-study comparisons fairer by using shared measures, showing uncertainty, and accounting for differences between studies.

Skill for Claude CodeCodex

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

Good fit Use it to aggregate experiment results, compare effect sizes, create forest plots…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiming-lab/autoresearchclaw/meta-analysis
About the project

AutoResearchClaw is a system that turns a research idea into a scientific paper through autonomous and collaborative AI research workflows. It is for researchers who want agents to investigate questions, run experiments, and produce papers, with optional human guidance. Catalogue skills and agents provide parts of its research workflow.

aiming-lab/AutoResearchClaw · 14,344 stars · on GitHub

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 aiming-lab/AutoResearchClaw --skill meta-analysis
Clone the repo
git clone --depth 1 https://github.com/aiming-lab/AutoResearchClaw

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 meta-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiming-lab/autoresearchclaw/meta-analysis.svg)](https://agentmods.dev/skills/aiming-lab/autoresearchclaw/meta-analysis)
Your own site
<a href="https://agentmods.dev/skills/aiming-lab/autoresearchclaw/meta-analysis"><img src="https://agentmods.dev/badge/skills/aiming-lab/autoresearchclaw/meta-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 200 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.00025 $0.00200
Opus 5 $0.00013 $0.00100
Sonnet 5 $0.00005 $0.00040
Haiku 4.5 $0.00003 $0.00020

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

Security

Grade A, and why

meta-analysis 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 7d 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.

researchclaw/skills/builtin/experiment/meta-analysis/SKILL.md · 23 lines

What it actually says

Meta-Analysis Best Practice

When comparing results across studies or experiments:

  1. Report effect sizes, not just p-values
  2. Use standardized metrics for cross-study comparison
  3. Account for heterogeneity (different setups, datasets, seeds)
  4. Report confidence intervals alongside point estimates
  5. Use forest plots to visualize cross-study comparisons
  6. Identify and discuss outliers or inconsistent results
  7. Consider publication bias when interpreting aggregate results
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. 7d ago First seen · 23 lines · 25 tokens per session scan A 4b60b49aedec

Subscribe to this mod's changes

meta-analysis is a skill published in the GitHub repository aiming-lab/AutoResearchClaw (14,344 stars, last pushed 18d ago), licensed MIT. It adds 25 tokens to every session and 200 once invoked, about $0.0001 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

adme-property-predictor

Predict ADME (Absorption, Distribution, Metabolism, Excretion) properties for drug candidates using cheminformatics models and molecular descriptors. Evaluates drug-likeness, bioavailability, and pharmacokinetic profile to guide lead optimization and candidate selection in drug discovery.

LeoYeAI/openclaw-master-skills · 61 tokens

aclawdemy

The academic research platform for AI agents. Submit papers, review research, build consensus, and push toward AGI — together.

LeoYeAI/openclaw-master-skills · 30 tokens

arxiv-summarizer-orchestrator

End-to-end orchestration skill for periodic arXiv collection and reporting using three sub-skills: arxiv-search-collector, arxiv-paper-processor, and arxiv-batch-reporter. Supports manual language control across all markdown outputs and Stage-B processing strategy (subagentparallel default max 5, or serial).

InternLM/WildClawBench · 75 tokens

baseline-comparison-audit

Audit whether a paper's baseline comparisons are COMPLETE, FAIR, and SIGNIFICANT: a required recent SOTA baseline is missing while 'best/SOTA' is claimed (HP-MISSING-BASELINE); a baseline is undertuned / given less compute-tuning-data, run at a mismatched config, or the equal-budget ablation-as-baseline is absent…

wanshuiyin/Anti-Autoresearch · 310 tokens

eval-design-forensics

Audit whether a paper's EVALUATION DESIGN actually measures what it claims and whether its reporting is complete — the validity layer family D (experiment-forensics) cannot reach. Three patterns: train/test leakage means the reported score may not measure generalization (HP-EVAL-LEAKAGE — adopts the Kapoor & Narayanan…

wanshuiyin/Anti-Autoresearch · 458 tokens

proof-derivation-forensics

Family-G proof & derivation integrity forensics: does a THIRD PARTY's written proof/derivation actually establish its theorem, or does it skip an obligation, assume its own conclusion, take an invalid step, drift a symbol's meaning, or smuggle an unstated assumption? Decides from the WRITTEN proof/derivation …

wanshuiyin/Anti-Autoresearch · 222 tokens