Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计提醒

kmind-markdown-to-mindmapkmind Markdown TO mindmap 控制

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

6,708

周安装

274

GitHub Stars

1

下载量

2,170
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kmind-markdown-to-mindmap(kmind Markdown TO mindmap 控制)
来源仓库:https://github.com/suka233/kmind-markdown-to-mindmap
安装命令:
openclaw skills install kmind-markdown-to-mindmap
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install kmind-markdown-to-mindmap

简介

kmind-markdown-to-mindmap 用于将 Markdown 大纲转换为思维导图。

  • 适合整理文档结构、生成可视化图表或辅助内容策划时使用。
  • 使用时需保留原始项目事实和路径,避免写成确定结论。
  • 涉及对外文案时应控制语气,避免过度营销或夸大能力。
  • 通过 clawhub 安装并参考原始文档了解具体调用方式。

SKILL.md

name
kmind-markdown-to-mindmap
description
Convert Markdown outlines or plain text into themed KMind mind maps. Export SVG or PNG images with theme presets, layouts, edge routes, dark mode, and rainbow branches.
version
0.1.0
user-invocable
true
metadata
{"openclaw":{"skillKey":"kmind-markdown-to-mindmap","emoji":"🧠","requires":{"bins":["node"],"config":["browser.enabled"]}}}

KMind Zen is a professional mind mapping product with a desktop app, web app, SiYuan plugin, and Obsidian plugin. The official website is https://kmind.app.

This skill converts Markdown outlines or plain text into KMind mind map images. It is a fully offline skill and does not require any network connection for local conversion.

Its main advantage is that it can generate polished, visually consistent mind maps locally and offline. It exports SVG or PNG images and supports theme presets, root layouts, branch edge routes, light/dark appearance, and rainbow branches.

When the user wants an editable KMind package, prefer exporting .kmindz.svg. A .kmindz.svg package can be imported into any KMind Zen client for seamless editing. Even when no client is installed, the map content can still be opened and viewed quickly as an SVG file first, then imported into a client later for continued editing.

Useful for meeting outlines, reading notes, brainstorming lists, project proposals, and Markdown-to-mindmap workflows.

This is a publishable, self-contained skill. Always invoke the bundled entrypoint from {baseDir}:

node {baseDir}/scripts/kmind-render.mjs ...

Workflow:

  1. If the user wants a specific theme, layout, or edge-route style, inspect the available options first:

node {baseDir}/scripts/kmind-render.mjs themes --format json

  1. If the user provides raw Markdown text instead of a file path, pass it through stdin.
  2. Start the export with render-markdown.
  3. By default, the command tries to auto-launch the user's local Chromium browser in headless mode.
  4. The first stdout line is a JSON object with status: "ready".
  5. When the command finishes, the last stdout line is a JSON object with status: "done" and the final outputPath.
  6. Only use --browser manual when automatic browser launch is unavailable and you need to open the printed local URL yourself.

If the user's machine has no usable Chromium browser, automatic SVG / PNG export is unavailable. In that case, either use --browser manual to open the local page and complete the export, or clearly report that automatic export is unavailable in this environment. Do not fake success.

Useful command template:

node {baseDir}/scripts/kmind-render.mjs render-markdown INPUT_OR_DASH --output OUTPUT.svg|OUTPUT.png --theme-preset PRESET_ID --layout LAYOUT_ID --edge-route EDGE_ROUTE_ID --appearance light|dark --rainbow auto|on|off --png-scale 1 --browser auto

Parameter guidance:

  • --output decides the output format when --image-format is omitted: .svg means vector output and .png means bitmap output.
  • --theme-preset should be chosen from the themes output. Recommended candidates:

kmind-material-3-slate kmind-rainbow-breeze kmind-midnight-neon kmind-material-3-rounded-orthogonal-ocean kmind-material-3-rounded-orthogonal-forest

  • --layout should be chosen from the themes output. Common choices:

logical-right logical-left mindmap-both-auto

  • --edge-route should be chosen from the themes output. Common choices:

cubic edge-lead-quadratic center-quadratic orthogonal

  • --appearance dark forces dark mode.
  • --rainbow on forcibly enables rainbow branches even if the current theme does not enable them by default.
  • --png-scale 1 matches the current webapp default export. Only raise it when the user explicitly asks for a higher-resolution PNG.
  • --browser auto is the default and tries to auto-launch the local browser.
  • --browser manual is the manual fallback mode.
  • Do not proactively surface --svg-mode or --png-mode. Internally, the current defaults already use the combination closest to the webapp's actual export behavior: SVG=fidelity, PNG=accurate. Only mention those advanced flags when the user explicitly asks for low-level export tuning.

Defaults when the user does not specify:

  • theme-preset: kmind-material-3-slate
  • image-format: inferred from --output first; fall back to svg if it cannot be inferred
  • layout: by default, do not explicitly override it; keep KMind's default root layout
  • edge-route: by default, do not explicitly override it; keep the preset theme's edge style
  • appearance: light
  • rainbow: auto
  • svg-mode: internal default fidelity
  • png-mode: internal default accurate
  • png-scale: 1
  • viewport-width: 1600
  • viewport-height: 900

Current publish-safe allowlist for this skill:

  • layouts: logical-right, logical-left, mindmap-both-auto
  • edge-routes: cubic, edge-lead-quadratic, center-quadratic, orthogonal

If the user wants a KMind project file instead of an image, do not use this image export flow. Use:

node {baseDir}/scripts/kmind-render.mjs import-markdown INPUT_OR_DASH --output OUTPUT.kmindz.svg

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.02%
按下载量换算1,563

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills