/install jb-morning-brief
Skill: Morning Brief
Purpose: JB's daily wake-up brief. Consolidates everything into one message.
Trigger: Daily 7 AM CDT (cron)
Replaces: Old "Morning Pulse" + "RCM Pulse Daily"
What It Includes
1. Weather (Mission, KS)
- Garmin weather via wttr.in
- Running conditions (temp, humidity, wind, feels-like)
2. RCM Pulse (1 insight)
- Top healthcare revenue cycle news
- 1 actionable insight max
3. Pittsburgh Sports
- Penguins/Steelers/Pirates scores or next game
- API: BallDontLie for NFL/MLB, web search for NHL
4. Fantasy Baseball (season only)
- If MLB season active: brief FA update
- If offseason: skip
Output Format
☀️ MORNING BRIEF — March 21, 2026
🏃 RUNNING
High 68° • Low 45° • Wind 12 mph • Run conditions: Good
📰 RCM PULSE
Payer behaviors now #1 risk to revenue (denials up 11.8%).
🏒 PENGUINS: Next Sat vs WPG 1:00 PM
🏈 STEELERS: Draft Apr 24
⚾ PIRATES: Season starts March 26
📡 Fantasy: Week 1 FA — monitor Cody Ponce, Luke Weaver
Cron
{
"name": "morning-brief",
"schedule": { "kind": "cron", "expr": "0 7 * * *", "tz": "America/Chicago" },
"payload": { "kind": "agentTurn", "message": "Run Morning Brief skill. Get weather, RCM news, Pittsburgh sports, fantasy update. Post to JB." },
"sessionTarget": "isolated",
"delivery": { "mode": "announce", "channel": "discord" }
}
Quality Rules
- Keep under 300 words
- Lead with weather (most actionable)
- Only 1 RCM insight (not 3)
- Sports: lead with what's playing soon
- Skip fantasy if offseason
Files
/workspace/skills/morning-brief/SKILL.md(this)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jb-morning-brief - After installation, invoke the skill by name or use
/jb-morning-brief - Provide required inputs per the skill's parameter spec and get structured output
What is Morning Brief?
Delivers a daily 7 AM CDT briefing with local weather, one key healthcare revenue insight, Pittsburgh sports updates, and seasonal fantasy baseball news. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Morning Brief?
Run "/install jb-morning-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Morning Brief free?
Yes, Morning Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Morning Brief support?
Morning Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Morning Brief?
It is built and maintained by j3m2b (@j3m2b); the current version is v1.0.1.