daily-briefing

daily-briefing is a skill for Claude Code, Codex from malue-ai/dazee-small. It costs 22 tokens per session (591 once invoked), scanned A, original, MIT.

A daily summary that combines weather, calendar events, tasks, and optionally current news. It uses the user’s local time zone and can remember preferences such as location and interests.

In plain words
What is it for?
Use it for morning overviews, checking the day’s appointments and due tasks, and seeing weather or selected news highlights.
Why use it?
It removes the need to check several apps separately to understand the day’s schedule, responsibilities, and notable information.

Skill for Claude CodeCodex

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

Good fit Use it for morning overviews, checking the day’s appointments and due tasks, and seeing weather or selected news highlights.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/malue-ai/dazee-small/daily-briefing
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 malue-ai/dazee-small --skill daily-briefing
Clone the repo
git clone --depth 1 https://github.com/malue-ai/dazee-small

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 daily-briefing

README.md
[![agentmods](https://agentmods.dev/badge/skills/malue-ai/dazee-small/daily-briefing/github.svg)](https://agentmods.dev/skills/malue-ai/dazee-small/daily-briefing)
Your own site
<a href="https://agentmods.dev/skills/malue-ai/dazee-small/daily-briefing"><img src="https://agentmods.dev/badge/skills/malue-ai/dazee-small/daily-briefing/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 daily-briefing

Your own site · 80×15
<a href="https://agentmods.dev/skills/malue-ai/dazee-small/daily-briefing"><img src="https://agentmods.dev/badge/skills/malue-ai/dazee-small/daily-briefing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 591 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.00022 $0.00591
Opus 5 $0.00011 $0.00296
Sonnet 5 $0.00004 $0.00118
Haiku 4.5 $0.00002 $0.00059

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

Security

Grade A, and why

daily-briefing 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.

instances/xiaodazi/skills/daily-briefing/SKILL.md · 82 lines

What it actually says

每日简报

生成个性化的每日简报,整合天气、日程、待办、新闻要点,帮助用户快速了解今日安排。

使用场景

  • 用户说「今天有什么安排」「早安」「帮我看看今天的日程」
  • 用户在早上打开应用,希望快速了解当天概况
  • 用户说「今天需要关注什么」

执行方式

按以下模块逐步收集信息,然后整合为简报。

信息收集流程

1. 天气 → 调用 weather skill(wttr.in)
2. 日历 → 调用 apple-calendar / outlook-cli / gog(按平台)
3. 待办 → 调用 apple-reminders / things-mac / trello / todoist(按用户配置)
4. 新闻 → 调用搜索类 Skill 搜索当日热点(可选)

每个模块独立获取,某个模块失败不影响其他模块。

简报模板

# 早安,[用户名]! ☀️

**[日期] [星期]**

---

## 🌤️ 天气
[城市]:[天气状况] [温度],[湿度] [风速]
今日建议:[穿衣/出行建议]

## 📅 今日日程
| 时间 | 事项 |
|---|---|
| 09:00 | [事项1] |
| 14:00 | [事项2] |

(无日程时显示:今天没有预约的日程,可以自由安排 ✨)

## ✅ 待办事项
- [ ] [任务1](截止:今天)
- [ ] [任务2](截止:明天)

(共 X 项待办,Y 项今日到期)

## 📰 今日要闻(可选)
1. [新闻标题1]
2. [新闻标题2]

个性化

  • 通过 MEMORY.md 记住用户偏好(城市、关注领域、常用待办工具)
  • 首次使用时询问用户所在城市和偏好
  • 根据用户反馈调整简报内容(如关闭新闻模块)

输出规范

  • 语气亲切但简洁,像朋友打招呼
  • 所有时间使用用户本地时区
  • 日程按时间排序
  • 待办按紧急程度排序(今日到期 > 明日 > 本周)
  • 整体长度控制在一屏内可读完
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 · 82 lines · 22 tokens per session scan A cd41b451d1c4

Subscribe to this mod's changes

daily-briefing is a skill published in the GitHub repository malue-ai/dazee-small (36 stars, last pushed 5mo ago), licensed MIT. It adds 22 tokens to every session and 591 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