| name | meta-scheduled-morning-digest |
| description | Compose a morning digest combining local weather, news for the user's interest topic, a structured summary, and a memory note. |
| kind | meta |
| meta_priority | 40 |
| always | false |
| triggers | ["晨报","morning digest","每日简报"] |
| provenance | {"origin":"opensquilla-original","license":"Apache-2.0"} |
| composition | {"steps":[{"id":"weather","skill":"weather","with":"[Truncated]"},{"id":"news","skill":"multi-search-engine","with":"[Truncated]"},{"id":"digest","skill":"summarize","depends_on":"[Truncated]","with":"[Truncated]"},{"id":"memorize","kind":"tool_call","tool":"memory_save","tool_allowlist":"[Truncated]","depends_on":"[Truncated]","tool_args":"[Truncated]"}]} |
Scheduled Morning Digest (Meta-Skill)
Pulls today's weather and news on a topic, summarizes them, and records
the digest in long-term memory for later recall. The MVP runs once per
invocation; recurring scheduling is left to the host (cron skill or
external scheduler) and is intentionally out of scope here.
Fallback
Have the LLM call weather, then multi-search-engine, summarize, and
finally memory_save manually.