ai-news-crawler

Crawl AI news from multiple sources and write a deduplicated timestamped JSON digest.

3|1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/feed-mob/claude-code-marketplace --skill ai-news-crawler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-news-crawler
Source: https://github.com/feed-mob/claude-code-marketplace/tree/main/plugins/ai-news-crawler/skills
Command: npx skills add https://github.com/feed-mob/claude-code-marketplace --skill ai-news-crawler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates gathering AI-related news from multiple sources, deduplicating entries, selecting the top 10 by time, translating summaries to Chinese, and writing a timestamped JSON file in the current directory.

Core Features & Use Cases

  • Multisource crawling: Aggregates AI news from Verge, TechCrunch, Liangziwei, 36Kr, and official announcements.
  • Deduplication & curation: Deduplicates by URL and title and selects the latest 10 items.
  • Language handling: Translates English summaries into Chinese while preserving the original language in the metadata.
  • Output: Writes a single timestamped JSON file named with the format <YYYYMMDD_HHMMSS>.json in the current directory.

Quick Start

Activate this skill and request the latest AI news to generate a timestamped Chinese summary JSON file.

Frequently Asked Questions about ai-news-crawler

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

FAQPage Schema
How do I crawl AI news from multiple sources and deduplicate entries?

This Skill crawls AI-related news from multiple sources like Verge, TechCrunch, and others, automatically deduplicates by URL and title, and selects the top 10 latest items. It handles deduplication and curation in a single workflow, eliminating manual filtering across sources.

Can I get AI news summaries translated to Chinese automatically?

Yes. The Skill translates English news summaries into Chinese while preserving language metadata. Each entry includes a summary_zh field with the translated content and a language tag indicating the original source language.

What output format does an AI news aggregator produce?

The Skill outputs a single timestamped JSON file named YYYYMMDD_HHMMSS.json containing 10 news entries. Each entry includes title, source, url, published_at in ISO8601 format, summary_zh, and language fields, written to your current directory.

How do I automate gathering the latest AI announcements across news platforms?

Activate this Skill and request the latest AI news. It automatically aggregates from Verge, TechCrunch, Liangziwei, 36Kr, and official sources, deduplicates, timestamps each entry to ISO8601 standard, and generates a JSON digest in one operation.

Does this handle duplicate AI news stories from different sources?

Yes. The Skill deduplicates entries by both URL and title to eliminate redundant stories, then ranks remaining items by publication time and selects the latest 10 for output, ensuring a clean, curated digest.