collect

Collect daily information from multiple sources into unified JSON and a briefing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alexaundre/mycc --skill collect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collect
Source: https://github.com/alexaundre/mycc/tree/main/.claude/skills/collect
Command: npx skills add https://github.com/alexaundre/mycc --skill collect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Aggregates and automates daily information collection from many sources so you no longer manually fetch, filter, and combine disparate news, trends, and platform signals into a single briefing.

Core Features & Use Cases

  • Automated multi-source collection: discovers and runs per-source Node.js collectors for RSS feeds, GitHub Trending, social hotlists, and proprietary APIs.
  • Parallel AI analysis: dispatches multiple agent analyses in parallel, each with its own analyst prompt and output file, then runs a synthesizer to produce cross-source insights.
  • Operational reliability: saves raw JSON, handles token expiry warnings, allows partial runs (select sources), and sends the final briefing as a Feishu notification.
  • Use Case: run a daily "早报" that pulls yesterday's posts, analyzes each platform, synthesizes trends, and pushes a concise briefing to Feishu for an indie developer or small product team.

Quick Start

Run the collect pipeline to fetch yesterday's data, run per-source analyses, synthesize a briefing, and push the result to Feishu using the collect trigger.

Frequently Asked Questions about collect

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

FAQPage Schema
How do I automate daily news aggregation from multiple RSS feeds and social hotlists?

Automate daily news aggregation by running per-source Node.js collector scripts that fetch data from RSS feeds, GitHub Trending, and social hotlists, then use parallel AI agents to synthesize the information into a formatted briefing.

Can I send an automated daily briefing to Feishu?

Yes, you can send an automated daily briefing to Feishu. The collection pipeline synthesizes cross-source insights and pushes the final formatted briefing directly to Feishu as a notification.

How does parallel AI analysis work for multi-source information collection?

Parallel AI analysis for multi-source collection works by dispatching multiple agents simultaneously, each applying its own analyst prompt to a specific data source, followed by a synthesizer that generates cross-source insights.

What is the best way to run a partial collection on specific news sources?

The best way to run a partial collection on specific sources is to use the pipeline's selective run feature, which allows you to target individual collectors while saving raw JSON outputs from the gathered data.

How do I handle token expiry warnings during automated data collection?

Handle token expiry warnings during automated data collection through the pipeline's built-in operational reliability features, which detect token expiration and alert you before saving the raw JSON outputs.

Does this daily briefing tool work with proprietary APIs for market trend monitoring?

Yes, this daily briefing tool works with proprietary APIs. It uses per-source Node.js collector scripts to monitor and aggregate market trends, product signals, and news from custom APIs into a unified JSON format.