用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill upstream-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | upstream-check |
| description | Check upstream PR and discussion for new activity. Faster than waiting for nightly github-feed. |
| version | 1.0.0 |
| author | repo-man |
| tags | ["github","upstream","monitoring"] |
Quick check for new activity on our upstream contributions (PR #30996, Discussion #30991). Returns new comments, reviews, state changes since last check.
/upstream-check command (user-invocable)/home/node/.openclaw/scripts/upstream-check.sh
If hasActivity is true, post a yellow card:
{
"action": "send",
"channel": "discord",
"channelId": "<ops-github from registry>",
"components": {
"container": { "accentColor": 16776960 },
"text": "<formatted>"
}
}
Template — new comments:
**upstream** openclaw/openclaw#30996
🔔 2 new comments, 1 review since last check
**@maintainer** (review): "Looks good, minor suggestion..."
**@user123** (comment): "Have you considered..."
→ https://github.com/openclaw/openclaw/pull/30996
Template — state change:
**upstream** openclaw/openclaw#30996
✅ PR merged!
→ https://github.com/openclaw/openclaw/pull/30996
Template — discussion reply:
**upstream** openclaw/openclaw#30991 (discussion)
🔔 1 new reply
**@contributor**: "This is a great idea..."
→ https://github.com/openclaw/openclaw/discussions/30991
+ N more...→If hasActivity is false, skip silently. The script handles cursor updates.
When run via /upstream-check, reply directly to the user instead of posting to #ops-github. Include all details even if no new activity:
**Upstream Status** — checked just now
**PR #30996** — open (no new activity since 2h ago)
**Discussion #30991** — no new replies
Last check: 2026-03-01T22:26:11Z