Marketplace

Stacks, Skills, MCPs, and Recipes — install them into VonCluer with one click.

Recipes

Scheduled or repeatable agent runs. A Recipe is work VonCluer does on its own — daily triage, morning briefings, memory maintenance — on a cron schedule or on demand.

📡

Ops & Monitoring

1
🚨v1.0.0

Daily Sentry Triage

Every morning: read new Sentry issues, classify P0–P3, open GitHub issues for anything urgent, and post a digest to your activity feed. You see a summary, not a flood.

Schedule

cron: 30 8 * * *
sentrydailytriage
View Recipe
🧠

System & Memory

2
☀️v1.0.0

Morning Briefing

A three-part daily briefing: system pulse (active commitments, yesterday summary), memory connections, and outside context. Posted to your activity feed before you sit down.

Schedule

cron: 0 7 * * *
dailybriefingmemory
View Recipe
🗜️v1.0.0

Daily Memory Compaction

Reads the day's interaction log, extracts decisions, learnings, and commitments, and proposes structured updates to long-term memory. Keeps agent memory clean and current.

Schedule

cron: 0 2 * * *
memorydailymaintenance
View Recipe