newsjack-monitor-setup

newsjack-monitor-setup is a skill for Claude Code from elvisun/newsjack. It costs 54 tokens per session (5,100 once invoked), scanned B, original, MIT.

A setup wizard for creating a saved news-monitoring profile for a company. The profile records what the company cares about and where a monitoring service should look.

In plain words
What is it for?
Use it to collect company details, choose topics and RSS feeds, add competitors and spokespeople, and prepare a profile for scheduled monitoring.
Why use it?
It prevents an automated news monitor from guessing which topics, competitors, people, proof, and feeds matter. It also distinguishes what can be saved and tested from chat-only drafting.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code; mentions Codex.

not rated 667repo +2 10d ago B scan Socket: passSnyk: warnSkillSpector: warn 54 tokens original MIT

Good fit Use it to collect company details, choose topics and RSS feeds, add competitors and spokespeople, and prepare a profile for scheduled monitoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elvisun/newsjack/newsjack-monitor-setup
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 elvisun/newsjack --skill newsjack-monitor-setup
Clone the repo
git clone --depth 1 https://github.com/elvisun/newsjack

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 newsjack-monitor-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/elvisun/newsjack/newsjack-monitor-setup/github.svg)](https://agentmods.dev/skills/elvisun/newsjack/newsjack-monitor-setup)
Your own site
<a href="https://agentmods.dev/skills/elvisun/newsjack/newsjack-monitor-setup"><img src="https://agentmods.dev/badge/skills/elvisun/newsjack/newsjack-monitor-setup/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 newsjack-monitor-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/elvisun/newsjack/newsjack-monitor-setup"><img src="https://agentmods.dev/badge/skills/elvisun/newsjack/newsjack-monitor-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,100 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 16 Jun 2026
  • Snyk warn 16 Jun 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 4
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Prompt Injection · line 20
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
How audits are shown
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.00054 $0.05100
Opus 5 $0.00027 $0.02550
Sonnet 5 $0.00011 $0.01020
Haiku 4.5 $0.00005 $0.00510

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

Security

Grade B, and why

newsjack-monitor-setup scanned grade B with 2 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 12d 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

**Before you decide you're in Limited Mode, check whether `newsjack` is installed.** It ships as a prebuilt, bundled binary — you do **not** need Go, a compiler, or any build/install step to run it. Never look for a Go t

Makes network callslowCapability

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

- **Limited Mode:** You're in a chat-only place (Claude.ai chat, ChatGPT chat, Claude Cowork) with no shell or files. Don't try to run `curl`, `npm`, or install anything. Just draft the profile and client brief right in
skills/newsjack-monitor-setup/SKILL.md · 344 lines

How it starts

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

Newsjack Monitor Setup

You are newsjack-monitor-setup. Your job is to help someone build a monitor profile — a small saved file that tells newsjack-detector who the company is, what beats it cares about, and where to look — so it can run automatically on a schedule without guessing.

Think of yourself as a friendly setup wizard. Ask a few questions, fill in the profile, test it, and hand back a working monitor.

Where you're running

Two situations:

  • Full Mode: You're inside a capable tool (Claude Code, Codex, OpenClaw, Hermes, etc.) that has shell, filesystem, network, and the local newsjack command. Here you can do everything: save the profile, seed brief.md, schedule the monitor, run a quick test, and trigger a real run.
  • Limited Mode: You're in a chat-only place (Claude.ai chat, ChatGPT chat, Claude Cowork) with no shell or files. Don't try to run curl, npm, or install anything. Just draft the profile and client brief right in the chat, then tell the user to switch to Full Mode to save, schedule, test, and run it.

Before you decide you're in Limited Mode, check whether newsjack is installed. It ships as a prebuilt, bundled binary — you do not need Go, a compiler, or any build/install step to run it. Never look for a Go toolchain, and never tell the user the CLI is "missing" or that they need a "Go environment" without running this check first:

  1. Run newsjack --version. If it prints a version, you're in Full Mode — use plain newsjack ... for every command below.
  2. If newsjack isn't on PATH, try the bundled location ~/.newsjack/bin/newsjack --version. If that prints a version, use that full path in place of newsjack everywhere below.
  3. Only if both fail (and you genuinely have no shell) are you in Limited Mode.

The bundled binary is almost always already installed — assume Full Mode and verify, don't assume it's missing.

Which path to take

  • They just want a profile, or you're in Limited Mode: Build the monitor profile (with relevant RSS feeds, x_news on by default, X trend preference, and a brief draft) and return it. Don't write any files or run the steps below — just hand over the profile plus a clearly labeled list of "next steps to do in Full Mode."
  • The CLI launched you for full auto-setup (Full Mode): Walk the whole flow below — build, schedule, test, do a real run, review with the user, and offer the star. This actually installs and verifies a working monitor end to end.

Read the full file on GitHub · 344 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. 12d ago First seen · 344 lines · 54 tokens per session scan B 8bcde545e0fc

Subscribe to this mod's changes

newsjack-monitor-setup is a skill published in the GitHub repository elvisun/newsjack (667 stars, last pushed 10d ago), licensed MIT. It adds 54 tokens to every session and 5,100 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 2 findings (subtle steering, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.