用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/plastic-labs/cursor-honcho --skill honcho-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | honcho-setup |
| description | First-time Honcho configuration -- set API key, validate connection, create config |
| user-invocable | true |
Walk the user through first-time Honcho configuration so persistent memory works in Cursor.
Run this command to check if HONCHO_API_KEY is already set:
echo "${HONCHO_API_KEY:+set}"
If the output is set, skip to step 3 (validation). Otherwise continue.
Tell the user:
You need a Honcho API key. Get one for free at https://app.honcho.dev
Once you have it, add this line to your shell config (
~/.zshrcor~/.bashrc):export HONCHO_API_KEY="your-key-here"Then restart Cursor so it picks up the new environment variable.
Wait for the user to confirm they have set the key. If they paste the key directly in chat, warn them not to share API keys in conversation and remind them to set it as an environment variable instead.
Test the connection by running the setup runner. Find the plugin directory first:
HONCHO_PLUGIN="${HONCHO_PLUGIN_DIR:-$HOME/.honcho/plugins/cursor-honcho/plugins/honcho}"
bun run "$HONCHO_PLUGIN/src/skills/setup-runner.ts"
If it succeeds, the key is valid and the config file has been created.
If it fails, help the user troubleshoot:
~/.honcho/plugins/cursor-honchoTell the user that Honcho is configured and memory will be active on their next session. Suggest they restart Cursor or open a new chat to see the memory context load.
基于 SOC 职业分类