← 返回 Skills 市场
sairammahadevan

PM Toolkit - Excalidraw - "Messy Thoughts" to "Visual Spec" in 30 seconds.

作者 sairammahadevan · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
3264
总下载
5
收藏
15
当前安装
1
版本数
在 OpenClaw 中安装
/install thought-to-excalidraw
功能描述
Visualizes Product Manager thoughts (Why, What, How, User Journey) into an editable Excalidraw diagram. Use when the user asks to "visualize specs", "create a PM diagram", or "map out product thoughts".
安全使用建议
This skill appears to do what it says: it takes a JSON spec and produces an .excalidraw file locally. Before installing/using it: (1) verify you have Python 3 available (the script runs locally); (2) inspect scripts/layout_diagram.py (it is included) if you want to be certain it contains only expected local file operations — there are no network calls or secret accesses; (3) check the SKILL.md command path (skills/pm-visualizer/scripts/... vs scripts/...) and adjust the invocation to match where the script actually lives; (4) run the script in a directory where writing files is acceptable (it will create output files and you are asked to create output directories); and (5) if you allow autonomous agent invocation, be aware the agent could run the script and write files on your behalf — this is normal but make sure you trust the skill source. Overall the package is coherent and proportional to its stated purpose.
功能分析
Type: OpenClaw Skill Name: thought-to-excalidraw Version: 1.0.0 The skill is designed to visualize product manager thoughts into an Excalidraw diagram. The `SKILL.md` instructions guide the agent to parse user input, create a temporary JSON file, execute a local Python script (`scripts/layout_diagram.py`) to generate an `.excalidraw` file in a user-owned directory (`~/Downloads/Documents/PM_Visuals/`), and then clean up. The Python script itself only performs local file I/O, reading the temporary JSON and writing the Excalidraw output. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts aimed at harmful actions. All operations are aligned with the stated purpose.
能力评估
Purpose & Capability
Name/description (convert PM thoughts to Excalidraw) matches the included script and instructions. The Python script reads a JSON spec and writes an .excalidraw file; nothing in the manifest or code indicates unrelated capabilities (no cloud APIs, no extra binaries).
Instruction Scope
Instructions ask the agent/user to create a temporary JSON, run the local Python script, create an output directory, and delete the temp file. This stays within the stated purpose (local generation of diagrams). One minor incoherence: SKILL.md runs python3 skills/pm-visualizer/scripts/layout_diagram.py but the package manifest lists scripts/layout_diagram.py — path differences may cause a runtime path error if the agent's working directory differs. Also note the script writes files to user-specified paths (e.g., ~/Downloads/Documents/PM_Visuals).
Install Mechanism
No install spec or remote downloads included. The skill is instruction-only with a bundled Python script; nothing is fetched from external URLs.
Credentials
The skill requests no environment variables, credentials, or config paths. The code reads only the provided input JSON and writes a local .excalidraw file — credential access is not required or requested.
Persistence & Privilege
always:false and user-invocable:true (defaults) — the skill does not demand permanent inclusion or elevated privileges. It performs local file operations only and does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install thought-to-excalidraw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /thought-to-excalidraw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
V1.0
元数据
Slug thought-to-excalidraw
版本 1.0.0
许可证
累计安装 17
当前安装数 15
历史版本数 1
常见问题

PM Toolkit - Excalidraw - "Messy Thoughts" to "Visual Spec" in 30 seconds. 是什么?

Visualizes Product Manager thoughts (Why, What, How, User Journey) into an editable Excalidraw diagram. Use when the user asks to "visualize specs", "create a PM diagram", or "map out product thoughts". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3264 次。

如何安装 PM Toolkit - Excalidraw - "Messy Thoughts" to "Visual Spec" in 30 seconds.?

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

PM Toolkit - Excalidraw - "Messy Thoughts" to "Visual Spec" in 30 seconds. 是免费的吗?

是的,PM Toolkit - Excalidraw - "Messy Thoughts" to "Visual Spec" in 30 seconds. 完全免费(开源免费),可自由下载、安装和使用。

PM Toolkit - Excalidraw - "Messy Thoughts" to "Visual Spec" in 30 seconds. 支持哪些平台?

PM Toolkit - Excalidraw - "Messy Thoughts" to "Visual Spec" in 30 seconds. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PM Toolkit - Excalidraw - "Messy Thoughts" to "Visual Spec" in 30 seconds.?

由 sairammahadevan(@sairammahadevan)开发并维护,当前版本 v1.0.0。

💬 留言讨论