File-bus cron state machine and Hermes profile isolation rules for PumpGrok. Use when installing profiles, running desk_state.py, or deciding which cron may fire.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add swcstudiospace/PumpGrok --skill hermes-cron-desk --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hermes Cron Desk?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/swcstudiospace-hermes-cron-desk)More formats (shields.io, HTML) on the badges page.
---
name: hermes-cron-desk
description: File-bus cron state machine and Hermes profile isolation rules for PumpGrok. Use when installing profiles, running desk_state.py, or deciding which cron may fire.
---
# Hermes Cron Desk
## Isolation
Each role is `~/.hermes/profiles/<role>/` (its own HERMES_HOME). Memory, sessions, SOUL, cron, and `.env` do not cross roles. The only shared writable surface is `$PUMPGROK_DESK`.
Bootstrap uses `hermes profile create <role> --no-skills` and writes `.no-bundled-skills`. Never `--clone` or `--clone-all`.
## File bus
```
$PUMPGROK_DESK/
desk.md engagement + Halt
leads/ SCOUT
briefs/ RISK
proposals/ CHIEF + ticket_helper.py
positions/ SNIPER/EXIT/RUG (paper)
journal/ append-only
incidents/ RUG
watch/ RUG
```
Ticket IDs are unique across every folder. Briefs and proposals reuse the lead ID.
## Commands
```bash
python "$PUMPGROK_ROOT/tools/desk_state.py" status
python "$PUMPGROK_ROOT/tools/desk_state.py" pending-leads
python "$PUMPGROK_ROOT/tools/ticket_helper.py" next
python "$PUMPGROK_ROOT/tools/ticket_helper.py" create --mint <MINT> --ticket <LEAD-ID> --status PENDING_HUMAN
```
## Cron owners
- scout-discover, risk-audit-open-leads, chief-pickup, rug-watch-paper, chief-journal-rollup
- NEVER cron SNIPER or EXIT
- NEVER raise engagement from cron
- If Halt is true or engagement is not research|paper, print [SILENT]
## Telegram
Only the chief profile may hold TELEGRAM_BOT_TOKEN. Other profiles notify via bot-chat:chief or files.
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!