← 返回 Skills 市场
suka233

Obsidian Note 转导图

作者 suka233 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
85
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install obsidian-note-to-mindmap-cn
功能描述
将用户明确提供的 Obsidian 笔记或 Markdown 大纲默认转换为 KMind 导图 PNG,并在明确要求时输出可编辑的 KMind 导图;如果缺少已审核的 KMind core skill,先征求确认后再从 ClawHub 安装。
使用说明 (SKILL.md)

这个 skill 是一个轻量的 Obsidian 到 KMind 工作流 wrapper。

适用于以下输入:

  • 用户直接贴出的 Obsidian 笔记
  • 用户直接贴出的 Markdown 大纲
  • 用户明确指定的单个笔记文件路径

目标是输出 KMind 导图结果,默认使用 PNG

这个 wrapper 本身不内置渲染器,而是把实际转换委托给已经过审核的 core skill suka233/kmind-markdown-to-mindmap

依赖的已审核 core skill:

  • ClawHub slug:suka233/kmind-markdown-to-mindmap
  • URL:https://clawhub.ai/suka233/kmind-markdown-to-mindmap

安全边界:

  • 只处理用户明确提供的内容,或用户明确指定的单个笔记路径。
  • 不扫描整个 vault。
  • 不读取 Obsidian 全局配置文件。
  • 除上面写死的 core skill 外,不安装任何插件、包、二进制或其他 skill。
  • 若缺少 core skill,必须先征求明确确认,再执行安装。
  • 若用户拒绝安装,则停止,并提供精确 ClawHub 链接,不要临时改走其他路径。
  • 若当前运行环境不支持标准 ClawHub 安装流程,则直接说明限制,不要发明替代安装器。

安装规则:

  • 只有在用户明确同意后,才允许通过运行时的标准 ClawHub 安装流程安装这个精确的已审核 core skill: clawhub install suka233/kmind-markdown-to-mindmap --workdir ./
  • 不得替换成其他 slug,包括本地化变体。

首次确认文案:

这个流程需要使用已经过审核的 core skill:suka233/kmind-markdown-to-mindmap,当前尚未安装。如果你同意,我可以从 ClawHub 安装这个精确的 skill,然后继续当前导图转换。我不会安装任何其他内容。是否继续?

工作流:

  1. 先确认输入是用户贴出的 Markdown/文本,或用户明确给出的单个笔记路径。
  2. 如果输入是文件路径,只读取该精确文件。
  3. 检查已审核 core skill 是否可用。
  4. 若缺失,先征求明确确认,再执行上面的精确安装命令。
  5. 安装完成后,将内容转交给 suka233/kmind-markdown-to-mindmap
  6. 当用户未指定输出格式时,默认输出 PNG
  7. 只有当用户明确要求可编辑的 KMind 导图时,才输出 .kmindz.svg
  8. 只有当用户明确要求 SVG 时,才输出 SVG
  9. 如果已安装 core skill 反馈缺少 Node.js 或浏览器依赖,要如实暴露结果,不要绕过。

禁止事项:

  • 扫描整个 vault
  • 自动发现笔记
  • 读取 ~/Library/Application Support/obsidian/obsidian.json 等宿主配置文件
  • 重命名、移动、删除、改写笔记
  • 建议强制安装可疑包或可疑 skill
  • 隐藏安装步骤
安全使用建议
This wrapper is coherent and reasonably constrained, but before installing or using it: 1) ensure you trust the referenced core skill at https://clawhub.ai/suka233/kmind-markdown-to-mindmap (the wrapper delegates conversion to that skill); 2) confirm your environment has the clawhub CLI and network access if you agree to install the core skill; 3) only paste content or provide a single file path you intend to share — do not give paths to whole vaults or secret files; 4) when asked to approve installing the core skill, verify the exact slug and URL shown (the wrapper promises to install that exact slug only). If you need stronger enforcement (e.g., preventing accidental file reads), verify your runtime enforces the SKILL.md rules before granting file-access permission.
功能分析
Type: OpenClaw Skill Name: obsidian-note-to-mindmap-cn Version: 0.1.0 The skill is a transparent wrapper designed to convert Obsidian notes or Markdown text into mind maps by delegating the task to a specific core skill (suka233/kmind-markdown-to-mindmap). The instructions in SKILL.md and README.md emphasize strict safety boundaries, explicitly forbidding the agent from scanning the user's vault, reading global configurations, or installing dependencies without prior user consent. No indicators of data exfiltration, unauthorized execution, or malicious prompt injection were found.
能力评估
Purpose & Capability
Name/description: convert Obsidian or Markdown to KMind PNG (or other formats on request). Declared requirement: the clawhub CLI (used to install the audited core skill). These needs are proportional and expected for a wrapper that may install a core skill from ClawHub.
Instruction Scope
SKILL.md explicitly restricts inputs to pasted content or a single user-specified note path, forbids scanning the whole vault or reading Obsidian global config, and requires explicit consent before installing anything. The runtime instructions stay within the stated purpose. Note: the policy is advisory — the wrapper instructs the agent not to do certain actions, but enforcement ultimately depends on the runtime honoring the SKILL.md rules.
Install Mechanism
This is an instruction-only skill with no install spec. The only installation action described is a single, explicit ClawHub install command for the exact audited core skill slug (clawhub install suka233/kmind-markdown-to-mindmap --workdir ./) and only after asking the user. That is a low-risk, proportional install mechanism, though it requires network access and the clawhub CLI to be present.
Credentials
The skill declares no environment variables, no credentials, and no config paths. It only requires the clawhub binary to be available, which is appropriate for its stated behavior. There are no unexpected secrets requested.
Persistence & Privilege
The skill is user-invocable and not marked always:true. The included agents/openai.yaml sets allow_implicit_invocation: false (disallowing implicit invocation at the metadata level), which reduces autonomous invocation; registry metadata shows standard defaults, but the bundle's policy explicitly disallows implicit invocation — overall this does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install obsidian-note-to-mindmap-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /obsidian-note-to-mindmap-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug obsidian-note-to-mindmap-cn
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Obsidian Note 转导图 是什么?

将用户明确提供的 Obsidian 笔记或 Markdown 大纲默认转换为 KMind 导图 PNG,并在明确要求时输出可编辑的 KMind 导图;如果缺少已审核的 KMind core skill,先征求确认后再从 ClawHub 安装。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Obsidian Note 转导图?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-note-to-mindmap-cn」即可一键安装,无需额外配置。

Obsidian Note 转导图 是免费的吗?

是的,Obsidian Note 转导图 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Obsidian Note 转导图 支持哪些平台?

Obsidian Note 转导图 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Obsidian Note 转导图?

由 suka233(@suka233)开发并维护,当前版本 v0.1.0。

💬 留言讨论