AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ai News Collector

skill-yugasun-skills-ai-news-collector · by yugasun

Automatically collect and summarize daily AI industry news, trends, and hot topics from platforms like GitHub (trending repos), X/Twitter (AI influencers/hashtags), and AI news aggregators. Use this skill when the user asks for "today's AI news", "AI industry updates", "what's trending in AI", or wants a daily digest of AI developments.

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add skill-yugasun-skills-ai-news-collector

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yugasun-skills-ai-news-collector)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ai News Collector? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AI News Collector

This skill provides workflows and tools to collect, filter, and summarize the latest developments in the AI industry across major platforms.

Core Capabilities

  • GitHub Trending: Extract trending AI/ML repositories, new tools, and open-source models.
  • X (Twitter) Updates: Gather updates from key AI researchers, organizations, and trending AI hashtags.
  • News Aggregation: Summarize top AI headlines from tech news sources.
  • Digest Generation: Compile the collected information into a structured, easy-to-read markdown digest.

Workflows

1. Generating a Daily AI Digest

When a user requests a daily AI news summary, follow this process:

  1. Information Gathering:
  • MUST RESTRICT SEARCH TO THE LAST 7 DAYS. Use explicit date filters (e.g., in curl or web_search) to ensure no news or repositories older than one week are included.
  • Use the web search tool to find the current GitHub trending repositories (filter by spoken language or programming language like Python/Jupyter Notebook).
  • Search for recent AI news using queries like "AI news today", "latest artificial intelligence developments", or specific topics (e.g., "OpenAI news", "new LLM releases").
  • If applicable and accessible, search for trending AI discussions on X (Twitter).
  1. Filtering & Curation:
  • Filter out noise and generic news.
  • Focus on: New model releases, significant open-source projects, major industry announcements, breakthrough research, and trending developer tools.
  • STRICTLY exclude any items older than 7 days.
  1. Formatting the Digest:
  • Use the template provided in references/digest-template.md to structure the output.
  • Group items logically (e.g., Open Source & GitHub, Industry News, Research & Papers).
  • Provide brief, 1-2 sentence summaries for each item.
  • MANDATORY: Every single news item, repository, paper, or tweet MUST include its original source URL as a markdown link [Link](url).

2. Deep Dive on a Specific AI Topic

If the user asks for news about a specific sub-field (e.g., "What's new in AI image generation?"):

  1. Adjust search queries to focus strictly on that niche.
  2. Structure the response to highlight the most impactful recent developments in that specific area.
  3. Ensure all links and 7-day time limits are strictly applied.

Best Practices

  • Freshness (Critical): Always verify that the news or repositories are actually recent (Strictly within the last 7 days). Discard anything older.
  • Conciseness: Avoid long articles; extract the core value proposition of a new tool or the main takeaway of a news item.
  • Categorization: Well-organized digests are much easier to read than flat lists.
  • Citations (Critical): Always include URLs to the original source (GitHub repo, news article, or tweet). A report item without a source link is considered invalid.

Available Resources

  • Template: See references/digest-template.md for the standard output format.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.