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/openclawDiscord: discord.gg/openclaw论坛: forum.openclaw.ai总结#开源社区的力量让 OpenClaw 越来越好。