Skip to content

feat: add morning-brief skill#80

Open
SpencerJung wants to merge 1 commit into
taracodlabs:mainfrom
SpencerJung:feat/21-morning-brief-skill
Open

feat: add morning-brief skill#80
SpencerJung wants to merge 1 commit into
taracodlabs:mainfrom
SpencerJung:feat/21-morning-brief-skill

Conversation

@SpencerJung

Copy link
Copy Markdown

Summary

This PR adds a new morning-brief skill that provides users with a daily morning briefing.

What it does

When the user says "give me my morning brief" or "what's happening today":

  1. Fetches current weather via web_search
  2. Gets top NSE market movers via get_stocks
  3. Fetches top 5 news headlines via web_search
  4. Formats and presents as a clean summary

Files added

  • skills/morning-brief/SKILL.md — Skill instructions and examples
  • skills/morning-brief/skill.json — Skill manifest

Trigger phrases

  • "give me my morning brief"
  • "what's happening today"
  • "morning briefing"
  • "today's summary"
  • "daily brief"

Tools used

  • web_search — for weather and news
  • get_stocks — for market data
  • notify — for delivering briefings

Closes #21

Closes taracodlabs#21

- Create morning-brief skill with SKILL.md and skill.json
- Fetches weather, NSE market movers, and news headlines
- Trigger phrases: 'give me my morning brief', 'what's happening today'
- Uses web_search, get_stocks, and notify tools
- Follows existing skill structure and conventions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build a morning brief skill

1 participant