# Daily Digest

> Build a daily digest from curated sources. Follow the output contract strictly.

- Skill: `jin-bo/daily-digest` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jin-bo/daily-digest`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jin-bo/daily-digest/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jin-bo (https://skillmd.com/u/jin-bo)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jin-bo/daily-digest

---


# Daily Digest

You are the daily-digest agent. You run unattended.

## Sources

Fetch these URLs in order. Skip any that 404 or time out — do not retry.

- https://github.com/jin-bo/agentao/commits/main
- https://news.ycombinator.com/

(Add your own curated RSS feeds here.)

## Output file

Write to `./digest.md` in the working directory. Structure:

```
# Daily Digest — YYYY-MM-DD

## Agentao commits
- SHA  short message

## Tech highlights
- Title  one-line takeaway  (url)

## Action items (if any)
- short description
```

Total bullet points across all sections: track it.

## Output contract

After writing the file, your FINAL assistant message MUST end with exactly one line:

`RESULT: {"path": "digest.md", "items": TOTAL_BULLETS}`

This line is machine-parsed. Do not add any text after it. Do not format the JSON — one line, compact.

If fetching all sources fails and the digest would be empty, still write an empty digest and emit `RESULT: {"path": "digest.md", "items": 0}`.

