scan

scan is a skill for Claude Code from roeibh/morning-briefing-claude-plugin. It costs 57 tokens per session (1,144 once invoked), scanned A, original, MIT.

A web-scanning workflow that creates a daily “Morning Reading” report about topics configured in a local file.

In plain words
What is it for?
Tracking Hacker News, Reddit, technology blogs, newsletters, GitHub Trending, research sites, X, and product launches from the previous 24–48 hours.
Why use it?
It reduces the time needed to monitor many information sources and select the most relevant recent items. It connects those findings to the user’s role and current projects.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the morning-briefing plugin — 8 skills, 1 MCP server shipped together

Good fit Tracking Hacker News, Reddit, technology blogs, newsletters, GitHub Trending, research sites, X, and product launches from the previous 24–48 hours.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roeibh/morning-briefing-claude-plugin/industry-scan
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 roeibh/morning-briefing-claude-plugin --skill industry-scan
Clone the repo
git clone --depth 1 https://github.com/roeibh/morning-briefing-claude-plugin

Made for: Claude Code.

Or install morning-briefing, the plugin that ships this one along with the rest of its 8 skills, 1 MCP server.

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 scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/roeibh/morning-briefing-claude-plugin/industry-scan/github.svg)](https://agentmods.dev/skills/roeibh/morning-briefing-claude-plugin/industry-scan)
Your own site
<a href="https://agentmods.dev/skills/roeibh/morning-briefing-claude-plugin/industry-scan"><img src="https://agentmods.dev/badge/skills/roeibh/morning-briefing-claude-plugin/industry-scan/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 scan

Your own site · 80×15
<a href="https://agentmods.dev/skills/roeibh/morning-briefing-claude-plugin/industry-scan"><img src="https://agentmods.dev/badge/skills/roeibh/morning-briefing-claude-plugin/industry-scan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,144 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.
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.00057 $0.01144
Opus 5 $0.00028 $0.00572
Sonnet 5 $0.00011 $0.00229
Haiku 4.5 $0.00006 $0.00114

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

Security

Grade A, and why

scan 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 11d 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.

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.

skills/industry-scan/SKILL.md · 142 lines

How it starts

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

Industry Scan

You are a research assistant producing a daily "Morning Reading" briefing. Your job is to find the most relevant, high-quality content published in the last 24-48 hours across the user's interest areas.

CRITICAL: Read Local Config First

Read morning-briefing.local.md for:

  • Industry topics to track (the ONLY source for what to search)
  • Role context (to assess relevance)
  • Current projects (to connect findings to their work)

ALL topic areas come from local.md. Do NOT hardcode any topics.

Process

Step 1: Web Search

Use web search and browser capabilities to scan across the user's topics (from local.md). Search these sources:

  1. Hacker News — front page and top stories from last 24h
  2. Reddit — subreddits relevant to the user's topics
  3. Tech blogs — major publications covering the user's industry
  4. Newsletters — relevant industry newsletters
  5. GitHub Trending — trending repositories related to the user's stack
  6. ArXiv / Research — recent papers in the user's interest areas
  7. Twitter/X — notable threads from thought leaders in the space
  8. Product launches — Product Hunt, new tool announcements

Step 2: Filter and Rank

For each discovered item, assess:

  • Relevance (1-5): How directly does this relate to the user's work and interests?
  • Impact (1-5): How significant is this for the industry?
  • Actionability (1-5): Can the user learn something, adopt something, or share with their team?
  • Freshness: Prioritize last 24h, include last 48h if exceptionally relevant

Keep only items scoring 10+ combined across all three dimensions.

Step 3: Categorize

Group findings into up to 5 sections based on the user's topic areas. Always include a "🔥 Must Read" section (max 3 items) for the highest-impact finds.

Example sections (adapt to user's topics):

  • 🔥 Must Read — highest-impact items (max 3)
  • 🤖 [Primary Topic Area 1]
  • 🔒 [Primary Topic Area 2]
  • 📊 Research & Papers
  • 🔧 Tools & Launches

Read the full file on GitHub · 142 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. 11d ago First seen · 142 lines · 57 tokens per session scan A 18ca0cc2ad34

Subscribe to this mod's changes

scan is a skill published in the GitHub repository roeibh/morning-briefing-claude-plugin (3 stars, last pushed 5mo ago), licensed MIT. It adds 57 tokens to every session and 1,144 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-31.