cc-draw

Installation
SKILL.md

生圖技能安裝(Claude Code 版)

前置需求

  1. OpenAI API Key:https://platform.openai.com/api-keys
  2. Organization Individual 驗證:platform.openai.com/settings/organization/general
  3. Billing 儲值(最低 US$5):platform.openai.com → Billing

安裝

1. 安裝 Python openai 套件

pip install openai

2. 儲存 API Key

# 建立 ~/.openai.env
echo "OPENAI_API_KEY=sk-proj-你的key" > ~/.openai.env
Installs
7
GitHub Stars
188
First Seen
May 26, 2026
cc-draw — mathruffian-dot/claude-code-lazy-packs