← 返回 Skills 市场
memect-ppx
作者
HangHang Li
· GitHub ↗
· v0.2.3
· MIT-0
126
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install memect-ppx
功能描述
Parse PDFs and images into Markdown/JSON using the `ppx` CLI. Use when the user asks to OCR scanned PDFs or screenshots, extract tables from PDFs, convert PD...
安全使用建议
This skill appears to do what it says: it uses the local 'ppx' CLI to OCR/parse documents. Before installing/using it, ensure you: (1) run it inside a dedicated virtual environment so pip installs don't affect system Python, (2) trust the memect-ppx package you will pip-install (PyPI packages execute code during install), and (3) avoid configuring remote/back-end endpoints or API keys for sensitive documents unless you trust that service (the optional backend options can send document data to whatever base_url you configure). The bundled scripts are small helper tools: check_ppx_env.sh only verifies the ppx binary, and sync_version.py updates SKILL.md from a repo pyproject.toml (a developer convenience you can skip).
功能分析
Type: OpenClaw Skill
Name: memect-ppx
Version: 0.2.3
The skill is a legitimate wrapper for the `ppx` CLI tool, designed for PDF and image parsing into Markdown/JSON. It includes standard environment checks (scripts/check_ppx_env.sh), version synchronization (scripts/sync_version.py), and comprehensive documentation for configuration and troubleshooting. All instructions, including the setup of virtual environments and installation of the 'memect-ppx' package, are transparently documented and strictly aligned with the tool's functional requirements. No indicators of malicious intent, data exfiltration, or prompt injection were identified.
能力标签
能力评估
Purpose & Capability
Name/description are parsing OCR'd PDFs/images to Markdown/JSON and the only declared runtime dependency is the ppx CLI; that aligns with the skill's stated purpose.
Instruction Scope
SKILL.md guides the agent to check Python/ppx, create/use a virtualenv, run ppx parse, and inspect outputs. It does not instruct reading unrelated system files or exfiltrating unrelated secrets. It references optional LLM backends only for higher-quality table parsing.
Install Mechanism
The skill is instruction-only (no automated install spec). Runtime guidance suggests installing memect-ppx and dependencies via pip into a virtualenv. Installing Python packages pulls code from PyPI (normal but networked and executes native code during installation); this is expected for this task but worth noting.
Credentials
No required environment variables are declared. Reference docs show backend configurations that accept base_url and api_key fields; those are optional and user-provided. If you configure a remote backend and supply an API key/base_url, parsed document contents would be sent to that endpoint — that's expected but important to be aware of for sensitive documents.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. The included helper script sync_version.py can modify SKILL.md if run, but that is a developer convenience and not required at runtime. No other elevated persistence or system-wide configuration changes are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memect-ppx - 安装完成后,直接呼叫该 Skill 的名称或使用
/memect-ppx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.3
启用 user-invocable,支持 /memect-ppx 斜杠调用
v0.2.2
更新显示名称为 memect-ppx
v0.2.1
优化 description,增加中文关键词覆盖,提高触发命中率
v0.2.0
优化 description,增加中文关键词覆盖,提高触发命中率
v0.0.2
Initial release
元数据
常见问题
memect-ppx 是什么?
Parse PDFs and images into Markdown/JSON using the `ppx` CLI. Use when the user asks to OCR scanned PDFs or screenshots, extract tables from PDFs, convert PD... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 memect-ppx?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memect-ppx」即可一键安装,无需额外配置。
memect-ppx 是免费的吗?
是的,memect-ppx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
memect-ppx 支持哪些平台?
memect-ppx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 memect-ppx?
由 HangHang Li(@lihanghang)开发并维护,当前版本 v0.2.3。
推荐 Skills