Expert 安装
把这句话发给你的 Agent——它会自动完成安装、配置和验证。
支持 OpenClaw、Claude Code、Telegram、飞书及任何 Agent 界面。你的 Agent 会读取 dev-expert-cn.md 并按照其中的步骤完成配置。
对话,让它处理
安装完成后,可以对你的 Agent 说这些:
通过 gh CLI 查看 PR、处理 I…
- › "检查我的 PR 有没有需要处理的 review"
- › "创建一个 issue:登录页面在 Safari 崩溃"
- › "当前分支的 CI 状态怎么样?"
把 GitHub 事件和开发进展同步到飞…
- › "把这个 PR 合并的消息发到飞书 #engineering 群"
- › "今天有哪些飞书消息和开发相关?"
把重构、代码审查、迁移脚本等任务委托给 …
- › "把这个重构任务交给 coding agent 处理"
- › "让 Codex 检查这个函数的边界情况"
▶ 查看配置文件 dev-expert-cn.md
开发者助理(中文团队)
Agentic setup file — share this URL with your agent and it will set everything up for you:
https://clawhub.md/expert/dev-expert-cn.md
Goal: 中文团队开发提效
What you'll have: 用 Agent 管理 GitHub PR 和 Issue,同步进展到飞书,把重复性编码任务交给 AI——无需离开终端。
Step 1: Install
clawhub install openclaw/github openclaw/feishu openclaw/coding-agent
Step 2: Configure
Each skill may need credentials or auth before it can act on your behalf.
openclaw/github
通过 gh CLI 查看 PR、处理 Issue、检查 CI 状态,不用打开浏览器。
- Authenticate with the GitHub CLI: run
gh auth loginand follow the prompts - Choose HTTPS or SSH, then log in via browser — no extra tokens needed
- The skill uses
ghunder the hood, so all your existing GitHub access applies
openclaw/feishu
把 GitHub 事件和开发进展同步到飞书群,让团队实时了解项目状态。
- Create a Feishu custom app at https://open.feishu.cn/app → get App ID and App Secret
- Set environment variables:
FEISHU_APP_IDandFEISHU_APP_SECRET - Grant the app permissions: im:message:readonly, docx:document:readonly, calendar:calendar:readonly
openclaw/coding-agent
把重构、代码审查、迁移脚本等任务委托给 coding agent,自己专注更重要的事。
- Ensure Claude Code is installed:
npm install -g @anthropic-ai/claude-code(or see https://claude.ai/code) - Optional — for Codex delegation:
npm install -g @openai/codexthencodex login - No extra environment variables needed if Claude Code is already working in your session
Step 3: Try it
After setup, say these to your agent to verify everything works:
openclaw/github
- "检查我的 PR 有没有需要处理的 review"
- "创建一个 issue:登录页面在 Safari 崩溃"
- "当前分支的 CI 状态怎么样?"
openclaw/feishu
- "把这个 PR 合并的消息发到飞书 #engineering 群"
- "今天有哪些飞书消息和开发相关?"
openclaw/coding-agent
- "把这个重构任务交给 coding agent 处理"
- "让 Codex 检查这个函数的边界情况"
开发者助理(中文团队) · clawhub.md/expert/dev-expert-cn