Compose a morning digest combining local weather, news for the user's interest topic, a structured summary, and a memory note.
53
60%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./src/opensquilla/skills/exp/meta-scheduled-morning-digest/SKILL.mdPulls 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.
Have the LLM call weather, then multi-search-engine, summarize, and
finally memory_save manually.
94ac35e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.