morning-briefing

Generates one dated morning briefing line summarizing carried items, overnight changes, and the first action.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/JYeswak/grok_bot_playground --skill morning-briefing-jyeswak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: morning-briefing
Source: https://github.com/JYeswak/grok_bot_playground/tree/main/plugin/skills/morning-briefing
Command: npx skills add https://github.com/JYeswak/grok_bot_playground --skill morning-briefing-jyeswak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Operators need a consistent, minimal morning status update without noise. This Skill produces exactly one dated line covering what is carried over, what changed overnight, and the single thing to do first, so each day's brief can be compared against previous runs. ## Core Features & Use Cases - Single dated line output: Returns one dated line and stops, with no greetings, restatements, or extra commentary. - Read-only operation: Never sends mail, publishes content, or writes credentials, making it safe for unattended runs. - Prove-run compatible: Works when an operator asks for a morning briefing or when a prove run assigns the job. - Use Case: A founder runs the briefing each weekday morning to get a comparable one-line summary of carried tasks, overnight changes, and the top priority. ## Quick Start Ask the assistant to run the morning briefing for today and return the single dated summary line.

Frequently Asked Questions about morning-briefing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a daily morning briefing from a Grok Bot?▼

Ask the operator for the morning briefing or trigger it through a prove run. The Skill returns one dated line covering carried items, overnight changes, and the first action, then stops.

What does a passing morning briefing output look like?▼

A passing answer is exactly one dated line that a later run can compare against. A greeting, a restated question, or a dump of the SKILL.md content counts as a failed job.

Can the morning briefing send email or publish updates?▼

No. The Skill is strictly read-only. It never sends mail, never publishes, and never writes a credential, so it is safe to run unattended each weekday morning.

What happens if a required plugin is missing?▼

The Skill does not install new connectors. If a needed plugin is missing, it says so and stops rather than attempting a workaround.

Does the morning briefing need network access?▼

Yes. It requires network access with an Accept: */* header on docs.x.ai, which is docs-verified. Without network access the job cannot be completed.