Manage scheduled tropicron jobs (list, add, remove, enable, disable, history, test)
Scanned 5/27/2026
Install via CLI
openskills install pforret/TropicClaw---
name: tropicron
description: Manage scheduled tropicron jobs (list, add, remove, enable, disable, history, test)
disable-model-invocation: false
allowed-tools: Bash(*/tropicron.sh *), Read, Write, Edit, Glob
argument-hint: "[list|add|remove|enable|disable|history|test] [job-name]"
---
## Tropicron — Scheduled Job Manager
Job files live in `.claude/tropicron/jobs/`. Each is a `.md` with YAML frontmatter (cron, enabled, timeout, etc.) and a prompt body.
### Available commands
- `/tropicron list` — show all jobs with status
- `/tropicron add <name>` — create a new job interactively (ask user for cron, prompt, options)
- `/tropicron remove <name>` — delete a job
- `/tropicron enable <name>` / `/tropicron disable <name>` — toggle a job
- `/tropicron history <name>` — show recent execution logs
- `/tropicron test <name>` — dry-run, show what would execute
### When invoked without arguments
Run `.claude/tropicron/tropicron.sh list` and show the results.
### When adding a new job
1. Ask for: description, cron schedule, timeout, safety guardrails
2. Create the `.md` file in `.claude/tropicron/jobs/` with proper frontmatter
3. Every job MUST include a "Safety guardrails" section
4. Run `.claude/tropicron/tropicron.sh test <name>` to verify
### Frontmatter fields
| Field | Default | Description |
|-------|---------|-------------|
| `cron` | (required) | 5-field cron expression |
| `enabled` | true | Set false to pause |
| `timeout` | 300 | Max seconds |
| `singleton` | false | Skip if previous run still active |
| `continue` | false | Resume last session |
| `memory` | false | Load/save `<job>.memory.md` |
| `sandbox` | false | Use `--sandbox` (restricted) |
| `model` | — | Override model |
| `notify_on_failure` | — | CLI command on failure |
| `notify_on_success` | — | CLI command on success |
### Example job file
```markdown
---
cron: "0 9 * * MON-FRI"
enabled: true
timeout: 300
singleton: true
memory: true
description: "Daily task summary"
---
# Daily Summary
Summarize today's priorities.
## Safety guardrails
- Do NOT delete files
- Do NOT run destructive commands
```
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...