← 返回 Skills 市场
Parallel Extract
作者
NormallyGaussian
· GitHub ↗
· v1.0.0
1894
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install parallel-extract
功能描述
URL content extraction via Parallel API. Extracts clean markdown from webpages, articles, PDFs, and JS-heavy sites. Use for reading specific URLs with LLM-ready output.
安全使用建议
Before installing or invoking this skill: 1) Verify the publisher and the parallel.ai URLs (docs and install.sh) independently — don't run curl | bash without inspecting the script contents. 2) Expect to provide a PARALLEL_API_KEY; the registry should declare this as a required credential — only grant a key with the minimum scope and monitor its use. 3) Prefer installing the CLI from a vetted package or manually review the installer; avoid piping network scripts directly to a shell. 4) Understand that extracted content may be written to /tmp and used to spawn sub-agents; ensure sensitive URLs or paywalled content are handled according to your privacy policy. 5) Ask the publisher to update the skill metadata to declare required env vars and to provide a reproducible, auditable install method (package manager or checked installer). If you cannot inspect the installer or confirm the metadata, treat the skill with caution.
功能分析
Type: OpenClaw Skill
Name: parallel-extract
Version: 1.0.0
The skill bundle is classified as suspicious primarily due to the installation instructions in `SKILL.md`. It directs the user to install the `parallel-cli` using `curl -fsSL https://parallel.ai/install.sh | bash`. This method executes arbitrary code downloaded from a remote server without prior inspection, posing a significant supply chain risk. While the stated purpose is to install a legitimate tool, this practice is a high-risk behavior that could lead to arbitrary code execution if the remote source were compromised.
能力评估
Purpose & Capability
Name/description match the instructions: the skill documents using parallel-cli to extract web/PDF content and produce LLM-ready markdown. That capability legitimately requires an API key and a client CLI, so the high-level purpose is coherent — but the registry metadata declares no required environment variables or primary credential while the SKILL.md explicitly instructs setting PARALLEL_API_KEY, which is an inconsistency.
Instruction Scope
Instructions instruct the agent/operator to run the parallel-cli to fetch and persist extracted content and to spawn sub-agents (sessions_spawn) reading /tmp files. They also instruct saving full extracted content and preserving verbatim text. These behaviors are within the stated purpose, but the skill also tells the user to run a remote install and export an API key; the SKILL.md gives the agent permission to write files in /tmp and to spawn sessions, which increases the practical surface for data leakage if the API/key or files are mishandled.
Install Mechanism
The Quickstart/prerequisites recommend running curl -fsSL https://parallel.ai/install.sh | bash — piping a remote script to bash is a high-risk install pattern. While the domain is the same as the claimed vendor (parallel.ai), downloading and executing an unchecked installer from the network is an elevated risk and should be audited before running.
Credentials
SKILL.md requires a PARALLEL_API_KEY to call the Parallel API, but the registry metadata did not declare any required env vars or a primary credential. That mismatch is a red flag: the skill will need an API key to function, and the key can grant access to extracted data and the API account — the registry should explicitly declare this and the skill should document required scopes/limits for the key.
Persistence & Privilege
The skill is instruction-only, has no install spec in the registry, and does not set always:true. It does instruct saving outputs to /tmp and spawning sessions, but it does not request persistent platform-level privileges or modification of other skills/configs. No excessive persistence is requested in metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install parallel-extract - 安装完成后,直接呼叫该 Skill 的名称或使用
/parallel-extract触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Parallel Extract 是什么?
URL content extraction via Parallel API. Extracts clean markdown from webpages, articles, PDFs, and JS-heavy sites. Use for reading specific URLs with LLM-ready output. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1894 次。
如何安装 Parallel Extract?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install parallel-extract」即可一键安装,无需额外配置。
Parallel Extract 是免费的吗?
是的,Parallel Extract 完全免费(开源免费),可自由下载、安装和使用。
Parallel Extract 支持哪些平台?
Parallel Extract 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Parallel Extract?
由 NormallyGaussian(@normallygaussian)开发并维护,当前版本 v1.0.0。
推荐 Skills