morning

morning is a skill for Claude Code from imMamdouhaboammar/get-fable. It costs 18 tokens per session (2,703 once invoked), scanned A, original, MIT.

A daily briefing skill that creates a single-page HTML view of the day's important events and tasks. It gathers available calendar, email, chat, and task information and adapts when a type of connection is missing.

In plain words
What is it for?
Use it for weekday morning check-ins, daily status reviews, and recurring morning briefs. It can show today's calendar, relevant tomorrow context, and project information connected to upcoming events.
Why use it?
It brings scattered daily information into one short morning view, helping you see what needs attention and what is already handled.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the get-fable plugin — 78 skills, 1 agent, 5 hooks shipped together

Good fit Use it for weekday morning check-ins, daily status reviews, and recurring morning briefs. It can show today's calendar, relevant tomorrow context, and project information connected to upcoming events.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/immamdouhaboammar/get-fable/morning
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add imMamdouhaboammar/get-fable --skill morning
Clone the repo
git clone --depth 1 https://github.com/imMamdouhaboammar/get-fable

Made for: Claude Code.

Or install get-fable, the plugin that ships this one along with the rest of its 78 skills, 1 agent, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for morning

README.md
[![agentmods](https://agentmods.dev/badge/skills/immamdouhaboammar/get-fable/morning/github.svg)](https://agentmods.dev/skills/immamdouhaboammar/get-fable/morning)
Your own site
<a href="https://agentmods.dev/skills/immamdouhaboammar/get-fable/morning"><img src="https://agentmods.dev/badge/skills/immamdouhaboammar/get-fable/morning/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for morning

Your own site · 80×15
<a href="https://agentmods.dev/skills/immamdouhaboammar/get-fable/morning"><img src="https://agentmods.dev/badge/skills/immamdouhaboammar/get-fable/morning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,703 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.02703
Opus 5 $0.00009 $0.01352
Sonnet 5 $0.00004 $0.00541
Haiku 4.5 $0.00002 $0.00270

Measured 12d ago against content hash 602242795de3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

morning scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

assets/skills/claude-code/morning/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.


name: morning
description: "Render the user's morning brief as a styled HTML artifact, or set it up as a recurring weekday task. Use when: morning brief, daily brief, set up my morning brief, what's my day look like, run my brief."

Context

This page is my 30-second morning glance: one calm view of the shape of my day and the few things worth knowing, so I start oriented instead of overwhelmed.

Draw one warm, hand-sketched single-file HTML page. The top half is a visual anchor: the day drawn as terrain with a few words underneath. The bottom half is important things: what needs me, what's already sorted, and any extra sections I've asked for.

Gather

Check connections and sort available tools into roles: calendar · email · chat · other (task trackers, docs). A missing role is skipped; the page adapts.

Calendar: one fetch, today 00:00 → tomorrow 24:00 in home timezone. Only today's events are drawn and classified. Tomorrow's events are for context: they can colour the evening act, earn a motif, or result in a prep item on Needs attention. From tomorrow's events, extract the project name from any I organize or that name a project and search for the latest context.

Remaining calls on connected roles, in priority:

  1. Email: threads where I was asked and haven't replied. A group @-mention, team alias, or review-requested-from-team where anyone on the list could answer isn't a bottleneck. (fallback: unread last 2d)
  2. Chat: mentions/DMs from ~2d ending in a question I haven't answered or reacted to with an emoji.
  3. Tomorrow prep: for each project from the step above, one chat search — {keyword} after:{7d ago} — and skim the linked doc if the event has one. This finds what's open on the project so a prep item has something concrete to say.
  4. Spare: my sent emails or chats for asks that never came back, or another source (tasks assigned to me and due, docs awaiting my review).

Pull ~8 candidates per search from snippets.

If a Sections: list came with the invocation, make one targeted fetch per entry on whatever connected tool serves it (a chat channel, a doc, a search). A section that finds nothing is dropped later.

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 103 lines · 18 tokens per session scan A 602242795de3

Subscribe to this mod's changes

morning is a skill published in the GitHub repository imMamdouhaboammar/get-fable (4 stars, last pushed today), licensed MIT. It adds 18 tokens to every session and 2,703 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

starting-a-new-project

Use when the workspace is empty — no code yet — and the user brings a raw idea: the brand-new branch of setting-up-a-project, normally reached via that dispatcher, directly only when the situation is unmistakable. Not for features in an existing project — use brainstorming instead.

JetBrains/thinkrail · 61 tokens

todos

This chat has a shared, live TODO plan — your tasks for the conversation, which the user also edits. Read this skill and reach for the todo tools whenever a request takes more than a couple of steps. It covers the plan model (group = task, items = its steps; loose items are the user's lane), how to work it: propose…

JetBrains/thinkrail · 127 tokens

lark-workflow-standup-report

A workflow that combines calendar events with unfinished Lark tasks to produce a daily or weekly work summary.

seaworld008/Commonly-used-high-value-skills · 53 tokens

collaborating

Hackathon-native multiplayer collaboration mode -- brain-dump together, claim tasks across machines, flag decisions async. Drives the subcommands of /forge:collaborate.

LucasDuys/forge · 37 tokens

daily-brief

A daily-briefing skill that uses information from Aicoo to summarize recent status, tasks, calendar events, notes, and emails needing attention. It can also produce suggested strategies and an Eisenhower matrix, which sorts work by urgency and importance.

Aicoo-Team/AICOO-Skills · 100 tokens

recipe-block-focus-time

Create recurring focus time blocks on Google Calendar to protect deep work hours.

fakoli/fakoli-plugins · 19 tokens