coherence-daily-brief

coherence-daily-brief is a skill for Claude Code from seeker71/Coherence-Network. It costs 65 tokens per session (1,359 once invoked), scanned A, original, Apache-2.0.

A personalized morning brief that reads technology news from five RSS sources—feeds that publish regularly updated articles—and matches articles to your saved ideas.

In plain words
What is it for?
Use it to fetch, match, and rank current articles, with matching keywords, scores, explanations, and an indication of which saved ideas are reflected in the news.
Why use it?
It reduces the time spent scanning many news sites and highlights stories related to the ideas you are working on.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

Good fit Use it to fetch, match, and rank current articles, with matching keywords, scores, explanations, and an indication of which saved ideas are reflected in the news.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seeker71/coherence-network/daily-brief
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 seeker71/Coherence-Network --skill daily-brief
Clone the repo
git clone --depth 1 https://github.com/seeker71/Coherence-Network

Made for: Claude Code.

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 coherence-daily-brief

README.md
[![agentmods](https://agentmods.dev/badge/skills/seeker71/coherence-network/daily-brief.svg)](https://agentmods.dev/skills/seeker71/coherence-network/daily-brief)
Your own site
<a href="https://agentmods.dev/skills/seeker71/coherence-network/daily-brief"><img src="https://agentmods.dev/badge/skills/seeker71/coherence-network/daily-brief.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,359 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00065 $0.01359
Opus 5 $0.00032 $0.00679
Sonnet 5 $0.00013 $0.00272
Haiku 4.5 $0.00006 $0.00136

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

Security

Grade A, and why

coherence-daily-brief scanned grade A with 1 finding 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl https://api.coherencycoin.com/api/news/resonance/{your_contributor_id}
skills/coherence-network/daily-brief/SKILL.md · 156 lines

How it starts

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

Coherence Daily Brief

Your morning resonance surface — what the world is saying that aligns with what you are building.

How It Works

  1. Fetch — Pull 100+ articles from 5 RSS sources (Hacker News, TechCrunch, Ars Technica, The Guardian Tech, Reddit r/programming)
  2. Match — Score each article against your staked ideas using the Concept Resonance Kernel
  3. Rank — Surface the top matches with scores, keywords, and explanations
  4. Engage — Show which ideas are most alive in today's news cycle

Resonance Algorithm

Each article is scored against each of your ideas using 4 factors:

  • Keyword overlap (Jaccard similarity) — how many meaningful words do the article and idea share?
  • Phrase boost — if idea keywords appear in the article title (not just body), that's editorial emphasis (+0.15 per match)
  • Recency boost — fresh news is actionable (<1hr: +0.2, <6hr: +0.1, <24hr: +0.05)
  • Confidence weight — ideas you believe in more get stricter matching, focusing your attention

What You Know About Me (Contributor Profile)

The system stores contributor knowledge at three levels:

1. Identity (who you are)

GET /api/contributors/{id}           → name, email, type (human/system)
GET /api/identity/{contributor_id}   → linked identities (GitHub, Ethereum, etc.)

Your identity is your contributor record plus any linked external accounts. This is stored in Neo4j (graph) and PostgreSQL (relational).

2. Interests (what you care about)

GET /api/ideas?contributor_id={id}   → ideas you created
GET /api/ideas/{id}/stake            → ideas you staked CC on
GET /api/ideas/{id}/questions        → questions you asked
GET /api/governance/change-requests  → changes you proposed or voted on

Your interests are inferred from your actions: which ideas you created, staked on, questioned, voted on. The resonance engine uses these to personalize your brief.

3. Activity (what you've done)

GET /api/value-lineage/links         → value flows you participated in
GET /api/runtime/events              → API usage patterns
GET /api/inventory/commit-evidence   → git commits attributed to you

Your activity feeds back into coherence scoring — more activity in an area increases the resonance weight for related news.

Read the full file on GitHub · 156 lines

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. 8d ago First seen · 156 lines · 65 tokens per session scan A 2e2b41f36fdc

Subscribe to this mod's changes

coherence-daily-brief is a skill published in the GitHub repository seeker71/Coherence-Network (3 stars, last pushed 4d ago), licensed Apache-2.0. It adds 65 tokens to every session and 1,359 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.