Cross-Context Output
Medium
- Category
- Output Handling
- Content
--- name: clankerhive description: "Shared SQLite-backed context store for multi-session agent coordination. Use when: (1) checking if work was already done recently (email checked, briefing sent), (2) preventing duplicate cron/heartbeat runs via task claiming, (3) passing alerts between sessions (cron queues alert → main session pops it), (4) storing short-lived facts with TTL, or (5) any cross-session state sharing. Replaces ad-hoc JSON state files with a proper coordination bus. Triggers on: deduplication, cross-session state, shared facts, alert queue, task coordination, heartbeat state." homepage: https://github.com/pfrederiksen/clankerhive metadata: {- Confidence
- 92% confidence
- Finding
- This skill is explicitly designed for cross-session state sharing, which creates a real risk of unintended data exposure or trust-boundary crossing between different agent runs. Even without network access, one session can read facts or alerts written by another, so sensitive or untrusted content may persist and influence later actions in a different context.
