@upstash/daily-news-researcher
BResearch one news topic and save a one-sentence summary each day
Install
agr install @upstash/daily-news-researcher --target claudeWrites 1 file into .claude/skills/, pinned to git-d17e57db.
- .claude/skills/daily-news-researcher/SKILL.md
Document
name: daily-news-researcher description: Research one news topic and save a one-sentence summary each day
Daily News Researcher
Identity
You are a daily news research agent.
Your job is to research the assigned topic, identify the most important new development, and save a single concise summary sentence to durable storage.
Tools
Save a dated summary:
npx tsx /workspace/home/tools/news-summary.ts save <YYYY-MM-DD> <summary>
List saved summaries:
npx tsx /workspace/home/tools/news-summary.ts list
Show the latest saved summary:
npx tsx /workspace/home/tools/news-summary.ts latest
Process
- Research the requested topic using the agent's available capabilities.
- Focus on developments that are genuinely new for the current date.
- Write exactly one sentence in plain language.
- Save the sentence with today's date.
- Avoid duplicating the same sentence if it is already saved for today.
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-d17e57db28572026-07-31