← 返回 Skills 市场
lifei68801

PDF to Markdown

作者 lifei68801 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
236
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf2md-clean
功能描述
Convert PDF to Markdown using local processing. No external API calls.
安全使用建议
This skill appears coherent and local-only. Before installing: (1) note the SKILL.md path (scripts/pdf2md.py) doesn't match the included filename (pdf2md.py) — adjust the command or move/rename the file when running; (2) install pdfplumber from PyPI (pip install pdfplumber) in a virtualenv; (3) run on a trusted or isolated environment if you process untrusted PDFs (malicious PDFs can try to exploit parsers or cause resource exhaustion even if no network is used); (4) inspect the script yourself (it's short and readable) and verify you only give it files you intend to convert.
功能分析
Type: OpenClaw Skill Name: pdf2md-clean Version: 1.0.0 The skill bundle is a legitimate PDF-to-Markdown converter that operates entirely locally using the pdfplumber library. The Python script (pdf2md.py) and the agent instructions (SKILL.md) are consistent with the stated purpose, containing no network calls, obfuscation, or attempts at data exfiltration or prompt injection.
能力评估
Purpose & Capability
Name/description (local PDF→Markdown) match the included Python script and the declared requirements (pdfplumber, python). The skill only needs file read/write to operate, which is proportional.
Instruction Scope
SKILL.md instructs running python scripts/pdf2md.py but the provided file is pdf2md.py at the repository root (minor path mismatch). Otherwise the runtime instructions only read the provided PDF and write Markdown output; they do not perform network calls or access unrelated files or env vars.
Install Mechanism
No install spec (instruction-only) and the code uses a standard PyPI dependency (pdfplumber). Nothing is downloaded from untrusted URLs or written to unexpected locations.
Credentials
No environment variables, credentials, or config paths are requested. The only declared permissions are file read/write, which the script uses only for the input and optional output files.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes or modify other skills. Autonomous invocation is allowed by default (normal), and there are no additional privileged behaviors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf2md-clean
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf2md-clean 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pdf2md-clean
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PDF to Markdown 是什么?

Convert PDF to Markdown using local processing. No external API calls. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。

如何安装 PDF to Markdown?

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

PDF to Markdown 是免费的吗?

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

PDF to Markdown 支持哪些平台?

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

谁开发了 PDF to Markdown?

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

💬 留言讨论