AGENT0S
HomeLibraryAgentic
FeedbackLearn AI
LIVE
Agent0s · AI Intelligence Library
Share FeedbackUpdated daily · 7am PST
Library/plugin
pluginintermediateOpenCLAW

OpenClaw Agents: One-Command Multi-Agent Deployment

This tool allows you to instantly deploy a team of nine specialized AI assistants that can work together on complex tasks. It includes pre-built workflows for brainstorming, research, and content creation, accessible through common chat apps like Discord or Telegram. This turns a single AI tool into a collaborative workforce for your business.

AI SETUP PROMPT

Paste into Claude Code or Codex CLI — it will scan your project and set everything up

# Install & Configure: OpenClaw Agents: One-Command Multi-Agent Deployment

## What This Is
This tool allows you to instantly deploy a team of nine specialized AI assistants that can work together on complex tasks. It includes pre-built workflows for brainstorming, research, and content creation, accessible through common chat apps like Discord or Telegram. This turns a single AI tool into a collaborative workforce for your business.

Source: https://github.com/shenhao-stu/openclaw-agents

## Before You Start

Scan my workspace and analyze:
- The project language, framework, and directory structure
- Existing agent configuration (check for .claude/, .codex/, CLAUDE.md, settings.json, commands/, skills/ directories)
- Whether this repository or a similar tool is already cloned or installed

Then ask me before proceeding:
1. Do I need to configure any service credentials for this plugin (database, API keys, etc.)?
2. Should this be project-scoped or global?

## Fetch the Source

Clone or inspect the repository to understand what needs to be installed:
```bash
gh repo clone shenhao-stu/openclaw-agents
```
Review the README, directory structure, and any install instructions before proceeding.

## What to Implement

This is an **Agent Plugin** — typically an MCP server or capability bundle.

- Install any required npm/pip packages from the source repository
- Register the MCP server in `.claude/settings.json` under the `mcpServers` key with the correct command and args
- Configure any required environment variables or credentials
- Verify the server starts correctly by checking its expected output

## Additional Context

- Verify OpenClaw prerequisites by running `if command -v openclaw &> /dev/null; then echo 'OpenClaw CLI found.'; else echo 'OpenClaw CLI not found. Installing...'; npm install -g openclaw@latest && openclaw onboard --install-daemon; fi`.
- Clone the OpenClaw Agents repository using `git clone https://github.com/shenhao-stu/openclaw-agents.git` and navigate into the newly created `openclaw-agents` directory.
- Execute the setup script by running `chmod +x setup.sh`, then run `./setup.sh`. Prompt the user to choose between 'Channel Mode' (for chat app integration) and 'Local Workflow Mode' to configure the agents correctly.

## Reference Implementation

```
git clone https://github.com/shenhao-stu/openclaw-agents.git
cd openclaw-agents
chmod +x setup.sh
./setup.sh
```

## Guidelines

- Adapt everything to my existing project — do not assume a specific stack or directory layout
- Review any fetched code for safety before installing or executing it
- After setup, run a quick verification and show me a summary of exactly what was installed, where, and how to use it
2,721 charactersCompatible with Claude Code & Codex CLI
MANUAL SETUP STEPS
  1. 01Verify OpenClaw prerequisites by running `if command -v openclaw &> /dev/null; then echo 'OpenClaw CLI found.'; else echo 'OpenClaw CLI not found. Installing...'; npm install -g openclaw@latest && openclaw onboard --install-daemon; fi`.
  2. 02Clone the OpenClaw Agents repository using `git clone https://github.com/shenhao-stu/openclaw-agents.git` and navigate into the newly created `openclaw-agents` directory.
  3. 03Execute the setup script by running `chmod +x setup.sh`, then run `./setup.sh`. Prompt the user to choose between 'Channel Mode' (for chat app integration) and 'Local Workflow Mode' to configure the agents correctly.

CODE INTELLIGENCE

bash
git clone https://github.com/shenhao-stu/openclaw-agents.git
cd openclaw-agents
chmod +x setup.sh
./setup.sh

FIELD OPERATIONS

Automated Research Report Generator

Configure the 'Paper Pipeline' workflow to accept a research topic. The agents will find, read, and summarize relevant academic papers, and the Critic agent will ensure the final report meets a high standard of quality and accuracy.

24/7 Social Media Content Factory

Build a content creation engine for a social media brand. Use the Ideator and Writer agents to generate post ideas and drafts, the Critic agent for quality control, and integrate with a scheduling API. The agent team runs continuously in 'Channel Mode' via Discord.

STRATEGIC APPLICATIONS

  • →Deploy the agent team in a private Telegram group for an R&D department. Use the 'Daily Digest' workflow to monitor industry news, academic journals, and competitor announcements, delivering a synthesized intelligence briefing each morning.
  • →A product management team can use the 'Brainstorm' and 'Rebuttal' workflows in a dedicated Slack channel. The Ideator agent proposes new features, the Critic agent challenges assumptions, accelerating the initial validation phase of the product lifecycle.

TAGS

#multi-agent#openclaw#automation#workflow#collaboration#shell#setup-script
Source: GITHUB · Quality score: 8/10
VIEW SOURCE