skillmake
← marketplace
engineerstoolsha:11c4824d090ef485manual

clawsweeper-status

Use when working with clawSweeper status: URLs, workflow health, active workers, ops snapshot from steipete/agent-scripts.

Install confidence
curl --create-dirs -fsSL https://skillmake.xyz/i/clawsweeper-status -o ~/.claude/skills/clawsweeper-status/SKILL.md
Pinned content
sha:11c4824d090ef485
Generated with
manual
Source
github.com

The file served at /api/marketplace/clawsweeper-status-11c4824d/raw matches this hash. Inspect before install, then copy the command.

3,488 chars · ~872 tokens
---
name: clawsweeper-status
description: "Use when working with clawSweeper status: URLs, workflow health, active workers, ops snapshot from steipete/agent-scripts."
source: https://github.com/steipete/agent-scripts/tree/main/skills/clawsweeper-status
generated: 2026-05-27T20:55:22.890Z
category: tool
audience: engineers
---

## When to use

- Using the clawsweeper-status skill's upstream workflow, guardrails, and local-tool assumptions.
- Auditing commands or operational steps before changing clawsweeper status behavior.
- Needing a compact agent reference for clawSweeper status: URLs, workflow health, active workers, ops snapshot.

## Key concepts

### Output Contract

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...

### Efficient Data Sources

Prefer the script because it uses bounded API calls: one recent Actions runs page from openclaw/clawsweeper; one jobs page per active run to estimate live Codex jobs; recent issue comments for review/comment URLs; recent issue events for close URLs; recent closed PRs for merge URLs. Do not browse the web for these checks. Use gh directly.

### Interpretation

Cancelled repository-dispatch review runs are usually expected supersession when a newer event for the same item arrives. Count active Codex from in-progress/queued jobs whose names match review, commit review, repair, or worker execution lanes. Treat stale gh run list output cautiously; prefer gh api repos/openclaw/clawsweeper/actions/runs?... and per-run jobs when the numbers disagree. Use full GitHub URLs in the final answer.

## API reference

```
npx skills add steipete/agent-scripts --skill clawsweeper-status
```

Install the clawsweeper-status skill from steipete/agent-scripts.

```
npx skills add steipete/agent-scripts --skill clawsweeper-status
```

```
/Users/steipete/Projects/agent-scripts/skills/clawsweeper-status/scripts/clawsweeper-status.sh.
```

Command or snippet documented by the upstream clawsweeper-status skill.

```
/Users/steipete/Projects/agent-scripts/skills/clawsweeper-status/scripts/clawsweeper-status.sh
```

```
/Users/steipete/Projects/agent-scripts/skills/clawsweeper-status/scripts/clawsweeper-status.sh --hours 10.
```

Command or snippet documented by the upstream clawsweeper-status skill.

```
# 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
```

## Gotchas

- Prefer the script because it uses bounded API calls:.
- Do not browse the web for these checks. Use gh directly.

---
Generated by SkillMake from https://github.com/steipete/agent-scripts/tree/main/skills/clawsweeper-status on 2026-05-27T20:55:22.890Z.
Verify against source before relying on details.

File: ~/.claude/skills/clawsweeper-status/SKILL.md