data-visualizer
Create marketing visualizations from data. Use when: creating charts for reports; visualizing campaign performance; generating dashboards; presenting data insights; exporting charts for presentations
pinned to #a69bf67updated last month
Ask your AI client: “install skills/data-visualizer”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/data-visualizermetahub onboarded this repo on the author's behalf.
If you own github.com/guia-matthieu/clawfu-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
145
Last commit
last month
Latest release
published
- #ai-skills
- #anthropic
- #claude-code
- #claude-skills
- #marketing
- #mcp-server
- #prompt-engineering
- #skills
About this skill
Pulled from SKILL.md at publish time.
Generate professional charts and visualizations from CSV data for marketing reports.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a69bf67· last month
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
8 passed1 warningHomepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Description quality
23 words · 199 chars — "Create marketing visualizations from data. Use when: creating charts for reports…"
README is present and substantial
5,198 chars · 8 sections · 4 code blocks
Tags / topics declared
8 total — ai-skills, anthropic, claude-code, claude-skills, marketing, mcp-server (+2)
README has usage / example sections
no labeled section but 4 code blocks document usage
Homepage / docs URL declared
https://clawfu.com
Description is substantive
Description is 23 words.
Documentation present and substantive
Documentation present (SKILL.md, 208 words).
Documentation shows usage
Documentation includes 3 code examples.
Release history
1- releasecurrenta69bf67warnlast month
Contents
Generate professional charts and visualizations from CSV data for marketing reports.
What Claude Does vs What You Decide
| Claude Does | You Decide |
|---|---|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
Dependencies
pip install plotly pandas click
Commands
python scripts/main.py chart data.csv --type bar --x month --y revenue
python scripts/main.py dashboard data.csv --metrics "revenue,users,churn"
python scripts/main.py export chart.html --format png
Skill Boundaries
What This Skill Does Well
- Structuring data analysis
- Identifying patterns and trends
- Creating visualization frameworks
- Calculating statistical measures
What This Skill Cannot Do
- Access your actual data
- Replace statistical expertise
- Make business decisions
- Guarantee prediction accuracy
Skill Metadata
- Mode: centaur
category: automation
dependencies: [plotly, pandas]
difficulty: beginner
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/data-visualizer