← 返回 Skills 市场
Microsoft MarkItDown
作者
_silhouette
· GitHub ↗
· v1.0.0
· MIT-0
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ms-markitdown
功能描述
Convert various document formats (PDF, Word, PowerPoint, Excel, images, audio, HTML, etc.) to Markdown using Microsoft's markitdown tool. Supports OCR, audio...
安全使用建议
This skill is a thin wrapper around the third‑party 'markitdown' tool and is internally consistent. Before installing: (1) confirm you trust the markitdown PyPI/GitHub project (pipx is recommended to isolate installation); (2) review markitdown's own docs for any network behavior (YouTube download, remote transcription, MCP server) because those operations may fetch or upload content; (3) be cautious when converting sensitive documents—the conversion tool will read the content and may fetch remote resources if given URLs; (4) the included smoke test contains a hard-coded user path which is probably an autogenerated/benign artifact but may fail on different machines. If you need guarantees about data locality or network access, inspect the upstream markitdown source (links are in SKILL.md) before use.
功能分析
Type: OpenClaw Skill
Name: ms-markitdown
Version: 1.0.0
The skill bundle is a legitimate wrapper for Microsoft's 'markitdown' utility, providing document conversion capabilities. The Python script (scripts/convert.py) safely uses subprocess.run with argument lists to interface with the CLI, and the documentation (SKILL.md) contains no malicious prompt injection or hidden instructions. A hardcoded local path in tests/test_smoke.py appears to be a harmless developer artifact.
能力评估
Purpose & Capability
Name/description match the content: SKILL.md documents markitdown usage and the included script wraps the markitdown CLI for single and batch conversions. Requested resources and code are proportionate to a converter helper.
Instruction Scope
SKILL.md focuses on installing and using markitdown and shows CLI/Python API examples. The included wrapper only invokes the external markitdown CLI and reads/writes files; it does not access unrelated system files or environment variables. Note: the included test uses a hard-coded user path (/Users/study/.openclaw/skills/markitdown) which is an odd, environment-specific assertion but not indicative of exfiltration.
Install Mechanism
This is an instruction-only skill (no install spec). SKILL.md recommends installing markitdown from PyPI/pipx which is a standard distribution channel; the bundle does not download arbitrary archives or run remote installers itself.
Credentials
The skill declares no required environment variables or credentials. The wrapper calls an external CLI (markitdown) but does not request secrets or unrelated tokens.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or system-wide settings. It simply provides a wrapper script invoked on demand.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ms-markitdown - 安装完成后,直接呼叫该 Skill 的名称或使用
/ms-markitdown触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Microsoft MarkItDown wrapper for OpenClaw. Supports PDF, Word, PowerPoint, Excel, images (OCR), audio, HTML, YouTube to Markdown conversion.
元数据
常见问题
Microsoft MarkItDown 是什么?
Convert various document formats (PDF, Word, PowerPoint, Excel, images, audio, HTML, etc.) to Markdown using Microsoft's markitdown tool. Supports OCR, audio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Microsoft MarkItDown?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ms-markitdown」即可一键安装,无需额外配置。
Microsoft MarkItDown 是免费的吗?
是的,Microsoft MarkItDown 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Microsoft MarkItDown 支持哪些平台?
Microsoft MarkItDown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Microsoft MarkItDown?
由 _silhouette(@lanyasheng)开发并维护,当前版本 v1.0.0。
推荐 Skills