Create and visualize mind maps in the terminal with branching and export. Use when brainstorming ideas, organizing thoughts, exporting mind map structures.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install mindmap或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install mindmap⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/mindmap/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: MindMap description: "Create and visualize mind maps in the terminal with branching and export. Use when brainstorming ideas, organizing thoughts, exporting mind map structures." version: "2.0.0" author: "BytesAgain" homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: ["mindmap","brainstorm","ideas","organize","thinking","productivity"] ---
Multi-purpose utility tool for managing structured data entries. Add, list, search, remove, and export data items — all stored locally in a simple log-based format with full history tracking.
All commands are invoked via mindmap .
| Command | Description | |---------|-------------| | run | Execute the main function — logs and confirms execution | | config | Show the configuration file path ($DATA_DIR/config.json) | | status | Show current status (reports "ready") | | init | Initialize the data directory (creates $DATA_DIR if needed) | | list | List all data entries from the data log | | add | Add a new dated entry to the data log | | remove | Remove an entry (logs the removal) | | search | Search the data log for a keyword (case-insensitive via grep -i) | | export | Export all data from the data log to stdout | | info | Show version and data directory path | | help | Show the built-in help message | | version | Print version string (mindmap v2.0.0) |
~/.local/share/mindmap/ (override with MINDMAP_DIR environment variable, or XDG_DATA_HOME)data.log — stores all entries added via add, one per line, prefixed with YYYY-MM-DDhistory.log — every command execution is recorded with a timestamp for auditingdate, grep, cat, basename)mindmap add to jot down ideas, tasks, or observations from the terminal without leaving your workflowmindmap search to quickly find entries matching a keyword across your entire data logmindmap add and mindmap export into shell scripts or cron jobs for automated data collection and reporting# Initialize the data directory
mindmap init
# Add a new entry
mindmap add "Brainstorm: redesign landing page layout"
# Add another entry
mindmap add "TODO: review pull request #42"
# List all entries
mindmap list
# Search for entries containing "redesign"
mindmap search "redesign"
# Export all data to a file
mindmap export > backup.txt
# Check status
mindmap status
# Show version and data path
mindmap info
# Run a custom operation
mindmap run "process weekly report"
All command output goes to stdout. Redirect to save:
mindmap list > all-entries.txt
mindmap export > export-backup.txt
Set the MINDMAP_DIR environment variable to change the data directory:
export MINDMAP_DIR="$HOME/my-mindmap-data"
mindmap init
Default location: ~/.local/share/mindmap/
---
Powered by BytesAgain | bytesagain.com | [email protected]
安装 Mindmap 后,可以对 AI 说这些话来触发它
Help me get started with Mindmap
Explains what Mindmap does, walks through the setup, and runs a quick demo based on your current project
Use Mindmap to create and visualize mind maps in the terminal with branching and e...
Invokes Mindmap with the right parameters and returns the result directly in the conversation
What can I do with Mindmap in my developer & devops workflow?
Lists the top use cases for Mindmap, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/mindmap/ 目录(个人级,所有项目可用),或 .claude/skills/mindmap/(项目级)。重启 AI 客户端后,用 /mindmap 主动调用,或让 AI 根据上下文自动发现并使用。
Mindmap 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Mindmap 可免费安装使用。请查阅仓库了解许可证信息。
Create and visualize mind maps in the terminal with branching and export. Use when brainstorming ideas, organizing thoughts, exporting mind map structures.
Mindmap 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Mindmap
Identifies repetitive steps in your workflow and sets up Mindmap to handle them automatically