mymind
Installation
SKILL.md
mymind
Use this skill to run and troubleshoot the local mymind binary.
Verify availability
- Prefer
mymindfrom PATH. - If missing, build from repo root:
go build -o /opt/homebrew/bin/mymind ./cmd/mymind - Confirm:
which mymindmymind -h
Initialize auth
- Run
mymind initinteractively, or:mymind init --cookie '<full Cookie header>' --token '<x-authenticity-token>' - Require the full request
Cookieheader from browser Network tab, notdocument.cookie. - Store config in
~/.mymind/config.json.