Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
geekjourneyx avatar

Ai Daily

  • 260 installs
  • 26 repo stars
  • Updated February 8, 2026
  • geekjourneyx/mind-skills

Stay current on AI news, model releases, and tooling shifts so you can spot opportunities and inform product or agent design before you commit to a build.

About

ai-daily from mind-skills supports a recurring research ritual: surfacing what changed in AI each day so builders and PMs can connect fresh capabilities to ideas, competitive moves, and agent workflows before scoping or coding.

  • Daily AI trend digest
  • Model and tool release tracking
  • Informs early ideation
  • Reduces blind spots on new capabilities
  • Lightweight research habit

Ai Daily by the numbers

  • 260 all-time installs (skills.sh)
  • Ranked #2,479 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 24, 2026 (Skillselion catalog sync)
npx skills add https://github.com/geekjourneyx/mind-skills --skill ai-daily

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs260
repo stars26
Last updatedFebruary 8, 2026
Repositorygeekjourneyx/mind-skills

What it does

Stay current on AI news, model releases, and tooling shifts so you can spot opportunities and inform product or agent design before you commit to a build.

Files

SKILL.mdMarkdownGitHub ↗

AI Daily News

Fetch AI industry news from smol.ai RSS feed.

Quick Start

# Basic queries
昨天AI资讯
今天的AI新闻
2026-01-13的资讯

Query Types

TypeExamplesDescription
Relative date昨天AI资讯 今天的新闻 前天Yesterday, today, day before
Absolute date2026-01-13的新闻YYYY-MM-DD format
Date range有哪些日期的新闻Show available dates

Workflow

- [ ] Step 1: Parse date from user request
- [ ] Step 2: Fetch RSS data
- [ ] Step 3: Check content availability
- [ ] Step 4: Format and display results

---

Step 1: Parse Date

User InputTarget DateCalculation
昨天Yesterdaytoday - 1 day
前天Day beforetoday - 2 days
今天TodayCurrent date
2026-01-132026-01-13Direct parse

Format: Always use YYYY-MM-DD

---

Step 2: Fetch RSS

python skills/ai-daily/scripts/fetch_news.py --date YYYY-MM-DD

Available commands:

# Get specific date
python skills/ai-daily/scripts/fetch_news.py --date 2026-01-13

# Get date range
python skills/ai-daily/scripts/fetch_news.py --date-range

# Relative dates
python skills/ai-daily/scripts/fetch_news.py --relative yesterday

Requirements: pip install feedparser requests

---

Step 3: Check Content

When NOT Found

Sorry, no news available for 2026-01-14

Available date range: 2026-01-10 ~ 2026-01-13

Suggestions:
- View 2026-01-13 news
- View 2026-01-12 news

---

Step 4: Format Results

Example Output:

# AI Daily · 2026年1月13日

> not much happened today

## Content

[News content from smol.ai RSS...]

---
Source: smol.ai

---

Configuration

VariableDescriptionDefault
RSS_URLRSS feed URLhttps://news.smol.ai/rss.xml

No API keys required.

---

Troubleshooting

IssueSolution
RSS fetch failsCheck network connectivity
Invalid dateUse YYYY-MM-DD format
No contentCheck available date range

---

References

  • Output Format - Markdown template
  • HTML Themes - Webpage theme specifications

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.