← 返回 Skills 市场
pntrivedy

Parallel 1.0.1

作者 pntrivedy · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1521
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install parallel-1-0-1
功能描述
High-accuracy web search and research via Parallel.ai API. Optimized for AI agents with rich excerpts and citations.
安全使用建议
This skill appears to do what it says (wrap the Parallel.ai search API) but contains two practical inconsistencies you should care about: (1) both scripts provide a hardcoded API key fallback — treat that as suspicious (it could be a leaked or shared credential that enables tracking, billing, or unauthorized access). (2) The shell script uses curl and jq and the Python script requires the 'parallel' SDK, yet the registry declares no required binaries/env vars. Before installing: ask the author to remove the embedded API key and to document required binaries and environment variables. If you still want to use it, set your own PARALLEL_API_KEY in your environment and verify the key's permissions and billing implications; audit network traffic to api.parallel.ai and review Parallel.ai's privacy/policy. If you cannot validate the origin of the embedded key or the author's identity, do not install or run these scripts with sensitive queries or on a system where unauthorized API usage would be a problem.
功能分析
Type: OpenClaw Skill Name: parallel-1-0-1 Version: 1.0.0 The skill bundle is benign. It provides wrappers for the Parallel.ai API for web search and research, as stated in the `SKILL.md` description. The `SKILL.md` contains no prompt injection attempts. Both `scripts/parallel.sh` and `scripts/search.py` interact solely with the `api.parallel.ai` endpoint, using a default API key (which can be overridden by an environment variable) and passing user input as data within JSON payloads, preventing command injection. There is no evidence of data exfiltration, persistence mechanisms, or other malicious activities.
能力评估
Purpose & Capability
Name/description match the code: both scripts call Parallel.ai endpoints and the SKILL.md shows the Parallel SDK. However the manifest declares no required binaries or env vars while the shipped shell script requires curl and jq and the Python code requires the parallel SDK/pip package. That mismatch (manifest says 'none' but files clearly need these tools) is inconsistent.
Instruction Scope
SKILL.md stays within the stated scope (how to call the Parallel SDK and examples). The runtime scripts perform only search/research operations against api.parallel.ai. Nothing in SKILL.md instructs the agent to read unrelated system files. Still, the example uses {baseDir}/scripts/search.py and the shell script will call curl/jq — the instructions omit those runtime details and the presence of a baked-in API key is not documented in the SKILL.md.
Install Mechanism
There is no install spec (instruction-only), which minimizes disk-write risk. SKILL.md does ask to pip install the Parallel SDK (parallel-web); that is a reasonable, proportional dependency for this skill.
Credentials
The code uses an environment variable PARALLEL_API_KEY but the registry metadata lists no required env vars. Worse, both scripts include a hardcoded API key fallback ("y2s_m4er5i6-5qCikOLUtmnkvOYRU24eDphq_jg1"). Embedding a live-looking API key in code is a red flag: it may be a leaked/privileged credential (billing/tracking risk), or it may allow the skill author to monitor or bill API usage. The skill asks network access to an external API (expected for a search skill) but does not declare or justify the embedded key.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system configs. It does allow autonomous invocation (platform default), which increases blast radius but is not itself unusual.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install parallel-1-0-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /parallel-1-0-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the parallel skill for high-accuracy web research. - Provides web search via the Parallel.ai API optimized for AI agents. - Delivers structured results with rich excerpts, citations, and API usage stats. - Supports deep research, fact-checking, and multi-hop reasoning tasks. - Includes setup instructions for Python SDK and command-line usage examples. - Reference links to official documentation and platform included.
元数据
Slug parallel-1-0-1
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Parallel 1.0.1 是什么?

High-accuracy web search and research via Parallel.ai API. Optimized for AI agents with rich excerpts and citations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1521 次。

如何安装 Parallel 1.0.1?

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

Parallel 1.0.1 是免费的吗?

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

Parallel 1.0.1 支持哪些平台?

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

谁开发了 Parallel 1.0.1?

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

💬 留言讨论