个人 Cursor 技能集合(Skill Hub)。安装一次后,日常只需一句 prompt,Agent 会自动 bootstrap(拉密钥、建目录、装依赖)。
zsh ~/guanjun_skill/hub/scripts/install.sh
# 或手动:
# git clone https://github.com/wuguanjun0627/guanjun_skill.git ~/guanjun_skill
# ln -sf ~/guanjun_skill ~/.cursor/skills/guanjun-skill-hub需已 gh auth login(用于从 private 仓库自动拉 API Key)。
| 想做什么 | 复制发给 Agent |
|---|---|
| 文生图 | 用 guanjun_skill 生成图:日落城市天际线,2K |
| 图生视频 | 用 guanjun_skill 生成视频:无人机穿越障碍,首帧 https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_i2v.png,5秒 |
| 整理文件 | 用 guanjun_skill 整理 Downloads 和 Documents,出计划等我确认 |
| 双人播客音频 | 用 guanjun_skill 生成播客:action=3,台词见 ep01_hook.json |
| 自动做 PPT | 用 guanjun_skill 做PPT:材料 report.md,模板 company.pptx |
| OpenClaw + 飞书 | 用 guanjun_skill 一键配置 OpenClaw 和飞书 |
Agent 会自动:bootstrap.sh → 拉 ARK_API_KEY → 执行对应脚本。无需再手动 pull_env 或配置路径。
见 hub/INDEX.md。协议见 hub/AGENT.md。
| 名称 | 自动配置 |
|---|---|
| media-pipeline | 输出目录、~/.config/ai-media/.env(private secrets)、openai 包 |
| podcast-tts | 同上 env + SPEECH_APP_ID / SPEECH_ACCESS_KEY、venv + websocket-client |
| auto-ppt | venv + python-pptx/Pillow;配图复用 media-pipeline |
| organize-files | ~/.cursor/file-organizer/、默认 config.json |
| openclaw-feishu-setup | ~/.openclaw/、DeepSeek + 飞书插件、Gateway 服务 |
- Private 仓库:guanjun-skill-secrets
- 更新 Key 后:
~/guanjun_skill/media-pipeline/scripts/push_env.sh