1. Conduid
  2. Science
  3. Awesome Openclaw Agent Packs
MCP server · Science

Awesome Openclaw Agent Packs

30 ready-to-deploy OpenClaw agent packs — Sales, Engineering, Marketing, Legal, Finance, Customer Support, and more

39Low

Scored 5 months ago · breakdown

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

Clone
git clone https://github.com/clawpod-app/awesome-openclaw-agent-packs

This 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

I know everything about Awesome Openclaw Agent Packs. Ask me about installation, configuration, usage, or troubleshooting.

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

Awesome GitHub stars PRs Welcome Packs Skills

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

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 Deploy
:wrench: Engineering Co-Pilot 10 Standups, code reviews, incident response, architecture decisions Deploy
:bar_chart: Data Analyst 10 SQL queries, dashboards, data quality checks, ad-hoc analysis Deploy
:mega: Marketing Strategist 8 Campaign planning, content calendars, SEO briefs, competitor analysis Deploy
:scales: Legal Analyst 9 Contract review, compliance checks, risk assessments, policy drafting Deploy
:moneybag: Finance Analyst 8 Financial modeling, expense tracking, budget forecasts, audit prep Deploy
:clipboard: Product Manager 8 PRDs, sprint planning, user story writing, feature prioritization Deploy
:people_holding_hands: HR Partner 9 Hiring workflows, onboarding checklists, policy Q&A, performance reviews Deploy
:headphones: Customer Support 5 Ticket triage, FAQ answers, escalation handling, satisfaction tracking Deploy
:art: Design Partner 7 Design critiques, UX audits, style guide enforcement, wireframe feedback Deploy
:gear: Operations Manager 9 Process optimization, vendor management, SOP drafting, KPI tracking Deploy

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 Deploy
:pencil2: Copywriter 3 Ad copy, landing pages, email campaigns, brand voice consistency awesome-openclaw-agents Deploy
:mortar_board: Education Tutor 2 Personalized tutoring, quiz generation, learning plans, study guides awesome-openclaw-agents Deploy
:house: Personal Assistant 2 Daily planning, reminders, travel research, life admin tasks awesome-openclaw-agents Deploy
:shopping_cart: E-Commerce Manager 3 Pricing optimization, inventory tracking, review management awesome-openclaw-agents Deploy
:shield: Security Analyst 3 Threat monitoring, vulnerability scanning, compliance audits awesome-openclaw-agents Deploy
:mag: Recruiter 2 Candidate sourcing, resume screening, interview scheduling awesome-openclaw-agents Deploy
:chart_with_upwards_trend: SEO Specialist 3 Keyword research, content optimization, technical SEO audits, rank tracking awesome-openclaw-agents Deploy
:speech_balloon: Social Media Manager 3 Content scheduling, engagement tracking, trend monitoring, community replies awesome-openclaw-agents Deploy
:bulb: Startup Advisor 2 Market validation, pitch deck feedback, fundraising strategy, competitive analysis awesome-openclaw-agents Deploy
:microscope: Researcher 2 Deep research, source verification, literature review, competitive intelligence openclaw-multi-agent-kit Deploy
:seedling: Growth Hacker 2 Growth experiments, funnel optimization, A/B test analysis, viral loops openclaw-multi-agent-kit Deploy
:wave: Community Manager 2 Discord/forum moderation, community engagement, user feedback synthesis openclaw-multi-agent-kit Deploy
:movie_camera: Content Creator 2 Blog posts, newsletters, social threads, content repurposing openclaw-multi-agent-kit Deploy
:white_check_mark: QA Engineer 2 Test planning, bug triage, regression testing, quality gates openclaw-multi-agent-kit Deploy
:fountain_pen: Writing Assistant 2 Long-form writing, editing, style consistency, tone adaptation openclaw-agents Deploy
:mag_right: Code Reviewer 2 PR reviews, code quality checks, security scanning, style enforcement openclaw-agents Deploy
:zap: Idea Generator 2 Brainstorming, concept validation, lateral thinking, innovation workshops openclaw-agents Deploy
:calendar: Project Planner 2 Project timelines, task breakdown, milestone tracking, dependency mapping openclaw-agents Deploy

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)

  1. Pick a pack from the table above and click Deploy
  2. Enter your bot token (Telegram, Discord, or other platform)
  3. 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

  1. Copy any pack to your OpenClaw workspace directory
  2. Configure API keys and MCP tools per TOOLS.md
  3. Restart your agent

How Skills Work

Skills are text-based workflow guides, not executable scripts. When a user asks "research Acme Corp", the agent:

  1. Reads skills/account-research/SKILL.md
  2. Follows the step-by-step workflow defined inside
  3. Uses available tools (web search, MCP connectors) to execute
  4. 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


Contributing

We welcome new packs and improvements to existing ones. See CONTRIBUTING.md for the full guide.

Quick version:

  1. All 6 core files required: SOUL.md, AGENTS.md, HEARTBEAT.md, TOOLS.md, MEMORY.md, README.md
  2. At least one skill with a complete SKILL.md workflow
  3. Tested on a real OpenClaw or ClawPod instance
  4. README includes setup steps and example conversations

Attribution

Core packs (11) adapted from Anthropic's Knowledge Work Plugins (Apache-2.0). See NOTICE for details.

Community-sourced packs inspired by:

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.

Questions

About Awesome Openclaw Agent Packs

How do I install Awesome Openclaw Agent Packs?

Run git clone https://github.com/clawpod-app/awesome-openclaw-agent-packs, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Awesome Openclaw Agent Packs safe to use with an AI agent?

Its trust score is 39 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Awesome Openclaw Agent Packs still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.