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 data-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/data-pipeline)<a href="https://agentmods.dev/skills/chrisgve/localdata-mcp/data-pipeline"><img src="https://agentmods.dev/badge/skills/chrisgve/localdata-mcp/data-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/data-pipeline"><img src="https://agentmods.dev/badge/skills/chrisgve/localdata-mcp/data-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.00030 | $0.00880 |
| Opus 5 | $0.00015 | $0.00440 |
| Sonnet 5 | $0.00006 | $0.00176 |
| Haiku 4.5 | $0.00003 | $0.00088 |
Grade A, and why
data-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 — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Data Pipeline
Run a complete analysis workflow from connection through profiling, analysis, and structured reporting.
Steps
-
Parse arguments. Extract the source path and analysis type from
$ARGUMENTS. The first argument is the file path or connection string. The second argument is the analysis type: one of regression, clustering, forecast, correlation, or ab-test. -
Connect and profile. Call
connect_databasewith the source path. Then calldescribe_databaseto get the schema andget_data_quality_reportto assess data quality. Summarize table structure, row counts, and quality scores. -
Assess data readiness. Review the quality report. If critical issues exist (more than 30% nulls in key columns, severe duplicates), note them as caveats. Identify the columns relevant to the requested analysis type.
-
Route to the appropriate analysis. Based on the analysis type argument:
regression -- Call
analyze_regressionwith the target column and feature columns. Then callexecute_queryif needed to inspect residuals. Report model coefficients, R-squared, and feature importance.clustering -- Call
analyze_clusterswith numeric feature columns and algorithm "kmeans". Try k=2 through k=5 and compare silhouette scores. Callreduce_dimensionswith PCA for a 2D summary. Report cluster profiles and quality.forecast -- Call
analyze_time_seriesto decompose the series and test stationarity. Then callforecast_time_serieswith the target column and desired horizon. Report trend, seasonality, and forecast values with confidence intervals.correlation -- Call
analyze_hypothesis_testwith test type "correlation" for each numeric column pair. Callanalyze_effect_sizesfor the strongest relationships. Report a ranked correlation matrix with significance levels.ab-test -- Call
analyze_ab_testwith the metric and group columns. Callanalyze_effect_sizesto quantify practical significance. Report group comparison, p-value, effect size, and ship/iterate/no-ship recommendation.
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 · 47 lines · 30 tokens per session scan A 6ba8c4a277aa
data-pipeline is a skill published in the GitHub repository ChrisGVE/localdata-mcp (4 stars, last pushed 28d ago), licensed Apache-2.0. It adds 30 tokens to every session and 880 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…
model-evaluator
Evaluate ML models rigorously — cross-validation, confusion matrices, ROC curves, bias audits, and interpretability.
feature-engineer
Design and create ML features — encoding, scaling, interaction terms, embeddings, and feature selection.
ml-pipeline
Build end-to-end ML pipelines — data prep, feature engineering, model training, evaluation, and MLflow tracking.
pandas-helper
Master pandas operations — DataFrames, Series, groupby, merge, time-series resampling, and memory optimization.
spark-builder
Write PySpark and Spark SQL jobs — RDDs, DataFrames, streaming, MLlib, and cluster configuration.