Real Skill packageSource verifiedClawHub registry

cleanup

Run the self-improving loop before session end. config - enable/disable individual tasks [config.md], fa-prune - deduplicate failed-attempts rules [fa-prune.md], hook-review - review hook errors and suggest improvements [hook-review.md], rag-store - persist to RAG before session end + sync fix_plan completed items to RAG (medium matrix fallback) [rag-store.md], retrospect - analyze mistakes and record to feedback memory/failed-attempts [retrospect.md], run - 5-step sequential execution (commit → self-improve → kno…

Identity and source

Publisher attributiones6krregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 56% rule confidence
Package forminstruction with code19 recorded files
Canonical sourceClawHub registryclawhub:drumrobot:cleanup
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/30/2026.claude/skills/cleanup

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/30/2026.agents/skills/cleanup

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/30/2026skills/cleanup

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @drumrobot/cleanup
clawhub inspect @drumrobot/cleanup --version 0.2.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
19 / 19 inspected as text
Checked
8/30/2026, 4:44:55 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: plane.example.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/30/2026, 11:28:44 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:988f2f7d96108fd9b67a89ea8cace860b20e930ec3b214eabb1b9391c7eac21b
Show up to 19 recorded paths
  • CHANGELOG.md
  • config.md
  • fa-prune.md
  • hook-review.md
  • LICENSE
  • rag-store.md
  • resources/block-cleanup-missing-rename.sh
  • resources/block-cleanup-option-below-context-gate.sh
  • resources/block-cleanup-without-claudify.sh
  • resources/block-cleanup-without-rag.sh
  • resources/triage-fixplan-completed.py
  • retrospect.md
  • run.md
  • scripts/fa-analyze.py
  • scripts/fa-batch-store.py
  • scripts/fa-classify.py
  • scripts/test-fa-classify-meta.py
  • skill-card.md
  • SKILL.md

Source changelog

- Adds a self-improving cleanup loop that runs before session end, handling review, feedback, checklist, and persistence tasks. - Supports configurable tasks and individual toggling via `/cleanup config`. - Deduplicates failed-attempts rules and reviews hook errors with suggestions. - Persists knowledge and completed plan items to RAG, with medium matrix fallback. - Provides a sequential 5-step cleanup execution, including automated script helpers. - Ralph mode records improvements to file instead of prompting the user.