一键导入
clawsweeper-status
ClawSweeper status: URLs, workflow health, active workers, ops snapshot.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ClawSweeper status: URLs, workflow health, active workers, ops snapshot.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Delegated maintainer ops: decision-ready PRs, worker monitoring, queue cleanup, releases.
macOS app release: Sparkle, notarization, GitHub Release, Homebrew, closeout.
GitHub PR/issue agent transcripts: redact, preview, and insert safely.
GitHub issue/PR triage: queues, CI, blockers, risk, proof, next actions.
Codex/OpenClaw skill audit: live budget, usage, duplicates, compact descriptions.
Existing Chrome automation: Chrome plugin first, mcporter fallback.
| name | clawsweeper-status |
| description | ClawSweeper status: URLs, workflow health, active workers, ops snapshot. |
Run the bundled status script first:
/Users/steipete/Projects/agent-scripts/skills/clawsweeper-status/scripts/clawsweeper-status.sh
Useful options:
# Last 10 hours for the default target repo, openclaw/openclaw
/Users/steipete/Projects/agent-scripts/skills/clawsweeper-status/scripts/clawsweeper-status.sh --hours 10
# A different target repo
/Users/steipete/Projects/agent-scripts/skills/clawsweeper-status/scripts/clawsweeper-status.sh --repo openclaw/clawhub
# More rows per activity section
/Users/steipete/Projects/agent-scripts/skills/clawsweeper-status/scripts/clawsweeper-status.sh --limit 15
Report these sections concisely:
Workers: active workflow count, queued/waiting count, active Codex job estimate, and active workflow groups.Recently merged: merged PR URLs plus one-line titles.Recently reviewed: ClawSweeper/Codex review comment URLs plus one-line comment summary.Recently commented: other recent ClawSweeper comment URLs plus one-line comment summary.Recently closed: closed issue/PR URLs plus one-line titles.If the script returns no rows for a section, say none found in window.
Prefer the script because it uses bounded API calls:
openclaw/clawsweeper;Do not browse the web for these checks. Use gh directly.
gh run list results with the default recent-run list when numbers disagree.