art
1
总安装量
1
周安装量
#51834
全站排名
安装命令
npx skills add https://github.com/multicam/qara --skill art
Agent 安装分布
mcpjam
1
claude-code
1
windsurf
1
zencoder
1
cline
1
Skill 文档
Art Skill
Complete visual content system using the PAI Visual Aesthetic.
Core Aesthetic
Tron-meets-Excalidraw – Digital warmth combining:
- Hand-drawn Excalidraw-style sketch lines (NOT clean vectors)
- Dark slate backgrounds for modern contrast
- Neon orange (warmth) + cyan (tech) accents
- Subtle glows on key elements
Full aesthetic documentation: ${PAI_DIR}/skills/CORE/aesthetic.md
This is the SINGLE SOURCE OF TRUTH for all visual styling.
Workflow Routing
| Content Type | Workflow |
|---|---|
| Blog headers / Editorial | workflows/workflow.md |
| Adaptive orchestrator | workflows/visualize.md |
| Flowcharts / Sequences | workflows/mermaid.md |
| Architecture diagrams | workflows/technical-diagrams.md |
| Classification grids | workflows/taxonomies.md |
| Chronological | workflows/timelines.md |
| 2×2 matrices | workflows/frameworks.md |
| X vs Y | workflows/comparisons.md |
| Screenshot markup | workflows/annotated-screenshots.md |
| Step-by-step | workflows/recipe-cards.md |
| Quote cards | workflows/aphorisms.md |
| Idea territories | workflows/maps.md |
| Big numbers | workflows/stats.md |
| Sequential panels | workflows/comics.md |
Image Generation
Default model: nano-banana-pro (Gemini 3 Pro)
bun run ${PAI_DIR}/skills/art/tools/generate-ulart-image.ts \
--model nano-banana-pro \
--prompt "[PROMPT]" \
--size 2K \
--aspect-ratio 1:1 \
--output /path/to/output.png
Alternative Models
| Model | When to Use |
|---|---|
| flux | Maximum quality |
| gpt-image-1 | Different interpretation |
API keys in: ${PAI_DIR}/.env
REPLICATE_API_TOKEN– Flux and Nano BananaOPENAI_API_KEY– GPT-image-1GOOGLE_API_KEY– Nano Banana ProREMOVEBG_API_KEY– Background removal
Quick Decision Tree
What does user need?
ââ Unsure which approach? â VISUALIZE (analyzes & orchestrates)
ââ Flowchart/sequence/state diagram? â MERMAID
ââ Abstract metaphor for article? â Editorial (workflow.md)
ââ System/architecture with labels? â Technical Diagram
ââ Categories in grid? â Taxonomy
ââ Change over time? â Timeline
ââ 2x2 matrix or mental model? â Framework
ââ Side-by-side contrast? â Comparison
ââ Markup existing screenshot? â Annotated Screenshot
ââ Step-by-step process? â Recipe Card
ââ Quote as social visual? â Aphorism
ââ Idea territories as map? â Conceptual Map
ââ Single striking number? â Stat Card
ââ Multi-panel story? â Comic
For complete visual styling rules, ALWAYS read: ${PAI_DIR}/skills/CORE/aesthetic.md