Morning Briefing banner
Qizhan7 Qizhan7

Morning Briefing

Development community

Description

--- name: morning-briefing description: Assemble and send a morning briefing via Telegram triggers: - morning briefing - daily briefing - good morning report --- # Morning Briefing Assemble a morning briefing and send it via Telegram. Follow these steps: ## 1. Weather Fetch current weather from Open-Meteo (free, no API key needed): - Use the `read_webpage` tool with this URL, replacing YOUR_LAT and YOUR_LON with the user's coordinates (e.g. from env vars IMPRINT_LAT / IMPRINT_LON or the

Installation

Installs to ~/.claude/skills/qizhan7-claude-imprint-morning-briefing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/qizhan7-claude-imprint-morning-briefing && curl -fsSL https://raw.githubusercontent.com/Qizhan7/claude-imprint/HEAD/skills/morning-briefing.md -o ~/.claude/skills/qizhan7-claude-imprint-morning-briefing/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository