Install
openclaw skills install git-monitor通用 Git 项目监控工具。支持 GitHub、GitLab、Gitee 等所有 Git 平台。可以添加、删除、检查任意 Git 仓库的更新,自动拉取代码并生成变更摘要。当用户询问"监控项目"、"检查更新"、"添加仓库"、"代码有什么变化"、"拉取最新代码"、"仓库更新通知"、"自动同步代码"、"追踪项目变更"时...
openclaw skills install git-monitor自动监控 Git 项目更新(支持 GitHub、GitLab、Gitee 等所有 Git 平台),拉取最新代码并生成变更摘要。
clawhub install git-monitor
直接在对话中说:
"监控 GitHub 项目 anthropics/skills"
说:"设置定时检查,每6小时一次"
然后就完事了!有代码更新会自动推送到你的飞书/当前聊天窗口。
监控 GitHub 项目 anthropics/skills
监控 https://github.com/openai/openai-python
监控 GitLab 项目 gitlab-org/gitlab
监控 Gitee 项目 openharmony/docs
查看监控列表
列出所有监控的仓库
检查所有更新
检查 anthropics/skills 的更新
删除监控 anthropics/skills
设置定时检查,每1小时一次
关闭定时检查
如果你的 OpenClaw 已经配置了飞书机器人,自动读取,无需任何操作。
技能会级联读取飞书凭证,优先级:
FEISHU_APP_ID / FEISHU_APP_SECRET / FEISHU_CHAT_ID~/.openclaw/openclaw.json 中的飞书配置# 环境变量方式
export FEISHU_APP_ID="cli_xxx"
export FEISHU_APP_SECRET="xxx"
export FEISHU_CHAT_ID="ou_xxx"
或在 OpenClaw 配置中添加:
"feishu": {
"appId": "cli_xxx",
"appSecret": "xxx",
"chatId": "ou_xxx"
}
im:chat:read:chat_id 和 im:message:send_as_botcd ~/.openclaw/workspace/skills/git-monitor
# 添加仓库
node helper.js add https://github.com/owner/repo
# 查看列表
node helper.js list
# 检查更新
node helper.js check
# 删除仓库
node helper.js remove owner/repo