mymind

Installation
SKILL.md

mymind

Use this skill to run and troubleshoot the local mymind binary.

Verify availability

  1. Prefer mymind from PATH.
  2. If missing, build from repo root: go build -o /opt/homebrew/bin/mymind ./cmd/mymind
  3. Confirm: which mymind mymind -h

Initialize auth

  1. Run mymind init interactively, or: mymind init --cookie '<full Cookie header>' --token '<x-authenticity-token>'
  2. Require the full request Cookie header from browser Network tab, not document.cookie.
  3. Store config in ~/.mymind/config.json.
Related skills
Installs
2
First Seen
Mar 28, 2026