daily-tech-pulse

Aggregate trending tech news from RSS, Brave search, and APIs into ranked daily reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates and distills high-volume technology coverage into a concise, ranked daily brief so you do not need to manually scan many feeds and sites to keep up with AI, AR/MR, gaming and general tech trends.

Core Features & Use Cases

  • Scheduled Aggregation: Runs on configurable cron schedules to collect new items multiple times per day.
  • Multi-source Collection: Supports RSS, API and Brave search sources with a configurable source list.
  • Ranking & Deduplication: Merges results, removes duplicates, and computes a hot-score to produce a prioritized list.
  • Multi-channel Push: Sends daily reports via SMTP email or Feishu (webhook or app) with retry logic.
  • Use Case: A product or research team receives three daily digests summarizing top AI and gaming headlines to share in standups or decision meetings.

Quick Start

Configure your SMTP or Feishu webhook credentials and run the service in the skill directory so it builds, performs an initial fetch, stores results, and starts the scheduled cron pushes.

Frequently Asked Questions about daily-tech-pulse

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

FAQPage Schema
How do I aggregate RSS feeds and search results into a daily tech news digest?

You can aggregate RSS feeds and search results into a daily tech news digest by configuring a cron scheduler to collect, deduplicate, and rank items based on a hot-score before pushing them to your preferred channel.

How does news deduplication and hot-score ranking work for tech monitoring?

News deduplication and hot-score ranking work by merging multi-source items, removing duplicates, and computing a hot-score to produce a prioritized list of trending technology headlines for daily monitoring.

Can I send aggregated tech news reports directly to Feishu or SMTP email?

Yes, you can send aggregated tech news reports directly to Feishu or SMTP email using configurable push logic that supports webhooks and app integrations with built-in retry mechanisms.

What is the best way to schedule multiple daily AI and gaming news updates for a team?

The best way to schedule multiple daily AI and gaming news updates for a team is to configure cron schedules that fetch trending items multiple times a day and push ranked digests to team channels.

Do I need an API key to fetch tech news from Brave search for news aggregation?

Yes, you need an API key to fetch tech news from Brave search, as the aggregation service combines RSS feeds, APIs, and Brave search sources to collect trending items for the daily digest.

How to configure sources for automated tech monitoring and email notifications?

To configure sources for automated tech monitoring and email notifications, define your source list, set up SMTP credentials, and run the service to start fetching and pushing daily reports.