data-analysis is agent-read markdown (skill) from trpc-group/trpc-agent-python: Python-based data analysis tools using pandas and numpy for data processing and visualization..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
Overview
Perform data analysis tasks using Python with pandas and numpy libraries.
This skill can read CSV files, perform statistical analysis, generate
summaries, and create visualizations. Input data files are typically
exposed under `work/inputs/` or can be generated by other skills.
Examples
1) Analyze a CSV file and generate basic statistics
Command:
python3 scripts/analyze_csv.py \
work/inputs/data.csv \
out/analysis_report.txt
2) Calculate descriptive statistics for numeric columns
Command:
python3 scripts/describe_data.py \
work/inputs/sales.csv \
out/sales_stats.txt
3) Generate a data summary report
Command:
python3 scripts/summarize_data.py \
work/inputs/dataset.csv \
out/dataset_summary.txt
Output Files
- out/analysis_report.txt
- out/sales_stats.txt
- out/dataset_summary.txt
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_bvyxnpksv3qif44k
GET https://markdownregistry.com/api/v1/resolve?ref=trpc-group/trpc-agent-python/data-analysis
GET https://markdownregistry.com/api/v1/blob/ae105fcb4c7f702f0dde4a27b8320539704d576fa3235fce2195e6dde8c65b02
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
trpc-group/trpc-agent-python · examples/claude_agent_with_skills/.claude/skills/traver_helper/SKILL.md · Automatically generate a comprehensive travel plan based on user's travel needs (destination, date, budget, etc.)…
trpc-group/trpc-agent-python · examples/skills_with_dynamic_tools/skills/weather-tools/SKILL.md · Weather information query tools including current weather, forecast, and location search.
bytedance/deer-flow · skills/public/data-analysis/SKILL.md · Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate…
dougtrajano/pydantic-ai-skills · examples/skills/data-analysis/SKILL.md · Profile and aggregate a bundled sales dataset - group revenue by region, category, channel or month, apply filters, and…
evovexai/evoflow · skills/public/data-analysis/SKILL.md · Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate…
nahid-sparktales/agent-dispatcher · skills/knowledge/data-analysis/SKILL.md · Get a defensible answer out of a dataset — grain and denominators pinned, missing data accounted for, aggregates…