← 返回 Skills 市场
adiologydev

Markdown Anything

作者 Aditya Tripathi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
378
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-anything
功能描述
Convert PDF, DOCX, XLSX, PPTX, images, audio, and 25+ file formats to clean Markdown using the Markdown Anything API.
使用说明 (SKILL.md)

Markdown Anything

Convert files to clean, structured Markdown using the Markdown Anything API. Supports PDF, DOCX, XLSX, PPTX, images, audio, and 25+ formats.

Setup

Set your API token as an environment variable. Get one from Settings > API Tokens in your Markdown Anything workspace.

MDA_API_TOKEN=mda_your_token_here

When to Use

Use the mda-convert tool when the user asks to:

  • Convert a file to Markdown
  • Extract text from a PDF, document, image, or audio file
  • Turn a document into Markdown for use in a prompt or workflow

Tools

mda-convert

Converts a file to Markdown. Run scripts/convert.sh with the file path as the first argument.

Arguments:

  • $1 — Path to the file to convert

Optional environment variables:

  • MDA_ENHANCED_AI=true — Use Enhanced AI for scanned documents, images, and audio (costs extra credits)
  • MDA_INCLUDE_METADATA=true — Include document metadata in the response
  • MDA_OPTIMIZE_TOKENS=true — Optimize output for LLM token efficiency

Example:

scripts/convert.sh /path/to/document.pdf

The tool outputs the converted Markdown to stdout.

mda-credits

Check your remaining credit balance. Run scripts/credits.sh with no arguments.

Example:

scripts/credits.sh

Security & Privacy

  • Files are sent to https://markdownanything.com/api/v1/convert for processing
  • Your API token is sent via the Authorization header
  • No data is stored locally beyond the conversion result
  • See Markdown Anything Privacy Policy for data handling details
安全使用建议
This skill appears to be what it says: it uploads the file you provide to markdownanything.com and returns Markdown. Before installing or using it: (1) understand that any file you convert will be transmitted to https://markdownanything.com — do not upload sensitive data unless you trust the service and have read its privacy policy; (2) provide only a token from the official Markdown Anything workspace (MDA_API_TOKEN) and avoid reusing high-privilege secrets; (3) ensure curl and python3 are available in the execution environment (the scripts require them, but the registry metadata does not declare them); (4) verify the homepage and token retrieval flow (source is listed as unknown, which lowers confidence); (5) if you need stronger assurance, run the scripts in an isolated environment (or inspect and run them manually) and confirm network egress rules; and (6) prefer tokens with limited scope/rotation and monitor usage/credit balance after first use.
功能分析
Type: OpenClaw Skill Name: markdown-anything Version: 1.0.0 The skill bundle is designed to convert files to Markdown using the Markdown Anything API. The `SKILL.md` clearly documents that files and an API token are sent to `https://markdownanything.com` for processing, which is the core functionality. The `scripts/convert.sh` and `scripts/credits.sh` implement this functionality directly using `curl` and `python3` for JSON parsing. There is no evidence of intentional malicious behavior such as unauthorized data exfiltration, persistence mechanisms, or prompt injection attempts against the agent. All actions align with the stated purpose and are explicitly documented.
能力评估
Purpose & Capability
The skill claims to convert many file types via the Markdown Anything API and only requires MDA_API_TOKEN — that aligns with the stated purpose. However, the bundled scripts invoke curl and python3 but the registry metadata lists no required binaries; the missing declaration is an inconsistency the user should be aware of.
Instruction Scope
SKILL.md and the scripts stay on-purpose: they send the provided file to https://markdownanything.com/api/v1/convert and return the Markdown result. This does mean user files are transmitted to a third-party endpoint (explicitly documented). No other local files or unrelated environment variables are accessed.
Install Mechanism
There is no install spec (instruction-only plus two small scripts). Nothing is downloaded or written to disk by an installer, so installation risk is low.
Credentials
Only MDA_API_TOKEN is required (primary credential) and the optional flags are narrowly scoped to conversion behavior. The requested environment variables are proportional to the skill's purpose.
Persistence & Privilege
The skill does not request permanent presence (always is false), does not modify other skills or system settings, and does not store secrets. Autonomous invocation is allowed (platform default) but not unusually privileged here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-anything
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-anything 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the markdown-anything skill. - Convert 25+ file formats—including PDF, DOCX, XLSX, PPTX, images, and audio—to clean Markdown using the Markdown Anything API. - Provides two tools: `mda-convert` for file conversion and `mda-credits` to check credit balance. - Requires `MDA_API_TOKEN` for authentication. - Optional environment variables for advanced conversion options (Enhanced AI, metadata, token optimization). - Includes setup instructions and privacy/security details.
元数据
Slug markdown-anything
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Markdown Anything 是什么?

Convert PDF, DOCX, XLSX, PPTX, images, audio, and 25+ file formats to clean Markdown using the Markdown Anything API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 378 次。

如何安装 Markdown Anything?

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

Markdown Anything 是免费的吗?

是的,Markdown Anything 完全免费(开源免费),可自由下载、安装和使用。

Markdown Anything 支持哪些平台?

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

谁开发了 Markdown Anything?

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

💬 留言讨论