← Back to Skills Marketplace
drunkpig

Md Of Programer

by drunkpig · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install md-of-programer
Description
Insert mind maps and architecture diagrams into Markdown documents. Triggered when the user says "draw a mind map", "draw an architecture diagram", "insert a...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install md-of-programer
  3. After installation, invoke the skill by name or use /md-of-programer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug md-of-programer
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Md Of Programer?

Run "/install md-of-programer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Md Of Programer free?

Yes, Md Of Programer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Md Of Programer support?

Md Of Programer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Md Of Programer?

It is built and maintained by drunkpig (@drunkpig); the current version is v0.1.0.

💬 Comments