经 AI Skill Hub 精选评估,openclaw 精选资源合集 获评「强烈推荐」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
专业的OpenClaw资源精选列表,汇总MCP工具、AI智能体框架、自动化脚本和教程文章。为AI开发者、自动化工程师和智能体应用构建者提供完整的开源生态导航和最佳实践参考。
openclaw 精选资源合集 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
专业的OpenClaw资源精选列表,汇总MCP工具、AI智能体框架、自动化脚本和教程文章。为AI开发者、自动化工程师和智能体应用构建者提供完整的开源生态导航和最佳实践参考。
openclaw 精选资源合集 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/SamurAIGPT/awesome-openclaw
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"openclaw-------": {
"command": "npx",
"args": ["-y", "awesome-openclaw"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 openclaw 精选资源合集 执行以下任务... Claude: [自动调用 openclaw 精选资源合集 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"openclaw_______": {
"command": "npx",
"args": ["-y", "awesome-openclaw"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A curated list of OpenClaw resources, tools, skills, tutorials, articles, and community projects — the open-source self-hosted AI agent taking the world by storm.
OpenClaw (formerly Moltbot, originally Clawdbot) is a free and open-source autonomous AI agent created by Peter Steinberger. It runs locally on your machine, connects to 50+ integrations, and lets you chat with AI through WhatsApp, Telegram, Discord, Signal, iMessage, and more — no subscription required.
See also: awesome-hermes-agent — curated resources for Hermes Agent (Nous Research), the most common upgrade path from OpenClaw with a native hermes claw migrate command.
<img width="1536" height="1024" alt="OpenClaw AI agent dashboard — open-source self-hosted personal AI assistant" src="https://github.com/user-attachments/assets/dc60b4c4-18f4-4ebd-a5b9-8294d2e924ab" />
---
```bash
npm install -g openclaw@latest
| Guide | Platform | Description |
|---|---|---|
| [Official Getting Started](https://docs.openclaw.ai/start/getting-started) | All | Official setup guide |
| [Codecademy Tutorial](https://www.codecademy.com/article/open-claw-tutorial-installation-to-first-chat-setup) | All | Installation to first chat |
| [Hostinger Guide](https://www.hostinger.com/tutorials/how-to-set-up-openclaw) | VPS | Private server setup |
| [DigitalOcean One-Click](https://www.digitalocean.com/community/tutorials/how-to-run-openclaw) | Cloud | One-click cloud deployment |
| [LMStudio Setup](https://nwosunneoma.medium.com/how-to-setup-openclaw-with-lmstudio-1960a8046f6b) | Local | Run with local LLM models |
| [Docker Setup](https://habr.com/en/articles/992720/) | Docker | Container deployment |
| [Afternoon Setup Guide](https://amankhan1.substack.com/p/how-to-get-clawdbotmoltbotopenclaw) | All | Quick setup walkthrough |
| [Remote OpenClaw](https://remoteopenclaw.com) | Managed Cloud | Managed OpenClaw hosting on dedicated infrastructure — 12-step security hardening, Tailscale, workflow configuration, dedicated Slack support, 60+ deployment guides |
| [OctoClaw](https://octoclaw.ai) | Managed Cloud | Fully managed EU hosting — zero setup, pre-provisioned phone number, AI starter budget included, GDPR-compliant |
| [SlackClaw](https://slackclaw.ai) | Managed Cloud | Managed OpenClaw hosting for Slack — credit-based pricing, per-channel permissions, audit logging, auto-updates. No per-seat fees. |
| [RapidClaw](https://rapidclaw.dev) | Managed Cloud | Managed OpenClaw hosting for non-technical operators — zero terminal/Docker/SSH setup, deploys in minutes, opinionated defaults. |
| [PrimeClaws](https://primeclaws.com) | Managed Cloud | Managed OpenClaw Hermes VPS hosting — one-click deploy in 60s, free GPT-5.4/Mistral Large 3/Kimi K2.5/Deepseek V3.2 included, auto-restart, SSH access, full privacy. |
---
```bash
openclaw skills install <skill-name>
openclaw plugins install <npm-package> ```
| Project | Stars | Description |
|---|---|---|
| [moltworker](https://github.com/nicepkg/moltworker) | 7.9k | Run OpenClaw on Cloudflare Workers |
| [OneClickClaw](https://oneclickclaw.io) | NEW | Managed OpenClaw on a dedicated EU VPS, one-click deploy. Your AI assistant on Telegram/WhatsApp/Discord, BYOK no markup, auto-updates and backups, hardened, GDPR/EU data residency |
| [OpenClaw Easy](https://openclaw-easy.com) | NEW | Zero-setup OpenClaw desktop app for macOS & Windows. No terminal, no config files — download, launch, and chat via WhatsApp, Telegram, Slack, Discord, Feishu or Line in minutes. Runs 100% locally. |
| [OpenClawInstaller](https://github.com/getinstall/OpenClawInstaller) | 1.3k | One-click deployment tool for OpenClaw |
| [OpenClaw Kit (TurboStarter)](https://www.turbostarter.dev/openclaw) | NEW | Opinionated OpenClaw wrapper starter kit with infrastructure, auth, billing, integrations, dashboard and deployment setup. |
| [openclaw-docker](https://github.com/openclaw/openclaw-docker) | - | Official Docker images and compose files |
| [claw-k8s](https://github.com/cloudnative/claw-k8s) | - | Kubernetes deployment manifests |
| [TeamClaw](https://github.com/ChannelDAO/teamclaw) | NEW | Enterprise AI collaboration platform. Per-user containers, centralized API key pool, team configuration. Self-hosted on AWS ECS/Fargate. Apache 2.0. |
| [MimiClaw](https://github.com/memovai/mimiclaw) | NEW | Run OpenClaw on a $5 ESP32-S3 chip without Linux or Node.js |
| [openclaw-self-healing](https://github.com/Ramsbaby/openclaw-self-healing) | NEW | 4-tier autonomous self-healing system with Claude Code as emergency doctor |
| [claude-discord-bridge](https://github.com/Ramsbaby/claude-discord-bridge) | NEW | Full AI company-in-a-box for Discord — 45 cron tasks, 12 AI teams, RAG memory, self-healing, $0 extra for Claude Max subscribers. Battle-tested 24/7 production system. |
| [OctoClaw](https://octoclaw.ai) | NEW | Fully managed OpenClaw hosting on Hetzner (Germany) — GDPR-compliant, pre-provisioned phone number, AI starter budget on every plan, BYOK. Plans from €19/mo. |
| [SlackClaw](https://slackclaw.ai) | NEW | Managed OpenClaw deployment specifically for Slack workspaces. Credit-based pricing, per-channel agent permissions, built-in security (audit logs, output filtering, DM controls). Setup in minutes. |
| [Silos Dashboard](https://github.com/cheapestinference/silos) | NEW | Open-source (MIT) multi-tenant dashboard for OpenClaw — shared browser session, multi-channel support (WhatsApp, Telegram, Discord, Slack), built-in skills marketplace, Docker one-command deploy, cron jobs, analytics, i18n (en/es/fr/de), dark/light theme. Also available as [managed hosting](https://silosplatform.com) with flat-rate AI inference included. |
| [PhoneClaw](https://github.com/rohanarun/phoneclaw) | NEW | Automate all android phone apps |
| [LightClaw](https://github.com/OthmaneBlial/lightclaw) | NEW | Lightweight OpenClaw-inspired Python agent core: Telegram-first, infinite memory, multi-LLM providers, ClawHub skills, and local agent delegation (codex/claude/opencode). |
| [WaliGPT](https://waligpt.com) | NEW | One-click deployment platform for pre-configured OpenClaw agents. Ships with ready-to-deploy templates for crypto trading, Polymarket betting, Telegram alpha monitoring, Twitter automation, NFT tracking, Discord moderation, and more. Each agent runs on an isolated cloud instance — no DevOps required. |
| [PrimeClaws](https://primeclaws.com) | NEW | Managed OpenClaw Hermes VPS hosting — one-click deploy in 60s, free GPT-5.4/Mistral Large 3/Kimi K2.5/Deepseek V3.2 included, auto-restart on crash, SSH access, full privacy with isolated containers. |
---
openclaw.plugin.json file.js and .ts entry files---
| Project | Stars | Description |
|---|---|---|
| [openclaw-dingtalk](https://github.com/nicepkg/openclaw-dingtalk) | 500+ | DingTalk (钉钉) integration |
| [openclaw-feishu](https://github.com/nicepkg/openclaw-feishu) | 400+ | Feishu/Lark (飞书) integration |
| [openclaw-wechat](https://github.com/nicepkg/openclaw-wechat) | 600+ | WeChat (微信) integration |
| [openclaw-qq](https://github.com/nicepkg/openclaw-qq) | 300+ | QQ integration |
| [openclaw-wework](https://github.com/nicepkg/openclaw-wework) | 200+ | WeCom/企业微信 integration |
| Project | Stars | Description |
|---|---|---|
| [Agent Modes Checker](https://github.com/illbnm/openclaw-agent-modes) | NEW | Self-check framework for AI usage patterns — Captain/Architect/Abdicator decision tree, interactive CLI tool, local model recommendations, Fast Mode guide (v2026.3.12), K8s deployment |
| [FTW](https://github.com/SmokeAlot420/ftw) | NEW | First Try Works — PIV (Plan-Implement-Validate) workflow with independent validation agents |
| [miniclaw-os](https://github.com/augmentedmike/miniclaw-os) | NEW | Batteries-included plugin ecosystem for OpenClaw on Mac mini home servers — includes mc-board (Kanban agent), mc-seo (SEO automation + rank tracking), mc-email (multi-account email), mc-kb (vector knowledge base), mc-designer (AI image generation), mc-human (VNC desktop control), mc-youtube (video pipeline), and more. Turn your Mac mini into a fully autonomous personal AI OS. |
| [claude-code-pro](https://github.com/voidborne-d/claude-code-pro) | NEW | Token-efficient Claude Code workflow — completion callbacks instead of polling, saves 80-97% supervision tokens. Smart dispatch rules. clawhub install claude-code-pro |
| [lambda-lang](https://github.com/voidborne-d/lambda-lang) | NEW | Native agent-to-agent language with 3x character compression vs natural language. 340+ semantic atoms across 7 domains, Go + Python implementations. clawhub install lambda-lang |
| [NoizAI/skills](https://github.com/NoizAI/skills) | NEW | Human-like TTS workflow skills with local/cloud backends, style presets, and voice message delivery scripts. |
| [humanize-chinese](https://github.com/openclaw/skills/tree/main/skills/swaylq/humanize-chinese) | NEW | Detect and humanize AI-generated Chinese text with 6 style transforms and 16 detection patterns. Pure Python, no dependencies. clawhub install humanize-chinese |
OpenClaw is often compared to other autonomous AI agents and self-hosted AI assistants. Here's how it stacks up:
| Agent | Type | Best For |
|---|---|---|
| [OpenClaw](https://openclaw.ai/) | Open Source | Personal AI assistant, chat-driven, 12+ messaging platforms |
| [Manus AI](https://manus.ai/) | Proprietary | General agent framework |
| [OpenManus](https://github.com/openmanus) | Open Source | Open-source Manus AI alternative |
| [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) | Open Source | Autonomous task execution |
| [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) | Open Source | Terminal-based code execution |
| [Claude Code](https://claude.ai/code) | Proprietary | Developer coding assistance |
| [claw-army/claude-node](https://github.com/claw-army/claude-node) | Open Source | Python subprocess bridge for Claude Code CLI, giving Python code direct access to Claude Code native capabilities via stream-json |
| [Jan.ai](https://jan.ai/) | Open Source | Privacy-focused, fully offline |
| [Agent Zero](https://github.com/frdel/agent-zero) | Open Source | Fully local autonomous agent |
| [Hermes Agent](https://github.com/NousResearch/hermes-agent) | Open Source | Self-evolving agent with closed learning loop; 18 messaging platforms, 7 backends — includes a native OpenClaw migration path. See [awesome-hermes-agent](https://github.com/SamurAIGPT/awesome-hermes-agent) |
| [Khoj](https://github.com/khoj-ai/khoj) | Open Source | Open-source personal AI |
| [eesel AI](https://eesel.ai/) | SaaS | Business customer service |
---
What is OpenClaw? OpenClaw is a free, open-source, self-hosted AI agent created by Peter Steinberger (formerly known as Clawdbot and Moltbot). It runs locally on your computer and connects to WhatsApp, Telegram, Discord, and 12+ other messaging platforms.
How is OpenClaw different from ChatGPT? OpenClaw is self-hosted (runs on your own machine), open-source, supports any AI model (including local models via Ollama), and integrates with real-world tools like GitHub, Gmail, and smart home devices. ChatGPT is a cloud service operated by OpenAI.
Does OpenClaw work with local LLMs? Yes. OpenClaw supports Ollama and LM Studio, letting you run models like DeepSeek, Llama, Mistral, and others entirely offline without sending data to any cloud service.
What is the difference between Clawdbot, Moltbot, and OpenClaw? All three names refer to the same project. It started as Clawdbot, was renamed to Moltbot, and eventually became OpenClaw as it went fully open-source.
Is OpenClaw free? Yes. OpenClaw is MIT licensed and completely free to use. You only pay for any AI API calls you make (e.g., OpenAI or Anthropic), or you can run it fully free with local models via Ollama.
How do I install OpenClaw? Run npm install -g openclaw@latest then openclaw onboard to start the setup wizard. See the Installation Guides section for platform-specific guides.
---
aiskill88点评:高质量的开源生态导航资源,汇聚优质工具和最佳实践,对AI智能体开发者具有重要参考价值,社区活跃度良好。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:openclaw 精选资源合集 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | awesome-openclaw |
| 原始描述 | 开源MCP工具:A curated list of OpenClaw resources, tools, skills, tutorials & articles. OpenC。⭐914 |
| Topics | MCP工具AI智能体自动化框架开源生态资源导航 |
| GitHub | https://github.com/SamurAIGPT/awesome-openclaw |
| License | MIT |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端