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
mdr add cgoinglove/thursday/daily-brief@git:20260924.77bf1a4mdr add cgoinglove/thursday/daily-brief@sha256:0003f1c9ab341f4dPin 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.
[](https://markdownregistry.com/a/art_er7sivtuenjxroaa)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260924.77bf1a4 latest | 2026-09-24 | 77bf1a4 | 3,255 B | A | view · diff |
| git:20260924.68e4815 | 2026-09-24 | 68e4815 | 3,246 B | A | view · diff |
| git:20260923.0745e36 | 2026-09-23 | 0745e36 | 3,261 B | A | view · diff |
| git:20260923.b86ef4c | 2026-09-23 | b86ef4c | 3,248 B | A | view |
Audit of the latest version
- 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
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
Every file in cgoinglove/thursday