跳转到内容

相关资源链接

这一章整理了OpenClaw相关的资源链接,方便你深入学习。

官方资源

OpenClaw官方

资源地址
官方网站https://openclaw.ai
官方文档https://docs.openclaw.ai
GitHub仓库https://github.com/openclaw/openclaw
更新日志https://github.com/openclaw/openclaw/releases
问题反馈https://github.com/openclaw/openclaw/issues

ClawHub技能市场

资源地址
ClawHub官网https://hub.openclaw.ai
技能搜索https://hub.openclaw.ai/skills
开发者文档https://hub.openclaw.ai/developers
提交技能https://hub.openclaw.ai/submit

社区资源

资源地址
Discord社区https://discord.gg/openclaw
Twitterhttps://twitter.com/openclaw_ai
微信公众号OpenClaw小龙虾
知乎专栏https://zhuanlan.zhihu.com/openclaw

国内镜像与加速

npm镜像

bash
# 使用淘宝镜像
npm config set registry https://registry.npmmirror.com

# 安装OpenClaw
npm install -g @openclaw/cli

GitHub镜像

bash
# 使用Gitee镜像
git clone https://gitee.com/openclaw/openclaw.git

模型API国内加速

提供商国内端点
阿里云百炼https://dashscope.aliyuncs.com
DeepSeekhttps://api.deepseek.com
智谱AIhttps://open.bigmodel.cn

学习资源

官方教程

资源地址
快速开始https://docs.openclaw.ai/quickstart
技能开发指南https://docs.openclaw.ai/skill-development
最佳实践https://docs.openclaw.ai/best-practices
API参考https://docs.openclaw.ai/api-reference

视频教程

平台内容
B站搜索"OpenClaw教程"
YouTubeOpenClaw Official
抖音OpenClaw小龙虾

示例项目

项目地址描述
openclaw-exampleshttps://github.com/openclaw/examples官方示例集合
openclaw-templateshttps://github.com/openclaw/templates常用模板
openclaw-cookbookhttps://github.com/openclaw/cookbook实战案例

相关工具

开发工具

工具地址描述
VS Code插件搜索"OpenClaw"IDE集成
Postman集合https://docs.openclaw.ai/postmanAPI测试
Docker镜像https://hub.docker.com/r/openclaw/openclaw容器部署

监控工具

工具地址描述
SecureClawhttps://github.com/openclaw/secureclaw安全扫描
OpenClaw Exporterhttps://github.com/openclaw/exporterPrometheus集成

集成工具

工具描述
n8n节点工作流自动化集成
Zapier集成自动化流程连接
Make集成无代码自动化

常见问题

官方FAQ

资源地址
常见问题https://docs.openclaw.ai/faq
故障排除https://docs.openclaw.ai/troubleshooting
已知问题https://github.com/openclaw/openclaw/labels/bug

社区支持

渠道适用场景
GitHub Discussions深度技术讨论
Discord实时交流
微信群国内用户交流

贡献指南

参与贡献

资源地址
贡献指南https://github.com/openclaw/openclaw/blob/main/CONTRIBUTING.md
行为准则https://github.com/openclaw/openclaw/blob/main/CODE_OF_CONDUCT.md
开发指南https://docs.openclaw.ai/contributing

技能贡献

资源地址
技能模板https://github.com/openclaw/skill-template
提交指南https://hub.openclaw.ai/submit/guide
审核标准https://hub.openclaw.ai/review-criteria

版本信息

当前版本

bash
openclaw --version
# OpenClaw v1.2.3

版本历史

版本发布日期主要更新
v1.2.02026-03-01RAG支持、多Agent
v1.1.02026-02-01ClawHub集成
v1.0.02026-01-01正式发布

升级指南

bash
# 查看可用更新
openclaw update --check

# 升级到最新版本
npm update -g @openclaw/cli

# 或使用Homebrew
brew upgrade openclaw

如果你发现链接失效或有其他资源推荐,欢迎在GitHub提交Issue或PR。

基于 MIT 许可发布