# 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

- **Type:** Skill
- **Install:** `agentstack add skill-guia-matthieu-clawfu-skills-data-visualizer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [guia-matthieu](https://agentstack.voostack.com/s/guia-matthieu)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [guia-matthieu](https://github.com/guia-matthieu)
- **Source:** https://github.com/guia-matthieu/clawfu-skills/tree/main/skills/automation/data-visualizer
- **Website:** https://clawfu.com

## Install

```sh
agentstack add skill-guia-matthieu-clawfu-skills-data-visualizer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Data Visualizer

> 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

```bash
pip install plotly pandas click
```

## Commands

```bash
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
```yaml
category: automation
dependencies: [plotly, pandas]
difficulty: beginner
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [guia-matthieu](https://github.com/guia-matthieu)
- **Source:** [guia-matthieu/clawfu-skills](https://github.com/guia-matthieu/clawfu-skills)
- **License:** MIT
- **Homepage:** https://clawfu.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-guia-matthieu-clawfu-skills-data-visualizer
- Seller: https://agentstack.voostack.com/s/guia-matthieu
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
