经 AI Skill Hub 精选评估,openclaw AI技能包 获评「强烈推荐」。在 GitHub 上收获超过 371.3k 颗 Star,这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
跨平台开源个人AI助手,支持任何操作系统和平台部署。提供开箱即用的AI助手功能,强调易安装、高可用性。适合需要本地化AI助手、隐私优先的个人用户和开发者。
openclaw AI技能包 是一款基于 TypeScript 开发的开源工具,专注于 AI助手、跨平台、开源 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
跨平台开源个人AI助手,支持任何操作系统和平台部署。提供开箱即用的AI助手功能,强调易安装、高可用性。适合需要本地化AI助手、隐私优先的个人用户和开发者。
openclaw AI技能包 是一款基于 TypeScript 开发的开源工具,专注于 AI助手、跨平台、开源 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g openclaw # 方式二:npx 直接运行(无需安装) npx openclaw --help # 方式三:项目依赖安装 npm install openclaw # 方式四:从源码运行 git clone https://github.com/openclaw/openclaw cd openclaw npm install npm start
# 命令行使用
openclaw --help
# 基本用法
openclaw [options] <input>
# Node.js 代码中使用
const openclaw = require('openclaw');
const result = await openclaw.run(options);
console.log(result);
# openclaw 配置说明 # 查看配置选项 openclaw --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OPENCLAW_CONFIG="/path/to/config.yml"
<p align="center"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-logo-text-dark.svg"> <img src="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-logo-text.svg" alt="OpenClaw" width="500"> </picture> </p>
<p align="center"> <strong>EXFOLIATE! EXFOLIATE!</strong> </p>
<p align="center"> <a href="https://github.com/openclaw/openclaw/actions/workflows/ci.yml?branch=main"><img src="https://img.shields.io/github/actions/workflow/status/openclaw/openclaw/ci.yml?branch=main&style=for-the-badge" alt="CI status"></a> <a href="https://github.com/openclaw/openclaw/releases"><img src="https://img.shields.io/github/v/release/openclaw/openclaw?include_prereleases&style=for-the-badge" alt="GitHub release"></a> <a href="https://discord.gg/clawd"><img src="https://img.shields.io/discord/1456350064065904867?label=Discord&logo=discord&logoColor=white&color=5865F2&style=for-the-badge" alt="Discord"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="MIT License"></a> </p>
OpenClaw is a personal AI assistant you run on your own devices. It answers you on the channels you already use. It can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane — the product is the assistant.
If you want a personal, single-user assistant that feels local, fast, and always-on, this is it.
Supported channels include: WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, IRC, Microsoft Teams, Matrix, Feishu, LINE, Mattermost, Nextcloud Talk, Nostr, Synology Chat, Tlon, Twitch, Zalo, Zalo Personal, WeChat, QQ, WebChat.
Website · Docs · Vision · DeepWiki · Getting Started · Updating · Showcase · FAQ · Onboarding · Nix · Docker · Discord
New install? Start here: Getting started
Preferred setup: run openclaw onboard in your terminal. OpenClaw Onboard guides you step by step through setting up the gateway, workspace, channels, and skills. It is the recommended CLI setup path and works on macOS, Linux, and Windows (via WSL2; strongly recommended). Works with npm, pnpm, or bun.
Runtime: Node 24 (recommended) or Node 22.19+.
```bash npm install -g openclaw@latest
pnpm ui:build
Runtime: Node 24 (recommended) or Node 22.19+.
Full beginner guide (auth, pairing, channels): Getting started
Recommended daemon mode:
openclaw onboard --install-daemon
openclaw gateway status
Foreground/debug mode:
openclaw gateway stop
openclaw gateway --port 18789 --verbose
Send a test message or ask the assistant after either startup mode is running:
```bash
openclaw agent --message "Ship checklist" --thinking high ```
Upgrading? Updating guide (and run openclaw doctor).
Models config + CLI: Models. Auth profile rotation + fallbacks: Model failover.
The Gateway alone delivers a great experience. All apps are optional and add extra features.
If you plan to build/run companion apps, follow the platform runbooks below.
Note: signed builds required for macOS permissions to stick across rebuilds (see macOS Permissions).
openclaw nodes ….Runbook: iOS connect.
openclaw devices ...).pnpm openclaw setup
pnpm gateway:watch
If you need a built `dist/` from the checkout (for Node, packaging, or release validation), run:
bash pnpm build pnpm ui:build ```
pnpm openclaw setup writes the local config/workspace needed for pnpm gateway:watch. It is safe to re-run, but you normally only need it on first setup or after resetting local state. pnpm gateway:watch does not rebuild dist/control-ui, so rerun pnpm ui:build after ui/ changes or use pnpm ui:dev when iterating on the Control UI. If you want this checkout to run onboarding directly, use pnpm openclaw onboard --install-daemon.
Note: pnpm openclaw ... runs TypeScript directly (via tsx). pnpm build produces dist/ for running via Node / the packaged openclaw binary, while pnpm gateway:watch rebuilds the runtime on demand during the dev loop.
Minimal ~/.openclaw/openclaw.json (model + defaults):
{
agent: {
model: "<provider>/<model-id>",
},
}
高人气开源AI助手项目,37万星标体现社区认可度。TypeScript实现保证跨平台兼容性,"开源"和"易安装"定位清晰。需关注项目维护活跃度。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:openclaw AI技能包 的核心功能完整,质量优秀。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | openclaw |
| 原始描述 | 开源AI工具:Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 。⭐371.3k · TypeScript |
| Topics | AI助手跨平台开源本地部署个人助手 |
| GitHub | https://github.com/openclaw/openclaw |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。