ai-news-intelligence

ai-news-intelligence is a skill for Claude Code, Codex from jayanthmb14/forthepeople. It costs 106 tokens per session (3,713 once invoked), scanned A, original, no licence file.

An automated news-analysis system for ForThePeople.in that reads Indian news, extracts civic information and updates a district dashboard. It connects news processing with the platform's data.

In plain words
What is it for?
Use it to build, debug or extend the news pipeline, including its analysis and dashboard updates.
Why use it?
It reduces the manual work of turning relevant news into structured district information.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to build, debug or extend the news pipeline, including its analysis and dashboard updates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jayanthmb14/forthepeople/ai-news-intelligence
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 jayanthmb14/forthepeople --skill ai-news-intelligence
Clone the repo
git clone --depth 1 https://github.com/jayanthmb14/forthepeople

Made for: Claude Code, Codex.

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 ai-news-intelligence

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayanthmb14/forthepeople/ai-news-intelligence/github.svg)](https://agentmods.dev/skills/jayanthmb14/forthepeople/ai-news-intelligence)
Your own site
<a href="https://agentmods.dev/skills/jayanthmb14/forthepeople/ai-news-intelligence"><img src="https://agentmods.dev/badge/skills/jayanthmb14/forthepeople/ai-news-intelligence/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 ai-news-intelligence

Your own site · 80×15
<a href="https://agentmods.dev/skills/jayanthmb14/forthepeople/ai-news-intelligence"><img src="https://agentmods.dev/badge/skills/jayanthmb14/forthepeople/ai-news-intelligence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,713 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 unknown 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.00106 $0.03713
Opus 5 $0.00053 $0.01857
Sonnet 5 $0.00021 $0.00743
Haiku 4.5 $0.00011 $0.00371

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

Security

Grade A, and why

ai-news-intelligence 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 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.

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.

docs/AI-NEWS-INTELLIGENCE-SKILL.md · 435 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 435 lines · 106 tokens per session scan A 08f2af194202

Subscribe to this mod's changes

ai-news-intelligence is a skill published in the GitHub repository jayanthmb14/forthepeople (310 stars, last pushed yesterday), with no licence file. It adds 106 tokens to every session and 3,713 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

portaljs-add-dcat

Make a PortalJS portal harvestable by national/EU/US open-data portals — emit standards-compliant DCAT catalog feeds (DCAT 2/3, DCAT-AP, DCAT-US, national profiles) in JSON-LD, Turtle, and RDF/XML at build, with autodiscovery and per-profile conformance checking. Use when a portal needs to be harvested by…

datopian/portaljs · 99 tokens

portaljs-architect

Recommend a data-portal architecture (storage, compute, catalog, access, hosting, metadata) from stated needs, then hand off to the build skills. The advisory entry point. Use when starting a new data-portal project and the underlying architecture has not yet been decided.

datopian/portaljs · 60 tokens

portaljs-define-schema

Define a dataset's metadata profile — infer a Frictionless Table Schema from its data, add Data Package metadata (license, sources, keywords), and write it into datasets.json so the showcase renders a typed field table. Extend or customize via the L0-L3 profile ladder. Use when a registered dataset needs field types…

datopian/portaljs · 79 tokens

portaljs-migrate

Migrate (harvest) datasets between open-data platforms. Reads CKAN, a DCAT-US /data.json catalog (DKAN, ArcGIS Hub, data.gov), a DCAT / DCAT-AP RDF feed (JSON-LD, Turtle, or RDF/XML), Socrata, OpenDataSoft, or an ArcGIS FeatureServer, and writes them to a static PortalJS catalog or pushes them into a CKAN instance…

datopian/portaljs · 122 tokens

rag-knowledge

Work with the RAG knowledge base — ingest documents, run semantic search, manage collections, or add a sync source/connector (Google Drive, S3). Use when populating or debugging the knowledge base, tuning retrieval, or adding a new document source. This project uses {{ cookiecutter.vectorstore }} + {{…

vstorm-co/full-stack-ai-agent-template · 76 tokens

ckan-mcp

MCP server for exploring CKAN-based open data portals (dati.gov.it, data.gov, data.gov.uk, open.canada.ca, demo.ckan.org, and any other CKAN instance). Also covers data.europa.eu via its REST API (not CKAN). Use this skill whenever the user: asks about open data, public datasets, or data portals; mentions a country…

ondata/ckan-mcp-server · 158 tokens