delivering-morning-briefings

delivering-morning-briefings is a skill for Claude Code, Codex from Tracer-Cloud/opensre. It costs 36 tokens per session (1,955 once invoked), scanned A, original, Apache-2.0.

A workflow for creating a morning briefing from live weather and news sources, then delivering it as plain text. It also describes how to offer a recurring schedule.

In plain words
What is it for?
It helps assemble daily weather-and-news updates from feeds and present only the readable briefing instead of raw feed data.
Why use it?
It prevents made-up headlines or weather details and keeps fetching, composing, and delivering separate so each step uses confirmed data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps assemble daily weather-and-news updates from feeds and present only the readable briefing instead of raw feed data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tracer-cloud/opensre/delivering-morning-briefings
About the project

OpenSRE is an open-source framework for building AI agents that investigate and resolve production incidents using operational data and tools. It is for site reliability engineers who want customizable incident-response workflows, training, and evaluation on their own infrastructure.

Tracer-Cloud/opensre · 11,038 stars · on GitHub · discord.com

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 Tracer-Cloud/opensre --skill delivering-morning-briefings
Clone the repo
git clone --depth 1 https://github.com/Tracer-Cloud/opensre

Made for: Claude Code, Codex.

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 delivering-morning-briefings

README.md
[![agentmods](https://agentmods.dev/badge/skills/tracer-cloud/opensre/delivering-morning-briefings/github.svg)](https://agentmods.dev/skills/tracer-cloud/opensre/delivering-morning-briefings)
Your own site
<a href="https://agentmods.dev/skills/tracer-cloud/opensre/delivering-morning-briefings"><img src="https://agentmods.dev/badge/skills/tracer-cloud/opensre/delivering-morning-briefings/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 delivering-morning-briefings

Your own site · 80×15
<a href="https://agentmods.dev/skills/tracer-cloud/opensre/delivering-morning-briefings"><img src="https://agentmods.dev/badge/skills/tracer-cloud/opensre/delivering-morning-briefings.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,955 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00036 $0.01955
Opus 5 $0.00018 $0.00978
Sonnet 5 $0.00007 $0.00391
Haiku 4.5 $0.00004 $0.00196

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

Security

Grade A, and why

delivering-morning-briefings scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

blocks, or a `curl` dump. The news fetch below extracts plain-text headlines.
core/agent_harness/prompts/skills/delivering-morning-briefings/SKILL.md · 170 lines

How it starts

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

Morning report

Fetch live weather and news, compose a plain-text briefing, deliver it, and offer a recurring schedule.

When to use

Use for requests such as "morning report", "morning briefing", "daily brief", "give me my morning update", or "weather and news summary".

Workflow rules

Fetch the raw inputs first with read-only shell commands and wait for both results before composing or delivering. Follow the compound-turn rule for dependent tool calls: never emit the compose/deliver step in the same response as the fetches. Complete this workflow in the current agent; do not start an investigation that produces a second, unrelated status report.

Never fabricate weather values or headlines. Treat RSS/XML/HTML as intermediate data. Show only the composed briefing, without raw feed markup, XML tags, CDATA blocks, or a curl dump. The news fetch below extracts plain-text headlines.

Plan

The fetches run quietly, so track progress with the update_plan tool, not with headers or prose:

  • On entry, before the fetches, call update_plan with these steps verbatim, the first step in_progress, and a one-line explanation (this is not a diagnosis; no hypothesis table): Fetch weather and headlines / Compose the briefing / Deliver the briefing / Offer a recurring schedule. Steps 1–2 below fire as one parallel batch and share the first plan step.
  • After a step's tool results, call update_plan marking it completed and the next step in_progress, in the same response as the next step's tool calls.
  • Do not narrate the plan or repeat step names in prose; the shell renders the checklist. The composed briefing itself (step 3) and the schedule offer's response_text (step 5) stay exactly as specified below — the plan tracks around them, never replaces them.

Workflow

1. Fetch weather

Fetch today's weather with shell_run. Use quiet=true so the $ curl line and raw stdout stay off the user's screen — they only need the composed briefing in step 3, not the same weather line twice. Use the city the user named; if none is given, use their configured/default city, else omit the location:

Read the full file on GitHub · 170 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. 2d ago First seen · 170 lines · 36 tokens per session scan A b0c4485d3575

Subscribe to this mod's changes

delivering-morning-briefings is a skill published in the GitHub repository Tracer-Cloud/opensre (11,038 stars, last pushed today), licensed Apache-2.0. It adds 36 tokens to every session and 1,955 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.

Related

Other skills, from other repositories