morning-newspaper-assistant-skill

morning-newspaper-assistant-skill is a skill for Claude Code, Codex from DjangoPeng/agentic-ai. It costs 54 tokens per session (1,598 once invoked), scanned A, original, MIT.

A workflow guide for producing a Chinese AI morning news briefing from collected email and news data. It covers preparing source material, generating results at defined language-model steps, and creating a static dashboard.

In plain words
What is it for?
Use it to run or troubleshoot the morning-news pipeline, generate its top-10 JSON and dashboard, check email reminders, and maintain the local dashboard link.
Why use it?
It provides an ordered process for collecting, filtering, and publishing the briefing instead of relying on one batch script whose intermediate AI steps are hidden.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/collect_mailbox.py.

Good fit Use it to run or troubleshoot the morning-news pipeline, generate its top-10 JSON and dashboard, check email reminders, and maintain the local dashboard link.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/DjangoPeng/agentic-ai
agentmods
npx agentmods add skills/djangopeng/agentic-ai/morning-newspaper-assistant-skill

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 morning-newspaper-assistant-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/djangopeng/agentic-ai/morning-newspaper-assistant-skill/github.svg)](https://agentmods.dev/skills/djangopeng/agentic-ai/morning-newspaper-assistant-skill)
Your own site
<a href="https://agentmods.dev/skills/djangopeng/agentic-ai/morning-newspaper-assistant-skill"><img src="https://agentmods.dev/badge/skills/djangopeng/agentic-ai/morning-newspaper-assistant-skill/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-newspaper-assistant-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/djangopeng/agentic-ai/morning-newspaper-assistant-skill"><img src="https://agentmods.dev/badge/skills/djangopeng/agentic-ai/morning-newspaper-assistant-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,598 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00054 $0.01598
Opus 5 $0.00027 $0.00799
Sonnet 5 $0.00011 $0.00320
Haiku 4.5 $0.00005 $0.00160

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

Security

Grade A, and why

morning-newspaper-assistant-skill 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run_morning_report.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

morning-newspaper/skills/morning-newspaper-assistant-skill/SKILL.md · 178 lines

How it starts

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

Morning Newspaper Assistant Skill

当用户希望运行中文 AI 晨报助手链路、生成 top10_publishable.json、输出静态页面、启动 8510 固定链接,或者排查邮箱提醒与成稿稳定性时,使用本 Skill。

项目依赖

这个 Skill 依赖完整项目仓库,不能只拷贝 SKILL.md 单独使用。

按以下顺序定位项目根目录:

  1. 环境变量 MORNING_NEWSPAPER_ROOT
  2. ~/projects/agentic-ai/morning-newspaper
  3. ~/.openclaw/workspace/morning-newspaper

若这些路径都不存在,应明确告诉用户:当前环境尚未部署完整项目仓库,请先完成部署。

主要入口:

  • <repo_root>/scripts/run_daily_pipeline.py
  • <repo_root>/config/sources.yaml

稳定目标

  1. runtime/top10_publishable.json 稳定为 10 条
  2. runtime/dashboard.html 稳定可生成
  3. 8510 固定链接稳定可用
  4. 右侧”今日待办提醒”优先读取真实邮箱结果,而不是占位 JSON
  5. 如果 IMAP 连通但收不到新邮件,自动继续走 POP3 fallback

稳定工作流

A. 每日稳定主流程

重要:不要直接执行 run_daily_pipeline.py 该脚本是批处理入口,不会生成 LLM 结果文件。必须按以下步骤逐步执行,在每个"LLM 关口"处读取 prompt 文件、生成结果、再继续。

第一阶段:采集与准备
python3 scripts/collect_mailbox.py
python3 scripts/collect_raw.py
python3 scripts/enrich_content.py
python3 scripts/prepare_title_shortlist.py

产出:

  • runtime/collected_raw.json
  • runtime/content_enriched.json
  • runtime/title_candidates.json
  • runtime/title_shortlist_prompt.txt
LLM 关口 1:标题粗筛

读取 runtime/title_shortlist_prompt.txt,按 prompt 要求生成结果,写入 runtime/title_shortlist_result.json

必须基于本轮 title_candidates.json 生成,不能复用旧文件。

然后继续:

python3 scripts/apply_title_shortlist.py
python3 scripts/prepare_draft_input.py

产出:runtime/shortlist.jsonruntime/draft_input.jsonruntime/draft_prompt.txt

LLM 关口 2:中文成稿

读取 runtime/draft_prompt.txt,按 prompt 要求生成结果,写入 runtime/draft_result.json

必须基于本轮 draft_input.json 生成,不能复用旧文件。

然后继续:

python3 scripts/apply_draft_results.py
python3 scripts/prepare_top10_ranking.py

产出:runtime/drafted_items.jsonruntime/top10_ranking_input.jsonruntime/top10_ranking_prompt.txt

LLM 关口 3:Top10 精排

读取 runtime/top10_ranking_prompt.txt,按 prompt 要求生成结果,写入 runtime/top10_ranking_result.json

必须基于本轮 top10_ranking_input.json 生成,不能复用旧文件。

然后继续:

python3 scripts/apply_top10_ranking.py
python3 scripts/build_dashboard.py
python3 scripts/check_runtime_status.py

Read the full file on GitHub · 178 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 178 lines · 54 tokens per session scan A 717a6ab77508

Subscribe to this mod's changes

morning-newspaper-assistant-skill is a skill published in the GitHub repository DjangoPeng/agentic-ai (148 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 1,598 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

neuron-structured-output

Design and implement structured output classes for Neuron AI agents using SchemaProperty attributes and validation rules. Use this skill when the user mentions structured output, JSON schema extraction, data validation, output classes, DTOs for AI responses, extracting structured data from LLM, or configuring property…

neuron-core/neuron-ai · 104 tokens

agent-initialization

Initialize an Agent's settings from a user requirement by writing AGENTS.md, setting identity metadata, and installing only needed Skills.

Prism-Shadow/penguin-harness · 30 tokens

update-setup

A one-time setup wizard for creating a personalised upgrade guide for a workspace. It checks for an existing guide, identifies the current version and installation clues, and requires confirmation of the installation method before writing a new guide.

MemTensor/memmy-agent · 0 tokens

clip-hand-skill

Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing.

RightNow-AI/openfang · 28 tokens

twitter-hand-skill

Expert knowledge for AI Twitter/X management — API v2 reference, content strategy, engagement playbook, safety, and performance tracking.

RightNow-AI/openfang · 30 tokens