searchnews

Crawl AI news from multiple sources and generate a structured daily digest.

266|71|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/zrt-ai-lab/opencode-skills --skill searchnews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: searchnews
Source: https://github.com/zrt-ai-lab/opencode-skills/tree/main/searchnews
Command: npx skills add https://github.com/zrt-ai-lab/opencode-skills --skill searchnews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps users gather and organize AI industry news from multiple sources for a specified date, ensuring comprehensive coverage and structured output.

Core Features & Use Cases

  • Multi-source crawling across AIBase日报, IT之家智能时代, 36氪, 机器之心, 量子位 to fetch date-specific news.
  • Ralph Loop structured workflow including task list (prd.json), depth search on details, de-duplication, and daily日报 output.
  • Date-specific reporting outputs to dailynews/YYYY-MM-DD/ with full content, sources, and timestamps for archival.

Quick Start

Tell the agent to search AI news for a specific date, such as 2026-01-25, to run the Ralph Loop workflow.

Frequently Asked Questions about searchnews

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

FAQPage Schema
How do I automate AI news scraping from multiple sources for a specific date?

To automate AI news scraping, you can trigger a workflow that gathers articles from sources like 机器之心 and 量子位 for a target date. The system validates the date, performs deep crawling for detailed content, deduplicates items, and outputs a structured daily digest.

What is the best way to generate a daily AI industry news digest?

The best way to generate a daily AI industry news digest is using a structured workflow that crawls specified sources, extracts full content with timestamps, deduplicates items, and archives the results under a date-specific directory for comprehensive coverage.

Does the AI news crawling workflow require any specific dependencies?

Yes, the AI news crawling workflow requires jq. This dependency is necessary to support the structured workflow that manages the task list in prd.json, performs deep search on details, and handles item deduplication.

Can I gather date-specific tech news from sources like 36氪 and IT之家?

Yes, you can gather date-specific tech news from 36氪 and IT之家智能时代. The workflow operates across these specified sources to fetch news for your target date and records progress in prd.json and progress.txt files.

How does the system handle duplicate articles when aggregating web-scraped news?

The system handles duplicate articles by performing deduplication during the aggregation process. After deep crawling extracts detailed content from multiple sources, the workflow removes redundant items before generating the final daily digest output.