← Back to list
trading-visualization Checked
Professional trading charts including candlesticks, equity curves, drawdowns, correlation heatmap…
7.9Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "trading-visualization" skill by following the instructions at https://skill123.me/install/trading-visualization.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/trading-visualization.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 482 KBAbout this skill
Overview
Professional trading charts including candlesticks, equity curves, drawdowns, correlation heatmaps, and return distributions
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/trading-visualization
Score breakdown
Trigger
4.0
Description lists chart types (candlesticks, equity curves, drawdowns, correlation heatmaps, return distributions) but no When/When-Not or trigger variants: 3+2+3+0=8/20
Structure
8.7
368-line SKILL.md with two references and two scripts; four sample output PNGs misplaced at root rather than assets/: 4+4+3+2=13/15
Workflow
7.2
Generator pattern with runnable recipes; deterministic chart code; --output-dir option; error handling light, verification limited to visual output: 4+5+5+2+2=18/25
Content
10.0
Clean imperative style, every code block copy-runnable: 10/10
Engineering
10.0
Valid frontmatter; shebangs, matplotlib/mplfinance deps implied by docs; all referenced paths exist: 10/10
Security
10.0
Offline; only side effect is declared PNG file writes to cwd/output-dir; no eval/base64/destructive ops, no secrets, no injection; capabilities match declared scope: 20/20
Chart-generation skill with dark-theme recipes (candlestick, equity/drawdown, return distribution, correlation, trade markers) and two offline generator scripts. Capability manifest: no reads of local files/env/credentials beyond synthetic data; side effect limited to writing PNG outputs to cwd or --output-dir (declared in script docstrings); no network egress; no persistence. Capabilities match declared scope. Minor structure flaw: four sample PNGs sit at skill root instead of assets/ and are not referenced in the Files section.
