Home / cgoinglove / thursday · skills/daily-brief/SKILL.md · GitHub

daily-brief skillA

daily-brief is agent-read markdown (skill) from cgoinglove/thursday: Builds the daily news brief: today's stories, weather and markets on one phone-first page. Use it when the user asks for their brief, or a routine opens one..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Daily brief

Four scripts do everything but choosing and writing. They sit in this skill's `scripts/` folder and
`node` runs them; nothing to install, no key. `<scratch>` is this job's own folder under `scratch/`:
write it out in full, and set `S=` again in every bash call — each call is a new shell.

```bash
S=<this skill's folder>/scripts
# Gather, one call: every topic as "<label>=<query>", in the edition the user reads, with the
# glance beside it when they want one
node $S/news.mjs "AI=AI OR OpenAI OR Anthropic" "Startups=startup funding" \
  --lang en --country US --hours 30 --out <scratch>/cand.json [--avoid a.com] [--prefer b.com]
node $S/glance.mjs --weather "<their city>" \
  --markets "S&P 500:SP500,EUR/USD,Bitcoin:CBBTCUSD" --out <scratch>/glance.json
# Read, one call: the stories you chose, from their publishers, photos saved
node $S/story.mjs <scratch>/cand.json a1 a4 b2 c1 c3 --out <scratch>/stories
# Their words, one call a file: story.mjs prints the `cat` line for each
cat <scratch>/stories/text-1.md
# Lay out, one call: after you have written <scratch>/brief.json yourself
node $S/page.mjs <scratch>/brief.json --look <scratch>/look
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add cgoinglove/thursday/daily-brief@git:20260924.77bf1a4
Exact content
mdr add cgoinglove/thursday/daily-brief@sha256:0003f1c9ab341f4d

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_er7sivtuenjxroaa.svg)](https://markdownregistry.com/a/art_er7sivtuenjxroaa)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.77bf1a4 latest2026-09-24 77bf1a4 3,255 BA view · diff
git:20260924.68e48152026-09-24 68e4815 3,246 BA view · diff
git:20260923.0745e362026-09-23 0745e36 3,261 BA view · diff
git:20260923.b86ef4c2026-09-23 b86ef4c 3,248 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3255 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

cgoinglove/thursday · 7 stars · license MIT · pushed 2026-09-25 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_er7sivtuenjxroaa
GET https://markdownregistry.com/api/v1/resolve?ref=cgoinglove/thursday/daily-brief
GET https://markdownregistry.com/api/v1/blob/0003f1c9ab341f4d15693da54451ab82315ed1a3f7bf0be7a6ed160f0aefd5f0

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from cgoinglove/thursday

agent-browser skill
cgoinglove/thursday · .agents/skills/agent-browser/SKILL.md · Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages…
git:20260923.81754d9 · audit A · 7 stars
ai-sdk skill
cgoinglove/thursday · .agents/skills/ai-sdk/SKILL.md · Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK…
git:20260923.81754d9 · audit A · 7 stars
shadcn skill
cgoinglove/thursday · .agents/skills/shadcn/SKILL.md · Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including…
git:20260923.81754d9 · audit A · 7 stars
AGENTS.md agents
cgoinglove/thursday · AGENTS.md
git:20260925.8e9f914 · audit A · 7 stars
CLAUDE.md claude
cgoinglove/thursday · CLAUDE.md
git:20260912.40ee5b4 · audit B · 7 stars
travel skill
cgoinglove/thursday · seed-skills/concierge/travel/SKILL.md · Plans trips: flights and stays found and compared, a booking handed over, and a day-by-day page. Use it for a fare, a…
git:20260925.f565382 · audit A · 7 stars
marketing skill
cgoinglove/thursday · seed-skills/marketer/marketing/SKILL.md · Plans and writes a product's marketing, starting from its product brief. Use it for positioning, page copy, a launch…
git:20260924.68e4815 · audit A · 7 stars
artifact skill
cgoinglove/thursday · skills/artifact/SKILL.md · Makes what the user keeps or uses: a document, canvas, picture book, deck, page or app. Use it for a report or memo…
git:20260925.f6fa9cb · audit B · 7 stars
browser skill
cgoinglove/thursday · skills/browser/SKILL.md · Drives a real browser from the shell: open, read, click, fill, sign in, download. Use it before the first browser…
git:20260925.c3d41bc · audit A · 7 stars
computer skill
cgoinglove/thursday · skills/computer/SKILL.md · Operates this Mac itself: its apps, windows, screen and clipboard. Use it when the job is in an app rather than a…
git:20260924.68e4815 · audit A · 7 stars
data-report skill
cgoinglove/thursday · skills/data-report/SKILL.md · Answers questions that turn on real numbers, taken from where they are published. Use it for a cost, a trend, a market…
git:20260925.f6fa9cb · audit A · 7 stars
find-skills skill
cgoinglove/thursday · skills/find-skills/SKILL.md · Finds skills in the open skills registry and installs the one the user agrees to. Use it when a job needs a specialized…
git:20260925.9eaf266 · audit A · 7 stars

Every file in cgoinglove/thursday

Other files named daily-brief

daily-brief skill
huytieu/cog-second-brain · skills/daily-brief/SKILL.md · Generate personalized news intelligence with verified sources (7-day freshness requirement)
git:20260807.b852369 · audit A · 1,215 stars
daily-brief skill
huytieu/cog-second-brain · .claude/skills/daily-brief/SKILL.md · Generate personalized news intelligence with verified sources (7-day freshness requirement)
git:20260622.5e9851c · audit A · 1,215 stars
daily-brief skill
huytieu/cog-second-brain · .agents/skills/daily-brief/SKILL.md · Generate personalized news intelligence with verified sources (7-day freshness requirement)
git:20260730.acf9b42 · audit A · 1,215 stars
daily-brief skill
leiting-eric/dailybrief · .claude/skills/daily-brief/SKILL.md · Operational knowledge for the daily-brief digest pipeline (this project). RSS/API fetchers, pluggable LLM enrichment…
git:20260526.9d162ce · audit B · 357 stars
daily-brief skill
protolabsai/protoagent · plugins/cowork/skills/daily-brief/SKILL.md · Compose the operator's daily brief — schedule, things waiting on them, ongoing work, and heads-ups. LOAD THIS SKILL…
git:20260912.42516ad · audit A · 10 stars
daily-brief skill
mostafa-drz/claude-skills · code/daily-brief/SKILL.md · Surfaces recent updates relevant to you from GitHub, Linear, Slack, and other configured sources — PR reviews, new…
git:20260911.22df896 · audit A · 4 stars

Browse by kind, by grade A, or by owner.