← Back to Skills Marketplace
grahammiranda13

Ok Computer Swarm

by Graham Miranda · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
327
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-ok-computer-skill
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-ok-computer-skill
  3. After installation, invoke the skill by name or use /openclaw-ok-computer-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-ok-computer-skill
Version 0.1.0
License
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 327 downloads so far.

How do I install Ok Computer Swarm?

Run "/install openclaw-ok-computer-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ok Computer Swarm free?

Yes, Ok Computer Swarm is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ok Computer Swarm support?

Ok Computer Swarm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ok Computer Swarm?

It is built and maintained by Graham Miranda (@grahammiranda13); the current version is v0.1.0.

💬 Comments