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

Awesome OpenClaw Agents: 170+ Production-Ready Templates

This is a massive library containing over 170 pre-built AI agent templates for the OpenClaw framework, covering categories from productivity and development to marketing and finance. It allows you to quickly deploy a specialized AI assistant by copying a configuration file, saving significant development time.

AI SETUP PROMPT

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

# Install & Configure: Awesome OpenClaw Agents: 170+ Production-Ready Templates

## What This Is
This is a massive library containing over 170 pre-built AI agent templates for the OpenClaw framework, covering categories from productivity and development to marketing and finance. It allows you to quickly deploy a specialized AI assistant by copying a configuration file, saving significant development time.

Source: https://github.com/mergisi/awesome-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 mergisi/awesome-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

- Clone the repository: `git clone https://github.com/mergisi/awesome-openclaw-agents.git`.
- Analyze the `agents/` directory tree to identify a `SOUL.md` template that matches the user's specified goal (e.g., productivity, development, data analysis).
- Copy the chosen `SOUL.md` file to the user's active OpenClaw project directory and register it with the framework by executing the appropriate `openclaw agents add` command.

## Reference Implementation

```
```bash
# Quick start with any template
git clone https://github.com/mergisi/awesome-openclaw-agents.git
cd awesome-openclaw-agents/quickstart
npm install && cp ../agents/productivity/orion/SOUL.md ./SOUL.md
node bot.js
```
```

## 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,613 charactersCompatible with Claude Code & Codex CLI
MANUAL SETUP STEPS
  1. 01Clone the repository: `git clone https://github.com/mergisi/awesome-openclaw-agents.git`.
  2. 02Analyze the `agents/` directory tree to identify a `SOUL.md` template that matches the user's specified goal (e.g., productivity, development, data analysis).
  3. 03Copy the chosen `SOUL.md` file to the user's active OpenClaw project directory and register it with the framework by executing the appropriate `openclaw agents add` command.

CODE INTELLIGENCE

bash
```bash
# Quick start with any template
git clone https://github.com/mergisi/awesome-openclaw-agents.git
cd awesome-openclaw-agents/quickstart
npm install && cp ../agents/productivity/orion/SOUL.md ./SOUL.md
node bot.js
```

FIELD OPERATIONS

Automated CI/CD Code Reviewer

Integrate a 'Development' agent from the collection into a Git pre-push hook or GitHub Actions workflow. Configure its SOUL.md to enforce project-specific coding standards, automatically analyze committed code for bugs, and provide refactoring suggestions as comments on a pull request.

Dynamic Marketing Content Engine

Combine a 'Marketing' agent template with a 'Creative' one. The first agent monitors RSS feeds and social media for trending topics in a specific industry. It then prepares a content brief and hands it off to the second agent, which drafts a blog post and social media updates based on the brief.

STRATEGIC APPLICATIONS

  • →A digital marketing agency can deploy multiple 'Marketing' and 'SaaS' agent templates to create a client dashboard. Each agent is tasked with monitoring a specific client's KPIs (e.g., ad spend, website traffic, social media engagement) and generating a summarized weekly performance report, automating a previously manual and time-consuming task.
  • →A logistics company uses a 'Supply Chain' agent to monitor shipment data from multiple carriers. The agent's `SOUL.md` is configured to track ETAs, flag potential delays, and automatically notify the relevant account manager and customer when a shipment is at risk of missing its delivery window.

TAGS

#openclaw#agents#templates#SOUL.md#automation#productivity#development#collection
Source: GITHUB · Quality score: 8/10
VIEW SOURCE