clawhub-pr-maintainer

clawhub-pr-maintainer is a skill for Claude Code, Codex from openclaw/clawhub. It costs 50 tokens per session (2,133 once invoked), scanned A, original, MIT.

A maintainer workflow for reviewing and handling ClawHub GitHub issues and pull requests. It covers live issue data, authors, CI checks, review state, labels, evidence, and handoff decisions.

In plain words
What is it for?
Use it to inspect ClawHub pull requests or issues, check the changed code and automated tests, request screenshots for visual changes, and prepare a maintainer decision.
Why use it?
It gives maintainers a consistent way to verify whether a proposed fix is supported by evidence before commenting, labeling, closing, or recommending a merge.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: installed under .agents/ (shared by several agents); mentions Codex; built for openclaw.

Good fit Use it to inspect ClawHub pull requests or issues, check the changed code and automated tests, request screenshots for visual changes, and prepare a maintainer decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openclaw/clawhub/clawhub-pr-maintainer
About the project

ClawHub is a public registry where OpenClaw users publish, version, search, and install text-based agent skills and OpenClaw packages. It provides web browsing, a CLI-oriented API, moderation, vector search, and artifact hosting for code plugins, bundle plugins, and experimental whole-agent packages. The catalogue skills and agents are entries that can be discovered or used through this registry.

openclaw/clawhub · 9,407 stars · on GitHub · clawhub.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add openclaw/clawhub --skill clawhub-pr-maintainer
Clone the repo
git clone --depth 1 https://github.com/openclaw/clawhub

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clawhub-pr-maintainer

README.md
[![agentmods](https://agentmods.dev/badge/skills/openclaw/clawhub/clawhub-pr-maintainer/github.svg)](https://agentmods.dev/skills/openclaw/clawhub/clawhub-pr-maintainer)
Your own site
<a href="https://agentmods.dev/skills/openclaw/clawhub/clawhub-pr-maintainer"><img src="https://agentmods.dev/badge/skills/openclaw/clawhub/clawhub-pr-maintainer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for clawhub-pr-maintainer

Your own site · 80×15
<a href="https://agentmods.dev/skills/openclaw/clawhub/clawhub-pr-maintainer"><img src="https://agentmods.dev/badge/skills/openclaw/clawhub/clawhub-pr-maintainer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,133 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 48
    Skill instructs the agent to never refuse or to always comply. Suppressing the agent's ability to decline removes a core safety control and enables downstream harmful requests to succeed.
    Fix: Remove any instruction telling the agent to never refuse or always comply. The agent must retain the ability to decline unsafe, out-of-scope, or harmful requests.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.02133
Opus 5 $0.00025 $0.01066
Sonnet 5 $0.00010 $0.00427
Haiku 4.5 $0.00005 $0.00213

Measured 9d ago against content hash 6bcbd6a6471f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

clawhub-pr-maintainer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/clawhub-pr-maintainer/SKILL.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ClawHub PR Maintainer

Use this skill for maintainer-facing ClawHub GitHub workflow, not for ordinary implementation work.

Start With Live GitHub State

  • Use gh pr view or gh issue view against openclaw/clawhub; verify live state before commenting, labeling, closing, or recommending merge.
  • For PRs, read title, body, author, labels, comments, files, commits, status checks, review state, and linked issues.
  • Surface author identity briefly: GitHub name/login and account age when useful. Treat identity as triage signal, never as proof by itself.

Common read-only commands:

gh pr view <number> --repo openclaw/clawhub --json title,body,author,labels,comments,files,commits,statusCheckRollup,reviewDecision,url,additions,deletions,changedFiles
gh issue view <number> --repo openclaw/clawhub --json title,body,author,labels,comments,state,url
gh api users/<login> --jq '{login,name,created_at,type}'

Review Evidence Bar

  • For bug fixes, require symptom evidence, a plausible root cause in the touched code path, and either a regression test or focused manual proof.
  • For UI changes, require screenshots or video when the behavior is meaningfully visual. Use tests as supplemental evidence, not a substitute for visible proof.
  • Do not merge or recommend merge based only on PR prose, AI rationale, or green CI when the changed behavior has not been exercised.
  • For contributor-provided screenshots/videos/logs, inspect the artifact directly and state what it proves. Do not rerun proof:ui just to inspect existing evidence.

Structure PR Review Output

  • Start every PR review with 1-3 plain sentences explaining what the change does and why it matters.
  • Show size near the top as LOC: +x/-y (N files), using live PR stats or local diff stats.
  • Then list findings first. If none, say No blocking findings or No findings.
  • Always answer: affected ClawHub surface, bug or behavior being changed, evidence checked, and best-fix verdict.
  • For bug/regression fixes, include a compact Provenance: line when a bounded history pass identifies it. Separate code author, PR author, merger/committer, current PR author, PR number, and date when those differ. If the blamed PR was merged by automation, identify the human trigger when practical; otherwise say trigger unknown.

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 206 lines · 50 tokens per session scan A 6bcbd6a6471f

Subscribe to this mod's changes

clawhub-pr-maintainer is a skill published in the GitHub repository openclaw/clawhub (9,407 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 2,133 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.