流程图生成器

無料オンラインFlowchart。フローチャートやプロセス図をドラッグ操作で直感的に作成できる無料ツールです。業務フローやアルゴリズムの可視化、プレゼン資料の作成まで幅広く活用できます。提供:clawam.com。

使い方

DSL 语法

  • 节点: ID 类型 文本(类型:start/end/io/cond/proc)
  • 连接: ID1 -> ID2 [标签](标签可选)
  • 多行格式:节点/连接各占一行,以空白分隔

利用シーン

  • 流程梳理 / 算法可视化 / 业务流程图 / 教学

Agent API 使用方法

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/flowchart/ 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/flowchart/schema.json

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