.claude/skills/stream/SKILL.md
--- name: stream description: Query the unified event stream for recent activity across all surfaces. Use when user asks about recent conversations, what happened on iMessage/CLI/wake cycles, or wants to see cross-surface activity. Trigger words: stream, recent activity, what happened, iMessage today, CLI earlier, recent conversations, cross-surface. context: fork allowed-tools: - Bash - Read --- # Unified Event Stream Query This skill provides on-demand access to the unified event stream
npx skillsauth add claudeaceae/samara-main .claude/skills/streamInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides on-demand access to the unified event stream - all interactions across all surfaces (CLI, iMessage, wake cycles, webhooks, social media, etc.).
~/.claude-mind/system/bin/stream query --hours 6
# iMessage only
~/.claude-mind/system/bin/stream query --hours 12 --surface imessage
# CLI only
~/.claude-mind/system/bin/stream query --hours 12 --surface cli
# Wake cycles
~/.claude-mind/system/bin/stream query --hours 24 --surface wake
# Dream cycles
~/.claude-mind/system/bin/stream query --hours 48 --surface dream
# Webhooks/social
~/.claude-mind/system/bin/stream query --hours 24 --surface webhook
~/.claude-mind/system/bin/stream query --hours 24 --surface x
~/.claude-mind/system/bin/stream query --hours 24 --surface bluesky
~/.claude-mind/system/bin/stream stats
~/.claude-mind/system/bin/stream query --hours 6 --format json
~/.claude-mind/system/bin/stream query --hours 24 --include-distilled
| Surface | Description |
|---------|-------------|
| cli | Direct Claude Code sessions |
| imessage | iMessage conversations via Samara |
| wake | Autonomous wake cycle events |
| dream | Nightly dream cycle events |
| webhook | External webhook triggers |
| x | X/Twitter interactions |
| bluesky | Bluesky interactions |
| email | Email events |
| calendar | Calendar events |
| location | Location changes |
| sense | Generic sense events |
| system | Internal system events |
Each event shows:
"What did we talk about in iMessage today?"
~/.claude-mind/system/bin/stream query --hours 12 --surface imessage
"Show me all recent activity"
~/.claude-mind/system/bin/stream query --hours 6
"What happened in CLI sessions today?"
~/.claude-mind/system/bin/stream query --hours 24 --surface cli
"Show me the raw event data"
~/.claude-mind/system/bin/stream query --hours 3 --format json | head -100
When presenting stream results to the user:
development
# /webhook --- name: webhook description: Manage webhook sources - list, add, test, and view incoming events context: fork triggers: - webhook - add webhook - create webhook - webhook setup - incoming webhooks --- Manage the webhook receiver system. Use this skill to add new webhook sources, test existing ones, and view incoming events. ## What You Can Do 1. **List sources** - Show all registered webhook sources 2. **Add source** - Create a new webhook source with secure secret 3.
testing
Check crypto wallet balances, transaction history, and addresses
testing
# /voice-call - FaceTime Voice Calling Place and receive FaceTime Audio calls with live transcription and voice/text responses. ## Quick Start ```bash # Full voice conversation (responds via FaceTime audio) ~/.claude-mind/system/bin/voice-call --voice-response # Call with text responses (via iMessage) ~/.claude-mind/system/bin/voice-call --text-response # Call a specific number ~/.claude-mind/system/bin/voice-call +15551234567 --voice-response ``` ## Prerequisites Run `audio-setup --check
tools
--- name: sync description: Check for drift between repo and running system. Use when checking if scripts or Samara are out of sync, verifying system integrity, or before/after rebuilds. Trigger words: sync, organism sync, check drift, system drift, repo sync. context: fork allowed-tools: - Bash - Read - Grep --- # Sync Skill Check for drift between the repo and running system, and optionally fix it. ## What This Does Runs the `sync-organism` script to detect differences between: - `~/