mindbuddy
v0.4.4
Published
Install the MindBuddy Skill into the user-level global skills directory.
Readme
mindbuddy
Install the MindBuddy Skill into the user-level global skills directory and WorkBuddy's skills directory.
npx mindbuddy@latest --install-skillThe default targets are ~/.agents/skills/mindbuddy and ~/.workbuddy/skills/mindbuddy. Restart the Agent after installation. To use another host directory, pass --dest <skills-dir>. The installer never asks for or reads a MindBuddy API Key and preserves an existing config/connection.json during updates.
The default installation also writes ~/.workbuddy/skills/mindbuddy. Install to another supported client with --client <name>, or install to every supported global client directory with --all-clients. Supported clients are global, workbuddy, claude, cursor, windsurf, codex, antigravity, gemini, qoderwork, and codebuddy.
After installation, configure the connection in WorkBuddy:
- Open
Settings -> Skills. - Find MindBuddy, click the three-dot menu in the upper right, and choose
Open Folder. - Open the
configfolder. The installer normally createsconnection.jsonautomatically. - The installer creates
connection.jsonautomatically. Edit only its fieldsapiBaseUrlandapiKey. For older installations where it is missing, copyconnection.example.jsonasconnection.json; the example file is a template and does not take effect when edited directly. - Reload the Skill after saving. Create or enable the Key first in the MindBuddy mini-program's
连接 Agentpage. Never paste the Key into chat or a command.
Status and removal:
npx mindbuddy@latest --status
npx mindbuddy@latest --uninstall-skill
npx mindbuddy@latest --install-skill --client claude
npx mindbuddy@latest --install-skill --all-clients
npx mindbuddy@latest --install-skill --dest /path/to/project/.windsurf/skills