← 返回 Skills 市场
drunkpig

Md Of Programer

作者 drunkpig · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install md-of-programer
功能描述
Insert mind maps and architecture diagrams into Markdown documents. Triggered when the user says "draw a mind map", "draw an architecture diagram", "insert a...
安全使用建议
This skill appears coherent for creating diagrams in Markdown. Before using it: (1) be aware the instructions may run package manager commands (npm global install, brew/winget) which download and install third-party CLIs — review the mddoc-cli package source if you care about provenance; (2) the skill will create files under a .mddoc/ directory in your workspace — ensure that's acceptable and not a sensitive location; (3) prefer installing required tools yourself rather than letting an agent run installers automatically; and (4) if you need stricter controls, run the commands in an isolated environment (container/VM) rather than on a production machine.
功能分析
Type: OpenClaw Skill Name: md-of-programer Version: 0.1.0 The skill instructions in SKILL.md include automated global software installation ('npm install -g mddoc-cli') and direct shell command execution using the Bash tool. While these actions are aligned with the stated purpose of generating diagrams, the use of global installers and the potential for shell injection via unvalidated diagram names represent significant security risks (vulnerabilities) without being explicitly malicious.
能力评估
Purpose & Capability
Name/description (inserting mind maps and architecture diagrams into Markdown) align with required binaries (mddoc, d2) and the SKILL.md instructions which show writing source files, invoking mddoc/d2, and embedding PNGs.
Instruction Scope
SKILL.md stays on task: it instructs checking for binaries, writing source files to .mddoc/, running mddoc commands to produce PNGs, and embedding them. It does not request reading unrelated files, environment variables, or transmitting content to unexpected endpoints. The only external links are for d2 installation docs and an issues URL.
Install Mechanism
No formal install spec (instruction-only), which is low-risk. The doc suggests running package managers at runtime (npm install -g mddoc-cli, brew/winget or official d2 install). Installing npm global packages executes code from npm; this is typical for CLI tooling but worth noting because it requires network and will write to disk.
Credentials
The skill declares no required environment variables or credentials and the instructions do not access any secrets or unrelated config paths.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill configuration. It will create and write files under the workspace .mddoc/ directory as expected for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install md-of-programer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /md-of-programer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of md-of-programer. - Insert mind maps and architecture diagrams into Markdown documents via simple trigger phrases. - Ensures all diagrams and source files are managed in the `.mddoc/` directory with strict naming rules. - Automates dependency checks and provides clear install instructions for required tools (`mddoc`, `d2`). - Outlines step-by-step instructions for generating and embedding diagrams, keeping the source and image together. - Provides guidance for regenerating all diagrams and includes a feedback link for issues or suggestions.
元数据
Slug md-of-programer
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Md Of Programer 是什么?

Insert mind maps and architecture diagrams into Markdown documents. Triggered when the user says "draw a mind map", "draw an architecture diagram", "insert a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。

如何安装 Md Of Programer?

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

Md Of Programer 是免费的吗?

是的,Md Of Programer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Md Of Programer 支持哪些平台?

Md Of Programer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Md Of Programer?

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

💬 留言讨论