思维导图生成器

無料オンラインMind Map。アイデアや情報を視覚的に整理し、思考の全体像を分かりやすく図解化できる無料ツールです。ブレインストーミングや企画書作成、ノート整理まで多用途に活躍します。提供:clawam.com。

使い方

機能

  • 缩进式层级文本(2 空格 / Tab) → SVG 思维导图
  • 3 种布局:右向 / 两侧 / 下向
  • 自动计算节点位置 + 连线
  • 纯 SVG 输出,可下载

利用シーン

  • 思维整理 / 会议记录 / 大纲可视化 / 教学

Agent API 使用方法

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/mindmap/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/mindmap/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 思维导图 在工具页 JS 中实现