← 返回 Skills 市场
liyico

Parallel Thinker

作者 liyico · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
120
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install parallel-thinker
功能描述
Enables simultaneous queries to multiple expert agents for comprehensive, multi-faceted analysis and synthesizes their insights into a unified response.
安全使用建议
This skill appears to do what it claims (parallelize queries to other agents) but has two practical concerns you should consider before installing: 1) Missing declared dependency: the included script calls the 'openclaw' CLI, but the skill metadata does not list that binary as required. Ensure you have the CLI available and understand what credentials it uses (it will likely use your agent/CLI credentials). 2) Data exposure: by default the tool forwards the user's original question to several agents (and then to a synthesizer). If your query contains sensitive information, it will be shared with all invoked agents. Consider limiting the default agent list, requiring explicit user confirmation before contacting multiple agents, or auditing the policies/trustworthiness of the agents named. Recommended actions: ask the author to update metadata to declare the 'openclaw' binary requirement and to document which credentials the CLI will use; test the script in a sandboxed environment; and restrict or review the default agent list if you will send sensitive data.
功能分析
Type: OpenClaw Skill Name: parallel-thinker Version: 1.0.0 The skill is a legitimate utility designed to parallelize queries across multiple specialized agents and synthesize the results. The implementation in `scripts/run.js` uses `child_process.spawn` to interact with the `openclaw` CLI in a standard manner, and the logic aligns perfectly with the documentation in `SKILL.md`. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The skill's purpose is to parallelize queries to specialized agents and synthesize results, and the implementation does that. However, the runtime script invokes the 'openclaw' CLI (spawn('openclaw', ...)) while the skill metadata lists no required binaries. Declaring the 'openclaw' binary (or equivalent) is expected and missing, which is an incoherence between claimed requirements and actual behavior.
Instruction Scope
SKILL.md and scripts/run.js stay within the stated scope: they read a JSON input, call configured agents in parallel using the OpenClaw CLI, then pass responses to a synthesizer agent. There is no attempt to read arbitrary files or env vars. Note: by default the tool forwards the user's query to multiple agents (default list includes strategist, data-analyst, finance, expert-coder, researcher, synthesizer). That behavior is expected for the stated purpose but may broaden who sees the user's data.
Install Mechanism
There is no install spec (instruction-only with a provided script). No remote downloads or package installs are specified, so no high-risk install action is present. The script will be stored on disk as part of the skill, which is expected.
Credentials
The skill declares no environment variables or credentials, yet it relies on the local 'openclaw' CLI to invoke agents. That CLI will typically use system or agent credentials to make calls. The skill does not declare this dependency or the implicit access it will exercise. Additionally, the default behavior forwards queries to multiple agents which may have different privileges or data access — this broad sharing is not reflected in requires.env and should be explicitly called out.
Persistence & Privilege
The skill is not always-enabled, does not request elevated persistence, and does not modify other skills or global agent config. It only executes at invocation, which is appropriate for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install parallel-thinker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /parallel-thinker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
local
元数据
Slug parallel-thinker
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Parallel Thinker 是什么?

Enables simultaneous queries to multiple expert agents for comprehensive, multi-faceted analysis and synthesizes their insights into a unified response. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 Parallel Thinker?

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

Parallel Thinker 是免费的吗?

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

Parallel Thinker 支持哪些平台?

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

谁开发了 Parallel Thinker?

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

💬 留言讨论