Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Openclaw Ok Computer Skill

ASecurity

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-L99】. Each sub‑agent performs a DuckDuckGo search for its assigned topic and returns the top results. When all sub‑agents finish, the skill aggregates their findings into a single structured report. Use this skill for broad, multi‑topic research where parallel exploration saves time.

14 stars
0 votes
0 copies
2 views
Added 9/7/2026
researchpythongobashapi

Works with

api

Security Analysis

A100/100

Scanned 9/7/2026

Install to Claude Code

$npx -y skills add modbender/skill-library-mcp --skill openclaw-ok-computer-skill --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Openclaw Ok Computer Skill?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Openclaw Ok Computer Skill
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/modbender-openclaw-ok-computer-skill/badge)](https://www.skillsdirectory.com/skills/modbender-openclaw-ok-computer-skill)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: ok-computer-swarm
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-L99】.  Each
  sub‑agent performs a DuckDuckGo search for its assigned topic and returns the
  top results.  When all sub‑agents finish, the skill aggregates their
  findings into a single structured report.  Use this skill for broad,
  multi‑topic research where parallel exploration saves time.
user-invocable: true
metadata:
  moltbot:
    emoji: "🧠"
    requires:
      bins: ["python"]
    homepage: https://www.grahammiranda.com/
---

# OK Computer Swarm

## Overview

This skill lets OpenClaw emulate the “100 sub‑agents” style of Kimi’s Agent Swarm【453334500861599†L40-L99】.  When you need to research several topics at once, the skill
spins up lightweight sub‑agents that fetch the top web results via DuckDuckGo.  By running these tasks in parallel, the skill reduces overall waiting time and surfaces a diverse set of sources.

## Commands

### `/ok-computer-swarm search`

Run concurrent searches for multiple topics.

**Inputs**

- `query` (string, repeated):  One or more search phrases.  You can provide multiple `query` flags to search many topics at once.  At least one `query` is required.

**Example**

```bash
python scripts/swarm_search.py --query "Agent Swarm" --query "OpenClaw skills"
```

**Output**

The script prints a JSON array where each element corresponds to a search query.  Each element contains the original query and an array of result objects (title and URL).  The format is easy for downstream agents to parse and can be further processed or summarised.

## When to use this skill

Use `ok-computer-swarm` whenever you need to gather high‑level information on multiple topics concurrently.  It is ideal for:

- Broad research tasks that involve several different subjects.
- Generating a starting point for more in‑depth analysis.
- Situations where time is critical and sequential research would be too slow.

## Limitations

- The skill uses DuckDuckGo’s free API; results may be less comprehensive than paid search APIs.
- It performs minimal summarisation.  Consider integrating additional summarisation or reading tools if you need deeper insights.

---

Attribution

modbendermodbender
View sourceMore from modbender →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 8 modes: full research, quick brief, paper review, lit-review, fact-check, three-way literature scan, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report co...

494352 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

813271 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory, coverage-bounded integrity checks, two-stage peer review, and auditable quality-assurance artifacts. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end p...

494351 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →