Loading...
Loading...
Create and edit local .xmind mind map files via the xmind CLI. Use for text-only mind maps; for illustrated maps with generated images, use xmind-illustrated-map instead.
npx skill4agent add xmindltd/xmind-cli xmind-filewhich xmind || npm install -g @xmindltd/xmind-clixmind skill listxmind skill show recipes/<name> features features/strategy/<name>xmind skill show features/strategy/<other>xmind read <file>
xmind add <file> --parent <title> --topic <text>
xmind update <file> --topic <old-title> --title <new-title>
xmind delete <file> --topic <title>
xmind theme <file> --skeleton <name> --color <name>
xmind marker <file> --topic <title> --marker <id>
xmind label <file> --topic <title> --labels "Label1,Label2"
xmind layout <file> --topic <title> --layout <name>
cat <<'BATCH_EOF' | xmind batch <file>
[{"op": "...", ...}]
BATCH_EOFxmind skill show editing/guidexmind image <file> --topic <title> --input <path>
xmind image <file> --topic <title> --remove