OpenClaw 社区参与:成为贡献者

··
OpenClaw 技术团队
专注于 OpenClaw 小龙虾框架的技术研究与分享

参与方式
#

  • 提交 Bug 报告
  • 贡献代码
  • 开发技能
  • 编写文档
  • 回答问题

贡献技能
#

1
2
3
4
5
6
7
8
9
# Fork 仓库
git clone https://github.com/yourname/skill-name.git

# 开发技能
cd skill-name
npm init

# 提交到技能市场
openclaw skills publish

技能规范
#

1
2
3
4
5
6
7
# skill.yaml
name: my-skill
version: 1.0.0
author: yourname
license: MIT
description: "技能描述"
tags: ["productivity", "tools"]

代码贡献
#

1
2
3
4
5
6
7
8
# Fork & Clone
git clone https://github.com/yourname/openclaw.git

# 创建分支
git checkout -b feature/my-feature

# 提交 PR
git push origin feature/my-feature

社区资源
#

  • GitHub: github.com/openclaw
  • Discord: discord.gg/openclaw
  • 论坛: forum.openclaw.ai

总结
#

开源社区的力量让 OpenClaw 越来越好。