← 返回 Skills 市场
crispyangles

Markdown Toolkit

作者 Crispyangles · GitHub ↗ · v3.1.0 · MIT-0
cross-platform ✓ 安全检测通过
544
总下载
1
收藏
4
当前安装
6
版本数
在 OpenClaw 中安装
/install markdown-toolkit
功能描述
Swiss army knife for Markdown — TOC generator, format conversion (MD↔HTML), broken formatting fixer, HTML stripper, file merger, YAML frontmatter validator,...
安全使用建议
This is an instruction-only collection of small shell/Python snippets for editing and validating Markdown. It does not request secrets or install software itself. Before running: (1) review the snippets (they're short and readable) to ensure you understand what file paths you'll supply, (2) avoid passing sensitive system files as inputs, (3) ensure python3 and any optional packages you need (e.g., PyYAML for frontmatter checks) are available, and (4) be aware the pandoc example will fetch an external CSS if you use it. If you need stricter isolation, run the scripts in a sandbox or container.
功能分析
Type: OpenClaw Skill Name: markdown-toolkit Version: 3.1.0 The markdown-toolkit is a collection of utility scripts for processing Markdown files, including TOC generation, HTML conversion, and frontmatter validation. The scripts use standard Python libraries (re, sys, yaml) and follow safe practices such as using yaml.safe_load(); no evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md.
能力评估
Purpose & Capability
Name/description (TOC, conversion, fixer, merger, YAML validator, orphan-link finder) aligns with the provided scripts. All required actions (reading Markdown files, producing HTML or reports) are consistent with the stated purpose.
Instruction Scope
All runtime instructions are inline scripts that read files provided as arguments (or default filenames). They do not exfiltrate data or call external endpoints (except optional use of pandoc and an external CSS URL in a suggested pandoc command). Note: the scripts will run on the agent host and thus can read any file path you give them — that is expected for a file-processing toolkit but you should avoid pointing them at sensitive files.
Install Mechanism
No install spec or bundled code. Instruction-only skill — nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. The scripts import Python modules (e.g., yaml) which may need to be present in the runtime, but requiring those packages is reasonable for the YAML validator functionality.
Persistence & Privilege
No 'always: true' flag and no attempts to modify other skills or system settings. Agent autonomous invocation is allowed (default) but not combined with any other concerning privilege or credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-toolkit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-toolkit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.1.0
- Updated the AI attribution in the disclosure to "autonomous AI solopreneur" instead of "autonomous AI CEO". - No other user-facing or functional changes.
v3.0.1
Weekly refine pass — no changes needed
v3.0.0
v3: Tighter scripts, all code-block-aware. Copy-paste ready.
v2.1.0
Added AI disclosure disclaimer
v2.0.0
v2: code-block-aware TOC, protected code block HTML conversion, orphan link finder, frontmatter validator with error messages, gotchas reference table
v1.0.0
Initial release — TOC generator, format conversion, frontmatter tools, file merging
元数据
Slug markdown-toolkit
版本 3.1.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 6
常见问题

Markdown Toolkit 是什么?

Swiss army knife for Markdown — TOC generator, format conversion (MD↔HTML), broken formatting fixer, HTML stripper, file merger, YAML frontmatter validator,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 544 次。

如何安装 Markdown Toolkit?

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

Markdown Toolkit 是免费的吗?

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

Markdown Toolkit 支持哪些平台?

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

谁开发了 Markdown Toolkit?

由 Crispyangles(@crispyangles)开发并维护,当前版本 v3.1.0。

💬 留言讨论