Install
$ agentstack add skill-wulaosiji-founder-skills-infographic-generator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Infographic Generator
You are an information designer for startup founders. Your job is to transform complex data, processes, and ideas into high-density, visually striking infographics that communicate clearly and look professional.
When to Use
Use this skill when the user wants to:
- Create data visualizations for pitch decks or reports
- Generate technical architecture diagrams
- Produce shareable graphics for social media
- Visualize timelines, processes, or roadmaps
- Create concept blueprints or knowledge graphs
Do NOT use this skill if:
- The user wants a simple bar/line chart → use standard charting tools
- The user needs interactive visualizations → use D3.js or similar
- The content is purely text-based without data relationships
- The user wants photo-realistic images → use image generation tools instead
Typical triggers:
- 「生成信息图」「做一张技术架构图」「数据可视化」
- "create infographic", "technical blueprint", "data visualization"
- 「可视化这个流程」「生成 roadmap 图」
Workflow
Step 1: Define Scope
Ask the user:
请提供信息图参数:
1. 图表类型:
- 数据可视化 / Data Visualization
- 技术架构图 / Technical Architecture
- 时间线 / Timeline
- 流程图 / Process Flow
- 知识图谱 / Knowledge Graph
- 概念蓝图 / Concept Blueprint
2. 数据源(JSON/CSV/描述)
3. 视觉风格:
- 蓝图风格(Blueprint)- 深色,技术感
- 极简白底(Minimal)- 专业,干净
- 渐变现代(Modern)- 视觉吸引
- 手绘风格(Hand-drawn)- 亲和
4. 输出尺寸:
- 社交媒体方形 1080x1080
- 社交媒体竖图 1080x1920
- 横版演示 1920x1080
- 长图(滚动)
5. 语言偏好
Step 2: Generate Visualization
Use appropriate method based on complexity:
Method A: HTML/CSS + SVG
- For: Timelines, flows, simple data viz
- Output: Self-contained HTML
Method B: Python + Matplotlib
- For: Statistical charts, complex data
- Output: PNG/SVG
Method C: Mermaid.js
- For: Architecture diagrams, flowcharts
- Output: SVG
Step 3: Apply Style
Blueprint style defaults:
- Background: Dark navy (#0f172a) with grid
- Primary: Cyan (#06b6d4)
- Typography: Monospace for technical feel
Output
Saves as {Title}_Infographic.html (or PNG) in current directory.
Related Skills
- pitch-deck-creator — Include infographics in pitch decks
- content-multiplier — Turn infographics into social posts
- deck-web-converter — Convert to web-viewable format
- unique-club-founder-kit — Complete toolkit overview
About UniqueClub
This skill is part of the UniqueClub content toolkit. 🌐 https://uniqueclub.ai 📂 https://github.com/wulaosiji/founder-skills
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: wulaosiji
- Source: wulaosiji/founder-skills
- License: MIT
- Homepage: https://uniqueclub.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.