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.
npx skills add ChrisGVE/localdata-mcp --skill research-pipelinegit clone --depth 1 https://github.com/ChrisGVE/localdata-mcpWrote 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.
[](https://agentmods.dev/skills/chrisgve/localdata-mcp/research-pipeline)<a href="https://agentmods.dev/skills/chrisgve/localdata-mcp/research-pipeline"><img src="https://agentmods.dev/badge/skills/chrisgve/localdata-mcp/research-pipeline/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.
<a href="https://agentmods.dev/skills/chrisgve/localdata-mcp/research-pipeline"><img src="https://agentmods.dev/badge/skills/chrisgve/localdata-mcp/research-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.00743 |
| Opus 5 | $0.00018 | $0.00371 |
| Sonnet 5 | $0.00007 | $0.00149 |
| Haiku 4.5 | $0.00004 | $0.00074 |
Grade A, and why
research-pipeline 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.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Research Pipeline
Execute a rigorous research analysis workflow with pre-specified hypotheses, assumption verification, and publication-quality reporting.
Steps
-
Define hypotheses. Before touching data, articulate the null and alternative hypotheses in precise terms. State the primary outcome variable, the predictor or grouping variable, and the expected direction of the effect.
-
Assess data fitness. Call
describe_databaseandget_data_quality_reportwith the database name from$ARGUMENTS. Evaluate:- Sample size relative to power requirements
- Missing data patterns and their potential impact
- Measurement quality (appropriate scales, reasonable ranges)
-
Power analysis. Call
execute_queryto compute the observed effect variability. Estimate whether the available sample provides at least 80% power to detect the expected effect size at alpha = 0.05. If underpowered, report the minimum sample needed. -
Verify assumptions. For the planned statistical test:
- Normality: compute skewness and kurtosis via
execute_query; run Shapiro-Wilk viaanalyze_hypothesis_testif supported - Homoscedasticity: compare group variances via
execute_query - Independence: assess based on study design (not testable from data alone, but note clustering)
- Multicollinearity (for regression): compute VIF or correlation matrix via
execute_query
- Normality: compute skewness and kurtosis via
-
Run primary analysis. Execute the pre-specified test:
- Group comparisons:
analyze_hypothesis_testoranalyze_anova - Regression:
analyze_regressionwithevaluate_model_performanceLet assumption checks guide method selection (parametric vs. non-parametric).
- Group comparisons:
-
Compute effect sizes. Call
analyze_effect_sizes. Report with confidence intervals. Classify magnitude using standard conventions (Cohen's d: small=0.2, medium=0.5, large=0.8). -
Sensitivity analysis. Re-run the primary analysis under alternative conditions:
- Excluding outliers (identified via IQR or z-score)
- Using the alternative test (parametric if non-parametric was primary, or vice versa)
- Adjusting for covariates if available Report whether conclusions are robust to these 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.
- 12d ago First seen · 50 lines · 36 tokens per session scan A b9743b8f823a
research-pipeline is a skill published in the GitHub repository ChrisGVE/localdata-mcp (4 stars, last pushed 28d ago), licensed Apache-2.0. It adds 36 tokens to every session and 743 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.
Other skills, from other repositories
wingman-mcp
Add persistent, interactive task plan management to your agent. Wingman tracks plans and tasks across a long conversation — Claude creates plans, ticks tasks after completing work, and a live panel renders inline in the chat. Install the MCP server first, then use these tools to manage plans and tasks throughout any…
statistical-analyzer
Run statistical analyses — hypothesis tests, regressions, ANOVA, confidence intervals, and power calculations.
skills-installer
Install, list enabled, validate, or package LiveAgent skills. Use when you need to inspect the skills enabled in the current conversation, import a local skill directory or package, search/install from ClawHub, install from a GitHub repo/tree URL, or reconcile conflicts during an upgrade.
thinking-scientific-method
When a symptom has several plausible causes, rank falsifiable hypotheses and run the cheapest discriminating observation first; prefer least-assumptive survivors only after evidence fit.
environmental-analysis
Research climate, sun, flood, seismic, soil, contamination, and topography for a site. Use for environmental site analysis or hazard questions tied to a location.
liucixin-perspective
A science-fiction writing aid focused on using scientific ideas to imagine large-scale consequences for people and civilizations. It combines technical detail with stories spanning different time periods, places, and levels of society.