About Awesome Openclaw Agent Packs
Awesome Openclaw Agent Packs is an MCP server in the Science category: 30 ready-to-deploy OpenClaw agent packs — Sales, Engineering, Marketing, Legal, Finance, Customer Support, and more. It has been installed 0 times through Conduid.
Install
git clone https://github.com/clawpod-app/awesome-openclaw-agent-packsThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Awesome Openclaw Agent Packs
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
English | 中文 | 日本語 | Español | Deutsch
Awesome OpenClaw Agent Packs
Pre-configured AI agent packs for OpenClaw. Pick a role, deploy in 30 seconds.
:rocket: Browse all packs | :zap: Deploy in 30 seconds | :book: What is OpenClaw?
Contents
- Available Packs
- Why OpenClaw?
- Quick Start
- How Skills Work
- Tutorials & Guides
- Contributing
- Attribution
- License
Available Packs
Each pack turns a generic OpenClaw agent into a specialized team member. Every pack includes 6 definition files (SOUL.md, AGENTS.md, HEARTBEAT.md, TOOLS.md, MEMORY.md, README.md) plus a full skills/ directory.
| Pack | Skills | When to Use | Deploy |
|---|---|---|---|
| :briefcase: Sales Co-Pilot | 9 | Prospect research, call prep, outreach drafting, pipeline reviews | |
| :wrench: Engineering Co-Pilot | 10 | Standups, code reviews, incident response, architecture decisions | |
| :bar_chart: Data Analyst | 10 | SQL queries, dashboards, data quality checks, ad-hoc analysis | |
| :mega: Marketing Strategist | 8 | Campaign planning, content calendars, SEO briefs, competitor analysis | |
| :scales: Legal Analyst | 9 | Contract review, compliance checks, risk assessments, policy drafting | |
| :moneybag: Finance Analyst | 8 | Financial modeling, expense tracking, budget forecasts, audit prep | |
| :clipboard: Product Manager | 8 | PRDs, sprint planning, user story writing, feature prioritization | |
| :people_holding_hands: HR Partner | 9 | Hiring workflows, onboarding checklists, policy Q&A, performance reviews | |
| :headphones: Customer Support | 5 | Ticket triage, FAQ answers, escalation handling, satisfaction tracking | |
| :art: Design Partner | 7 | Design critiques, UX audits, style guide enforcement, wireframe feedback | |
| :gear: Operations Manager | 9 | Process optimization, vendor management, SOP drafting, KPI tracking |
Community-Sourced Packs
The following packs are curated from high-quality MIT-licensed community repos, with full attribution.
| Pack | Skills | When to Use | Source | Deploy |
|---|---|---|---|---|
| :rocket: DevOps Guardian | 3 | CI/CD monitoring, deploy rollbacks, incident response, infrastructure audits | awesome-openclaw-agents | |
| :pencil2: Copywriter | 3 | Ad copy, landing pages, email campaigns, brand voice consistency | awesome-openclaw-agents | |
| :mortar_board: Education Tutor | 2 | Personalized tutoring, quiz generation, learning plans, study guides | awesome-openclaw-agents | |
| :house: Personal Assistant | 2 | Daily planning, reminders, travel research, life admin tasks | awesome-openclaw-agents | |
| :shopping_cart: E-Commerce Manager | 3 | Pricing optimization, inventory tracking, review management | awesome-openclaw-agents | |
| :shield: Security Analyst | 3 | Threat monitoring, vulnerability scanning, compliance audits | awesome-openclaw-agents | |
| :mag: Recruiter | 2 | Candidate sourcing, resume screening, interview scheduling | awesome-openclaw-agents | |
| :chart_with_upwards_trend: SEO Specialist | 3 | Keyword research, content optimization, technical SEO audits, rank tracking | awesome-openclaw-agents | |
| :speech_balloon: Social Media Manager | 3 | Content scheduling, engagement tracking, trend monitoring, community replies | awesome-openclaw-agents | |
| :bulb: Startup Advisor | 2 | Market validation, pitch deck feedback, fundraising strategy, competitive analysis | awesome-openclaw-agents | |
| :microscope: Researcher | 2 | Deep research, source verification, literature review, competitive intelligence | openclaw-multi-agent-kit | |
| :seedling: Growth Hacker | 2 | Growth experiments, funnel optimization, A/B test analysis, viral loops | openclaw-multi-agent-kit | |
| :wave: Community Manager | 2 | Discord/forum moderation, community engagement, user feedback synthesis | openclaw-multi-agent-kit | |
| :movie_camera: Content Creator | 2 | Blog posts, newsletters, social threads, content repurposing | openclaw-multi-agent-kit | |
| :white_check_mark: QA Engineer | 2 | Test planning, bug triage, regression testing, quality gates | openclaw-multi-agent-kit | |
| :fountain_pen: Writing Assistant | 2 | Long-form writing, editing, style consistency, tone adaptation | openclaw-agents | |
| :mag_right: Code Reviewer | 2 | PR reviews, code quality checks, security scanning, style enforcement | openclaw-agents | |
| :zap: Idea Generator | 2 | Brainstorming, concept validation, lateral thinking, innovation workshops | openclaw-agents | |
| :calendar: Project Planner | 2 | Project timelines, task breakdown, milestone tracking, dependency mapping | openclaw-agents |
Don't see your role? Request a pack :arrow_right:
Why OpenClaw?
| Feature | ChatGPT | Copilot | OpenClaw + ClawPod |
|---|---|---|---|
| Self-hosted | :x: | :x: | :white_check_mark: |
| Custom skills | :x: | Limited | :white_check_mark: Unlimited |
| Messaging platforms | Web only | IDE | Telegram, Discord, WhatsApp, Slack |
| Monthly cost | $20/user | $10/user | $29.9 flat |
| Your data stays yours | :x: | :x: | :white_check_mark: |
OpenClaw is an open-source AI agent framework. ClawPod handles hosting, so you get a production agent without managing infrastructure.
Quick Start
Option A: One-Click Deploy (recommended)
- Pick a pack from the table above and click Deploy
- Enter your bot token (Telegram, Discord, or other platform)
- Your agent is live in 30 seconds at clawpod.app
No Docker, no VPS, no configuration files.
Option B: Self-Host with OpenClaw
git clone https://github.com/clawpod-app/awesome-openclaw-agent-packs.git
cp -r awesome-openclaw-agent-packs/packs/sales/* ~/.openclaw/workspace/
openclaw gateway restart
Your agent reads SOUL.md on startup, loads skills from skills/, and starts working.
Option C: Manual Setup
- Copy any pack to your OpenClaw workspace directory
- Configure API keys and MCP tools per
TOOLS.md - Restart your agent
How Skills Work
Skills are text-based workflow guides, not executable scripts. When a user asks "research Acme Corp", the agent:
- Reads
skills/account-research/SKILL.md - Follows the step-by-step workflow defined inside
- Uses available tools (web search, MCP connectors) to execute
- Returns structured output
Skills work standalone with web search. They get better when you connect MCP tools (CRM, email, calendar), but they're fully functional without them.
packs/sales/
├── SOUL.md # Who the agent is (personality, values, communication style)
├── AGENTS.md # What it does on startup, available skills, workflows
├── HEARTBEAT.md # Scheduled tasks (daily briefings, weekly pipeline reviews)
├── TOOLS.md # Connected tools and MCP configuration
├── MEMORY.md # How the agent remembers context across sessions
├── README.md # Setup guide
└── skills/ # 9 skill workflows
├── account-research/ → Research any company or prospect
├── call-prep/ → Prepare for sales calls with context
├── draft-outreach/ → Personalized email & LinkedIn messages
├── pipeline-review/ → Analyze deal health and flag risks
├── forecast/ → Weighted revenue projections
└── ... → + 4 more
Tutorials & Guides
- What is OpenClaw? — Overview of the OpenClaw framework and how it works
- How to Install OpenClaw — Step-by-step installation guide
- OpenClaw VPS Hosting Compared — Self-host vs managed hosting options
- Cut OpenClaw Token Costs — Reduce LLM spend without sacrificing quality
- OpenClaw Browser Automation Guide — Automate web tasks with your agent
- OpenClaw Security Guide — Hardening and best practices
- Discord Bot Setup Guide — Deploy your agent to Discord
- OpenClaw Multi-Agent Teams — Coordinate multiple agents together
- OpenClaw Real-World Use Cases — How teams are using OpenClaw in production
- OpenClaw vs n8n vs Make — Feature comparison with automation platforms
Contributing
We welcome new packs and improvements to existing ones. See CONTRIBUTING.md for the full guide.
Quick version:
- All 6 core files required:
SOUL.md,AGENTS.md,HEARTBEAT.md,TOOLS.md,MEMORY.md,README.md - At least one skill with a complete
SKILL.mdworkflow - Tested on a real OpenClaw or ClawPod instance
- README includes setup steps and example conversations
- Submit a new pack — Open a PR with your pack
- Request a pack — Describe the role you need
- Report an issue — Found a bug or have feedback
Attribution
Core packs (11) adapted from Anthropic's Knowledge Work Plugins (Apache-2.0). See NOTICE for details.
Community-sourced packs inspired by:
- mergisi/awesome-openclaw-agents (MIT) — 10 packs
- raulvidis/openclaw-multi-agent-kit (MIT) — 5 packs
- shenhao-stu/openclaw-agents (MIT) — 4 packs
License
MIT. Knowledge Work skills are derived from Anthropic's Apache-2.0 licensed work. See LICENSE.
Built by ClawPod — Deploy your AI agent on Telegram or Discord in 30 seconds. $29.9/mo, everything included.
README mirrored from the source repository 5 months ago. The original is authoritative.