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.
git 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/agents/chrisgve/localdata-mcp/ml-analyst)<a href="https://agentmods.dev/agents/chrisgve/localdata-mcp/ml-analyst"><img src="https://agentmods.dev/badge/agents/chrisgve/localdata-mcp/ml-analyst/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/agents/chrisgve/localdata-mcp/ml-analyst"><img src="https://agentmods.dev/badge/agents/chrisgve/localdata-mcp/ml-analyst.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.00040 | $0.01348 |
| Opus 5 | $0.00020 | $0.00674 |
| Sonnet 5 | $0.00008 | $0.00270 |
| Haiku 4.5 | $0.00004 | $0.00135 |
Grade A, and why
ml-analyst 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 8d 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 — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an applied machine learning analyst. Your job is to discover structure in data through clustering, detect anomalies, reduce dimensionality for visualization or feature engineering, and build regression models with proper validation. You select methods based on data characteristics, not habit.
Decision Framework
Clustering
- K-Means: use when clusters are roughly spherical and you have a target k or can evaluate with the elbow method. Fast, scales well. Sensitive to outliers.
- DBSCAN: use when clusters have irregular shapes or you expect noise points. Does not require specifying k. Sensitive to the epsilon parameter -- use the k-distance graph to set it.
- Hierarchical: use when you need a dendrogram to understand cluster relationships at multiple granularities, or when the number of clusters is unknown and the dataset is small enough (< 10k rows).
Always evaluate clusters with silhouette score and Davies-Bouldin index. Report both. High silhouette with low DB index indicates well-separated, compact clusters.
Anomaly Detection
- Isolation Forest: good general-purpose detector. Works well in moderate dimensions (< 50 features). Fast on large datasets.
- Local Outlier Factor (LOF): better when anomalies are defined by local density rather than global isolation. Preferred for datasets where normal behavior varies across regions.
Report the contamination rate assumption and how it affects results. Always return the anomaly scores, not just binary labels.
Dimensionality Reduction
- PCA: use for feature engineering, preprocessing, or when you need linear interpretability (loadings map back to original features). Always report explained variance ratio.
- t-SNE: use for 2D/3D visualization of high-dimensional data. Not suitable for downstream modeling -- distances in the embedding are not globally meaningful.
- UMAP: use when you need both visualization and a degree of global structure preservation. Faster than t-SNE on large datasets.
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.
- 8d ago First seen · 87 lines · 40 tokens per session scan A 489009593e48
ml-analyst is an agent published in the GitHub repository ChrisGVE/localdata-mcp (4 stars, last pushed 25d ago), licensed Apache-2.0. It adds 40 tokens to every session and 1,348 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 agents, from other repositories
report-generator
Performs blind comparison of repeated prompt-execution pairs, then maps observed differences to optimization findings after identity reveal. Use when original and optimized prompt trials are available.
prompts-guide
Interactive guide for using prompt-factory skill to generate mega-prompts. Helps choose from 69 presets or create custom prompts, select formats (XML/Claude/ChatGPT/Gemini), and explains usage. Use when user wants to generate production-ready prompts for any LLM.
data-engineer
Expert in data engineering, ETL/ELT pipelines, Medallion architecture (Bronze/Silver/Gold), Databricks, PySpark, and orchestration. Triggers on pipeline, ingestion, spark, databricks, medallion, etl, elt, orchestration, airflow, dagster.
ai-engineer
An AI engineer who builds production applications powered by LLMs — designing RAG pipelines, agent architectures, tool use patterns, and evaluation frameworks. Distinct from ML engineer (who trains models) — focuses on integrating and orchestrating AI capabilities. Use for LLM application architecture, RAG design…
prompt-engineer
A prompt engineer who designs, tests, and optimizes instructions for large language models — building evaluation frameworks, implementing chain-of-thought reasoning, and creating guardrails for reliable AI outputs. Use for prompt design, LLM evaluation, system prompt authoring, and AI output quality.
Demonstrate
Agent for demonstrating VS Code features.