← 返回 Skills 市场
normallygaussian

Parallel Search

作者 NormallyGaussian · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1894
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install parallel-search
功能描述
AI-powered web search via Parallel API. Returns ranked results with LLM-optimized excerpts. Use for up-to-date research, fact-checking, and domain-scoped searching.
安全使用建议
This skill appears to be what it claims (a Parallel.ai search helper) but has two small red flags you should consider before installing: (1) SKILL.md tells you to run a remote install script with curl | bash — avoid blindly piping unknown installers into a shell; instead fetch the script, inspect it, or install via a trusted package source. (2) The registry metadata did not declare the required PARALLEL_API_KEY even though the docs ask you to set it — confirm where/how the key will be stored and that the skill will only use it for the Parallel API. If you plan to use this skill: verify the installer contents from https://parallel.ai, obtain an API key from the official site, prefer running the installer in an isolated environment (VM/container) first, and avoid giving this skill access to unrelated credentials or sensitive hosts.
功能分析
Type: OpenClaw Skill Name: parallel-search Version: 1.0.0 The SKILL.md file contains an instruction for installing the `parallel-cli` using `curl -fsSL https://parallel.ai/install.sh | bash`. While presented as a prerequisite for the user, if an AI agent were to interpret this instruction as an executable command (a form of prompt injection), it would lead to remote code execution from an external source (parallel.ai). This `curl | bash` pattern is a high-risk operation, making the skill bundle suspicious due to the potential for arbitrary code execution, even if the intent is to install a legitimate tool.
能力评估
Purpose & Capability
The SKILL.md describes a Parallel.ai search CLI and usage that matches the skill name and description. However, the registry metadata declares no required environment variables or primary credential while the instructions explicitly require a PARALLEL_API_KEY — an inconsistency that should be resolved.
Instruction Scope
Instructions direct the agent/operator to run the parallel-cli and to install it by executing a remote installer (curl https://parallel.ai/install.sh | bash). They also recommend writing results to /tmp and spawning a sub-agent to read those files. The file I/O and sub-agent behavior are reasonable for search results, but the explicit instruction to execute a remote installer and to export an API key broadens the runtime scope beyond just invoking a remote API.
Install Mechanism
No install spec in the registry, but SKILL.md recommends piping a remote install script from https://parallel.ai/install.sh into bash (curl | bash). Download-and-execute from a network host is high-risk because arbitrary code will run locally. The URL is a top-level domain matching the service homepage (parallel.ai), which is expected, but the install method still presents a substantial execution risk and should be reviewed before use.
Credentials
Registry metadata lists no required env vars, yet the SKILL.md instructs users to set PARALLEL_API_KEY=your-key. Requesting a single service API key is proportionate to a search integration, but the mismatch between declared requirements and the instructions is an incoherence that prevents automated permission review and is a practical risk (credential handling expectations unclear).
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no declared persistent system privileges. Autonomous invocation is allowed by default (disable-model-invocation:false), which is normal; this combined with the other concerns increases blast radius but does not by itself indicate excessive privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install parallel-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /parallel-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug parallel-search
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

Parallel Search 是什么?

AI-powered web search via Parallel API. Returns ranked results with LLM-optimized excerpts. Use for up-to-date research, fact-checking, and domain-scoped searching. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1894 次。

如何安装 Parallel Search?

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

Parallel Search 是免费的吗?

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

Parallel Search 支持哪些平台?

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

谁开发了 Parallel Search?

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

💬 留言讨论