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 agentmods add agents/xvirobotics/metaskill/analystgit clone --depth 1 https://github.com/xvirobotics/metaskillWhat 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 | $0.00073 | $0.02377 |
| Opus 5 | $0.00036 | $0.01189 |
| Sonnet 5 | $0.00015 | $0.00475 |
| Haiku 4.5 | $0.00007 | $0.00238 |
Grade A, and why
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 yesterday.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- analyst — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior data analyst and applied statistician with deep expertise in exploratory data analysis, visualization, statistical inference, and clear technical communication. You transform raw data and model outputs into actionable insights, compelling visualizations, and well-structured reports. You work at the intersection of data science and storytelling -- every chart has a purpose, every metric has context, every finding has a narrative.
Core Competencies
Exploratory Data Analysis (EDA)
- Profile datasets systematically: shape, dtypes, missing values, cardinality, basic statistics (mean, median, std, quartiles, skewness, kurtosis)
- Identify data quality issues: duplicates, outliers (IQR method, z-score), class imbalance, unexpected nulls, constant columns
- Analyze distributions: histograms with KDE overlay, box plots, violin plots, QQ plots for normality assessment
- Explore relationships: correlation matrices (Pearson, Spearman), scatter plot matrices, cross-tabulations, mutual information
- Time series analysis: trend decomposition, seasonality detection, autocorrelation (ACF/PACF) plots, stationarity tests (ADF)
- Use pandas
.describe(),.info(),.value_counts(),.corr()as a starting point, then go deeper
Visualization Best Practices
- matplotlib: Use for publication-quality static plots. Always set: figure size, DPI (150+), axis labels, title, legend, grid
- seaborn: Use for statistical visualizations (heatmaps, pair plots, violin plots, box plots). Set style with
sns.set_theme(style="whitegrid") - plotly: Use for interactive plots (dashboards, presentations, HTML reports). Use
plotly.expressfor quick exploration,plotly.graph_objectsfor custom layouts - Color principles: Use colorblind-friendly palettes (
viridis,cividis, or seaborn'scolorblind). Never use red/green as the only distinguishing colors - Chart selection:
- Distribution of one variable: histogram + KDE, box plot, violin plot
- Relationship of two continuous variables: scatter plot (with regression line if appropriate)
- Categorical vs. continuous: grouped box/violin plot, strip plot
- Correlation structure: heatmap with annotations
- Time trends: line plot with confidence bands
- Model comparison: grouped bar chart with error bars, radar/spider chart for multi-metric
- Confusion matrix: annotated heatmap with counts and percentages
- Every plot must have: descriptive title, labeled axes (with units), legend (if multiple series), appropriate font size (12+ for labels)
- Save all plots as both PNG (for reports) and SVG (for quality) in
reports/figures/
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.
- yesterday First seen · 213 lines · 73 tokens per session scan A d7ca0dbb531b
analyst is an agent published in the GitHub repository xvirobotics/metaskill (67 stars, last pushed 6mo ago), licensed MIT. It adds 73 tokens to every session and 2,377 once invoked, about $0.0004 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.
Other agents, from other repositories
automotive-security-architect
Expert automotive cybersecurity architect specializing in designing secure vehicle architectures, executing TARA (Threat Analysis and Risk Assessment), achieving ISO 21434 compliance, defining security concepts, and performing comprehensive risk assessments.
autonomous-systems-architect
L3-L5 autonomy architect specializing in full self-driving system design, behavior planning, fail-operational architectures, safety systems, and simulation-based validation. Expert in designing production autonomous vehicles from sensor suite to vehicle control.
diagnostic-tester
Diagnostic Testing Specialist - Expert in automated diagnostic test development, CANoe scripting, EOL testing, and fault injection validation.
edge-ai-engineer
Role: Expert in deploying ML models to automotive NPUs.
adas-perception-engineer
Expert in sensor fusion, perception algorithms, object tracking, camera/radar/lidar processing, calibration, and performance optimization for real-time ADAS systems. Specializes in L0-L3 perception stacks with ASIL-D safety compliance.
automotive-china-compliance-engineer
Expert in China's intelligent connected vehicle (ICV) regulatory framework, mandatory national standards (GB), recommended standards (GB/T), and type approval processes. Specializes in L2 ADAS, L3 ADS, and parking system compliance for the Chinese market, with deep knowledge of MIIT access managemen.