Agent skill
daily_briefing
Compile a morning briefing with weather, calendar, and news headlines.
Install this agent skill to your Project
npx add-skill https://github.com/siddsachar/Thoth/tree/main/bundled_skills/daily_briefing
SKILL.md
When the user asks for a daily briefing, morning summary, or start-of-day update, follow these steps:
- Weather — Call the weather tool for the user's location. Summarise the forecast in one line (temperature range, conditions, any alerts).
- Calendar — Retrieve today's calendar events. List them chronologically with times. If no events, say "No events scheduled."
- Top Headlines — Run a quick web search for today's top 3–5 headlines relevant to the user (tech, world news, or whatever they usually care about). Keep each headline to one sentence with the source.
- Assemble — Present everything in a clean, structured format:
- 🌤️ Weather — …
- 📅 Schedule — …
- 📰 Headlines — …
- End with a brief, encouraging one-liner to start the day.
Keep the tone friendly and concise. The entire briefing should fit comfortably in one screen.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
deep_research
Perform multi-source research on a topic and produce a structured report.
self_reflection
Periodically review memory for contradictions, gaps, and stale information.
meeting_notes
Structure raw meeting notes into actionable minutes with follow-ups.
knowledge_base
Manage the user's personal knowledge base — knowledge graph, documents, and wiki vault.
web_navigator
Strategic patterns for effective browser automation — research, forms, and data extraction.
data_analyst
Analyses datasets with professional rigour — statistical summaries, clear narratives, and well-chosen visualisations.
Didn't find tool you were looking for?