Data analysis
Skill aiskillstore/marketplace/skills/bohuyeshan-apb/data-analysis
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
npx -y skills add aiskillstore/marketplace --skill data-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
A skill for analyzing data using Python (pandas) and generating professional visualizations (matplotlib/seaborn).
SKILL.md
1.1 KB, as published. Nobody here has run it
Data Analysis & Visualization Skill
This skill empowers the agent to perform data analysis and generate visualizations using Python libraries. It is designed to be used in conjunction with a sandbox environment.
Capabilities
1. Data Processing
- Pandas: Clean, filter, and aggregate data.
- NumPy: Numerical computations.
2. Visualization
- Matplotlib/Seaborn: Generate high-quality charts (bar, line, scatter, pie, heatmap).
- Theme Matching: Apply color palettes consistent with the document theme.
Usage
The skill provides utility functions to generate Python code that can be executed in the sandbox.
Scripts
code_generator.py: Generates Python scripts for analysis and plotting.visualizer.py: Helper library (injected into sandbox) to ensure consistent styling.
Dependencies (Sandbox Environment)
- pandas
- numpy
- matplotlib
- seaborn