wiki-news

Ingest daily news batches, filter by topics, and publish a Spanish Radar note to the wiki.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/deox420/second-brain --skill wiki-news
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-news
Source: https://github.com/deox420/second-brain/tree/main/skills/wiki-news
Command: npx skills add https://github.com/deox420/second-brain --skill wiki-news

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingests raw news items produced by the daily cron, filters by TEMAS DE INTERÉS defined in CLAUDE.md, deduplicates, and writes a single Spanish Radar note to wiki/sources/news/YYYY-MM-DD.md. It also updates index pages and related notes to keep the vault current.

Core Features & Use Cases

  • Batch news ingestion: Reads daily raw items from .raw/news/YYYY-MM-DD/ and converts them into a consolidated radar entry.
  • Topic filtering: Applies CLAUDE's TEMAS DE INTERÉS to keep signal quality and ignore noise.
  • Deduplication & linking: Merges duplicates and links to existing wiki pages and entities.
  • Spanish summarization: Produces concise, neutral Spanish summaries suitable for publication.
  • Wiki publishing & indexing: Writes the daily note to wiki/sources/news/YYYY-MM-DD.md and updates wiki/index.md, wiki/log.md, and hot lists.

Quick Start

Run the daily news ingest flow to generate the Radar note for today.

Frequently Asked Questions about wiki-news

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily news ingestion into a wiki vault?

Daily news ingestion is automated by reading raw news items from dated directories, filtering them by user-defined topics, and publishing a consolidated daily note directly into your wiki vault.

How does topic-based filtering work for daily news batches?

Topic-based filtering works by applying user-defined topics of interest from CLAUDE.md to incoming daily news batches, keeping signal quality high and ignoring irrelevant noise before wiki publishing.

How do I deduplicate and link news items to existing wiki pages?

Deduplication and linking merge duplicate news items and connect the consolidated radar entry to existing wiki pages and entities, ensuring your vault remains current and interconnected.

Can I generate Spanish summaries for automated daily news radars?

Spanish summaries are generated automatically during the consolidation process, producing concise, neutral Spanish text suitable for direct publication into your wiki's daily news radar.

Does wiki-news update wiki index pages and logs automatically?

Yes, wiki-news automatically updates wiki index pages and logs, writing the daily note to dated markdown files while maintaining index pages and hot lists to keep the vault current.

What is the best way to consolidate raw news items into a single daily note?

The best way to consolidate raw news items is batch processing, which reads daily raw items from dated folders, applies filtering and deduplication, and writes a single consolidated radar note to the wiki.