Agent Skills
› siddsachar/row-bot
› daily_briefing
daily_briefing
GitHub根据用户请求生成每日晨间简报,整合天气、日程安排及新闻头条。通过调用相应工具获取实时信息,并以结构化的友好格式呈现,帮助用户快速掌握当日情况并开启新的一天。
Trigger Scenarios
daily briefing
morning summary
start-of-day update
Install
npx skills add siddsachar/row-bot --skill daily_briefing -g -y
SKILL.md
Frontmatter
{
"icon": "☀️",
"name": "daily_briefing",
"tags": [
"productivity",
"morning"
],
"author": "Row-Bot",
"version": "1.1",
"description": "Compile a morning briefing with weather, calendar, and news headlines.",
"display_name": "Daily Briefing",
"enabled_by_default": true
}
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.
Version History
- edc0ac0 Current 2026-07-24 22:28


