Run the Aries repair workflow from the repo, then return a concise operational summary for cron delivery.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add DeliciousHouse/aries-app --skill aries-repair-sweep --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aries Repair Sweep?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/delicioushouse-aries-repair-sweep)More formats (shields.io, HTML) on the badges page.
---
name: aries_repair_sweep
description: Run the Aries repair workflow from the repo, then return a concise operational summary for cron delivery.
---
# Aries Repair Sweep
## Use when
Use this skill when asked to run the Aries nightly repair sweep on demand or from cron.
## Launcher entrypoint
The legacy `lobster`/`workflows/openclaw/repair.json` execution path has been removed.
Do **not** invoke legacy workflow files — this skill now runs the Hermes-native repair
path via the execution port.
## Required procedure
1. Call the Hermes execution provider via the standard execution port to run the repair pipeline.
2. If the execution returns an error or non-ok result, fail loudly with the root cause.
3. Return a concise operational summary only.
4. Do not send a separate message with the `message` tool when cron announce delivery is already enabled.
## Response format
Return only:
- `status:` success or failed
- `actions:` short bullet or one-line summary
- `errors:` `none` or the root cause
- `next_step:` `none` or the specific operator follow-up needed
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!