What problem does it solve?
Manually checking weather, scanning news on a topic of interest, and keeping a record of daily briefings is repetitive and fragmented across multiple tools. This meta-skill orchestrates those steps into one composed workflow that produces a structured digest and persists it to long-term memory.
Core Features & Use Cases
- Multi-Skill Composition: Chains the weather, multi-search-engine, and summarize skills with dependency ordering so each step consumes the outputs of the previous ones.
- Structured Digest Output: Produces a bulleted summary capped at 500 words combining weather conditions and the latest news for the user's interest topic.
- Persistent Memory Note: Appends the finished digest to memory/morning-digest.md via the memory_save tool for later recall.
- Use Case: A user asks for their morning digest on electric vehicles; the skill fetches local weather, searches Brave and DuckDuckGo for the latest EV news, summarizes both into a bulleted brief, and archives it in memory.
Quick Start
Ask the agent to generate your morning digest for a topic of interest, and it will fetch weather and news, summarize them, and save the result to memory.