← 返回 Skills 市场
sube-py

Sube Test

作者 Sube · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sube-test
功能描述
Convert unstructured documents into LLM-ready structured data. Supports PDF, Word, PPT, and images; extracts paragraphs, formulas, tables, charts, and other...
安全使用建议
This skill uploads the local file you point it at to the PaodingAI/PDRouter service (https://platform.paodingai.com) using the PD_ROUTER_API_KEY you provide — so only install/use it if you trust that service and are comfortable sending the document (and its contents) to that endpoint. The token grants access to the PDRouter API, so keep it secret and consider using a scoped/ephemeral key if possible. Note the script will write Markdown to stdout and optionally to a file; it may include embedded image/base64 data if you enable that. If you handle sensitive documents, test with non-sensitive data first and review the bundled script (scripts/upload_to_markdown.js) yourself; the script also reads undocumented config flags PDFLUX_FORCE_UPDATE and PDFLUX_FORCE_OCR, which are innocuous toggles but worth knowing about.
功能分析
Type: OpenClaw Skill Name: sube-test Version: 1.0.4 The skill is a legitimate tool for converting documents to Markdown using the PDFlux SaaS API. The Node.js script (upload_to_markdown.js) securely handles the PD_ROUTER_API_KEY, communicates only with the official platform.paodingai.com domain, and performs standard file I/O operations necessary for its stated purpose without any signs of obfuscation or malicious intent.
能力评估
Purpose & Capability
Name/description say: convert documents to Markdown via a remote parsing service. The script and SKILL.md only require node and PD_ROUTER_API_KEY and call https://platform.paodingai.com/openapi/... — these are proportionate and expected for that purpose.
Instruction Scope
SKILL.md and agents/openai.yaml explicitly require running the bundled scripts/upload_to_markdown.js, and the script's logic matches that contract (upload file, poll status, download markdown). Minor inconsistency: the script also reads environment variables PDFLUX_FORCE_UPDATE and PDFLUX_FORCE_OCR (defaulting to true) but these are not documented in SKILL.md; otherwise instructions do not access unrelated files, other env vars, or unexpected network hosts.
Install Mechanism
Instruction-only skill with a bundled Node script; no install spec or remote downloads. This minimizes on-disk installation risk.
Credentials
Only PD_ROUTER_API_KEY is required (primary credential) and is used exclusively to authenticate to the declared PDRouter endpoint. One optional env (PDFLUX_INCLUDE_IMAGES) is documented; the script additionally reads undocumented PDFLUX_FORCE_UPDATE and PDFLUX_FORCE_OCR but they are benign configuration flags rather than extra credentials.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. The agent may invoke the skill autonomously (default), which is expected for skills and not flagged on its own.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sube-test
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sube-test 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Updated skill metadata and documentation to clarify usage, constraints, environment variables, and supported features. - Clearly defined when to return full Markdown output versus extracting specific content for downstream tasks. - Documented default behavior, including how the script handles images and charts in Markdown output. - Added detailed security and data flow information relating to API keys and file uploads. - Outlined precise script behavior and expected error handling for more reliable execution.
元数据
Slug sube-test
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sube Test 是什么?

Convert unstructured documents into LLM-ready structured data. Supports PDF, Word, PPT, and images; extracts paragraphs, formulas, tables, charts, and other... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Sube Test?

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

Sube Test 是免费的吗?

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

Sube Test 支持哪些平台?

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

谁开发了 Sube Test?

由 Sube(@sube-py)开发并维护,当前版本 v1.0.4。

💬 留言讨论