← 返回 Skills 市场
tanis90

Document To Markdown

作者 tanis90 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
175
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install document-to-markdown
功能描述
Document to Markdown converter - convert DOCX, PPTX, Excel files to Markdown. Use when extracting content from Word documents, PowerPoint presentations, or E...
使用说明 (SKILL.md)

Document to Markdown - Convert DOCX, PPTX, Excel to Markdown

Convert Word, PowerPoint, and Excel files to Markdown using MinerU Open API. No API key required.

Quick Start

# Convert a Word document
mineru-open-api flash-extract report.docx

# Convert a PowerPoint presentation
mineru-open-api flash-extract slides.pptx

# Convert an Excel spreadsheet
mineru-open-api flash-extract data.xlsx

# Convert from URL (no download needed)
mineru-open-api flash-extract https://example.com/report.docx

# Save to file
mineru-open-api flash-extract report.docx -o ./output/

Language Rule

You MUST reply to the user in the SAME language they use. This is non-negotiable.

Capabilities

  • Converts DOCX, PPTX, XLS, XLSX to Markdown
  • Supports both local files and URLs directly
  • Preserves text, tables, and document structure
  • No API key, no signup, no authentication
  • Max 10MB / 20 pages per document

When to Use

  • User asks to "read", "extract", or "convert" a Word/PowerPoint/Excel file
  • User shares a .docx, .pptx, or .xlsx and asks for its content
  • User wants to summarize or analyze an office document
  • User needs document content in Markdown format

CLI Reference

Run mineru-open-api flash-extract --help for all available options.

Data Privacy

  • flash-extract uploads the document to MinerU's cloud API for processing and returns the result. No account or API key is required.
  • Documents are processed in real-time and are not stored after extraction.
  • For details, see https://mineru.net

Notes

  • Output is Markdown only; embedded images may be replaced with placeholders
  • For larger files (up to 200MB/600 pages) or precision extraction, use mineru-open-api extract (requires auth via mineru-open-api auth)
  • If the CLI cannot be installed via npm/uv/go, download it from https://mineru.net/ecosystem?tab=cli
安全使用建议
This skill will run a third-party CLI that uploads documents to MinerU's cloud for conversion. Before installing or using it: 1) avoid uploading sensitive or confidential documents unless you verify MinerU's retention/privacy policy and trust the service; 2) review the mineru-open-api package source (npm or GitHub) to verify what gets installed and executed; 3) prefer converting sensitive files offline with a local tool if confidentiality is required; 4) confirm the CLI's behavior (e.g., whether it actually deletes temporary copies or retains logs) by testing with non-sensitive samples and checking MinerU's documentation and privacy policy.
功能分析
Type: OpenClaw Skill Name: document-to-markdown Version: 1.0.0 The skill provides a wrapper for the `mineru-open-api` CLI to convert office documents (DOCX, PPTX, Excel) to Markdown. It transparently discloses in `SKILL.md` that files are uploaded to MinerU's cloud API (mineru.net) for processing. The installation instructions and command usage are consistent with the stated purpose, and no evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
The name/description (DOCX/PPTX/XLSX → Markdown) aligns with the only required artifact: the mineru-open-api CLI. Requesting a CLI that uploads documents to MinerU is coherent for this purpose.
Instruction Scope
SKILL.md instructs running mineru-open-api flash-extract against local files or URLs, which will upload documents to MinerU's cloud API. That behavior is expected for a cloud-based converter, but it means user data is transmitted externally — SKILL.md claims real-time processing and no storage, which is a third-party privacy claim the platform cannot verify.
Install Mechanism
Installation options are standard package-manager installs (npm, uv, go install). These are expected for a CLI but still execute third-party code on the host. No arbitrary download-from-personal-server installs are present, but users should review the mineru-open-api package source before installing.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate to its function (a public CLI that requires no API key for basic extract).
Persistence & Privilege
The skill is not always-enabled and does not request persistent elevated privileges. It does not modify other skills or system-wide configs according to the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install document-to-markdown
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /document-to-markdown 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of document-to-markdown skill: - Converts DOCX, PPTX, XLS, and XLSX files to Markdown using MinerU Open API - Supports both local files and URLs - No API key or authentication required - Preserves text, tables, and document structure in output - Handles files up to 10MB or 20 pages - Output is Markdown only; images are replaced with placeholders
元数据
Slug document-to-markdown
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Document To Markdown 是什么?

Document to Markdown converter - convert DOCX, PPTX, Excel files to Markdown. Use when extracting content from Word documents, PowerPoint presentations, or E... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。

如何安装 Document To Markdown?

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

Document To Markdown 是免费的吗?

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

Document To Markdown 支持哪些平台?

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

谁开发了 Document To Markdown?

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

💬 留言讨论