tech-news

Fetch tech news from multiple sources and generate a Chinese Markdown digest.

1|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/foundralab/my-skills --skill tech-news
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-news
Source: https://github.com/foundralab/my-skills/tree/main/tech-news
Command: npx skills add https://github.com/foundralab/my-skills --skill tech-news

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill fetches tech news from multiple sources, translates titles and summaries to Chinese, and generates a ready-to-publish Markdown daily digest. It also supports optional image uploads to R2 for richer reports.

Core Features & Use Cases

  • Multi-source aggregation: Hacker News, GitHub Trending, Dev.to, and more are combined into a single digest.
  • Translation & formatting: Titles and summaries are translated to Chinese and formatted into a consistent Markdown report.
  • Image enrichment (optional): If configured, article images are uploaded to R2 and embedded in the markdown.
  • Use Case: Daily tech-news roundups for a team blog or personal digest.

Quick Start

Run: python3 scripts/generate.py --date $(date +%F) --save ./news.md

Frequently Asked Questions about tech-news

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

FAQPage Schema
How do I generate a Chinese tech news digest from Hacker News and GitHub Trending?

To generate a Chinese tech news digest, run the provided Python script via command line, specifying the target date and an output file path for the Markdown report. The script fetches, translates, and formats articles into a ready-to-publish daily digest.

What sources are included in a multi-source tech news aggregation?

Multi-source tech news aggregation combines articles from Hacker News, GitHub Trending, and Dev.to into a single digest. The system fetches headlines and summaries from these platforms, balancing the article coverage to provide a comprehensive technology overview.

Can I upload article images to R2 storage for a Markdown news digest?

Yes, you can upload article images to R2 storage to enrich a Markdown news digest. By configuring the necessary environment variables for API keys and storage, the script processes images and embeds the R2 links directly into the generated Markdown report.

Do I need Python environment variables to translate tech news to Chinese?

Yes, you need Python environment variables configured to translate tech news to Chinese and handle image uploads. These variables store the required API keys for translation services and R2 storage credentials to fully execute the digest generation process.

What is the best way to format translated technology news into a daily report?

The best way to format translated technology news into a daily report is by using Markdown. The generation script automatically translates titles and summaries to Chinese, then applies a consistent Markdown structure to produce a ready-to-publish file for team blogs.