← 返回 Skills 市场
Ok Computer Swarm
作者
Graham Miranda
· GitHub ↗
· v0.1.0
327
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-ok-computer-skill
功能描述
Spawn multiple sub‑agents to perform concurrent research on a list of topics, inspired by Kimi.com’s OK Computer and Agent Swarm features【453334500861599†L40...
安全使用建议
This skill appears to do exactly what it says: run multiple DuckDuckGo queries concurrently and return JSON. Before installing, verify you are comfortable running third-party Python scripts and that you have/allow the requests dependency. Note minor metadata mismatches (SKILL.md says python is required while the registry summary showed no required binaries, and README references a logo file not present) — these look like documentation/packaging oversights, not malicious behavior. If you need stronger isolation, run the script in a sandbox or virtual environment and inspect network activity; otherwise it is low-risk because it does not request credentials or contact unknown endpoints.
功能分析
Type: OpenClaw Skill
Name: openclaw-ok-computer-skill
Version: 0.1.0
The skill is designed for concurrent DuckDuckGo searches, as described in `SKILL.md` and `README.md`. The `scripts/swarm_search.py` Python script implements this by making HTTP GET requests to `https://api.duckduckgo.com/` using the `requests` library. There is no evidence of malicious intent, such as data exfiltration to unauthorized endpoints, arbitrary command execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. The code's behavior is fully aligned with its stated purpose, and inputs are handled as API parameters, not executed locally.
能力评估
Purpose & Capability
The name/description match the code: the script performs parallel DuckDuckGo searches and aggregates results. Minor metadata inconsistencies: SKILL.md (moltbot metadata) declares a required binary (python) while the Registry 'Requirements' block shown at the top lists no required binaries; README references a logo file (3000logo.png) that is not present in the provided file list. These are bookkeeping mismatches rather than functional surprises.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script which only performs HTTP requests to DuckDuckGo and prints structured JSON to stdout. The runtime instructions do not request unrelated files, credentials, or external endpoints beyond the DuckDuckGo API.
Install Mechanism
No install spec is provided (instruction-only skill). The repo includes a minimal requirements.txt (requests>=2.31.0). There are no downloads from third‑party URLs or extracted archives — low install risk.
Credentials
The skill requires no environment variables or credentials and the code does not read any secrets. The only implied runtime requirement is Python and the requests library (declared in requirements.txt / SKILL.md); this is proportional to its purpose.
Persistence & Privilege
The skill is not always-enabled (always: false), is user-invocable, and does not request persistent system changes or modify other skills. Autonomous invocation is allowed (platform default) but not combined with broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-ok-computer-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-ok-computer-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of ok-computer-swarm: concurrent research assistant inspired by Kimi.com’s OK Computer and Agent Swarm.
- Enables spawning multiple sub-agents to perform parallel DuckDuckGo searches on a list of topics.
- Aggregates top search results for each topic into a structured, JSON-formatted report.
- Command-line interface for specifying multiple queries in one run.
- Ideal for quickly gathering high-level information across many subjects.
元数据
常见问题
Ok Computer Swarm 是什么?
Spawn multiple sub‑agents to perform concurrent research on a list of topics, inspired by Kimi.com’s OK Computer and Agent Swarm features【453334500861599†L40... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 327 次。
如何安装 Ok Computer Swarm?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-ok-computer-skill」即可一键安装,无需额外配置。
Ok Computer Swarm 是免费的吗?
是的,Ok Computer Swarm 完全免费(开源免费),可自由下载、安装和使用。
Ok Computer Swarm 支持哪些平台?
Ok Computer Swarm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ok Computer Swarm?
由 Graham Miranda(@grahammiranda13)开发并维护,当前版本 v0.1.0。
推荐 Skills