stream

Query the unified event stream for recent activity across surfaces.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill stream
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stream
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/stream
Command: npx skills add https://github.com/claudeaceae/samara-main --skill stream

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating memory and awareness across devices and surfaces requires pulling together scattered activity. This Skill lets you query the unified event stream to see recent conversations and actions across iMessage, CLI, wake/dream cycles, and external surfaces.

Core Features & Use Cases

  • Query recent activity by surface (iMessage, CLI, wake, dream, webhook, bluesky, etc.) with time-bounded filters.
  • Retrieve concise summaries and detailed records (timestamp, surface, and event description) for cross-surface events.
  • Use Case: When you want a quick refresher on what happened earlier across your devices, you run a stream query to view last 6–24 hours of activity.

Quick Start

Run the stream tool to fetch the most recent events, e.g., ~/.claude-mind/system/bin/stream query --hours 6

Frequently Asked Questions about stream

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query recent activity across multiple devices and surfaces in a unified event stream?

You can query the unified event stream to retrieve recent cross-surface activity by running a stream query with a time-bounded filter, such as requesting the last 6 to 24 hours of events.

Can I filter the event stream to only show iMessage or CLI session activity?

Yes, you can filter the event stream by specific surfaces like iMessage, CLI sessions, wake cycles, and dream cycles to retrieve only the relevant recent activity records.

What is the best way to retrieve a summary of autonomous wake and dream cycles from today?

Retrieving a summary of autonomous wake and dream cycles is done by querying the unified event stream with a surface filter and a time-bounded last-N hours parameter to get concise records.

Does the event stream query support JSON output for cross-surface activity logs?

Yes, the event stream query supports JSON output, allowing you to retrieve detailed records including timestamps, surface types, and event descriptions for cross-surface activity.

Can I include already-processed events when querying recent CLI session activity?

Yes, you can use an option to include already-processed events when querying recent CLI session activity, ensuring you see the complete history of actions within your specified time window.