Skip to content
Development
Command

/ai-daily

Generate AI daily/weekly news report from Reddit communities

From plugin
rust-skills
1.4k21 skills11 agents21 commands1 hook
+1
Install
> /plugin marketplace add zhanghandong/rust-skills
> /plugin install rust-skills@rust-skills

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/ai-daily

Context preview

What this command does when you run it.

Generate AI daily/weekly news report from Reddit communities

Command definition

ai-daily.md
description: Generate AI daily/weekly news report from Reddit communities
argument-hint: [day|week|month] [--save [path]]

AI Daily Report

Generate a summarized report of AI news from Reddit communities.

Arguments: $ARGUMENTS

  • `time_range` (optional): `day` | `week` | `month` (default: `day`)
  • `--save` (optional): Save report to file. If path not specified, saves to `~/Documents/reports/ai-daily/`

---

Sources

| Community | URL | Focus | |-----------|-----|-------| | r/AI_Agents | https://www.reddit.com/r/AI_Agents/ | AI Agent development, tools | | r/ClaudeAI | https://www.reddit.com/r/ClaudeAI/ | Claude, Anthropic updates | | r/ChatGPT | https://www.reddit.com/r/ChatGPT/ | ChatGPT, OpenAI updates |

---

Instructions

1. Parse Arguments

/ai-daily              → day (last 24 hours), display only
/ai-daily day          → last 24 hours
/ai-daily week         → last 7 days
/ai-daily month        → last 30 days
/ai-daily --save       → save to ~/Documents/reports/ai-daily/{date}-ai-{time_range}.md
/ai-daily --save /path/to/dir  → save to specified directory
/ai-daily week --save  → weekly report, save to default location

2. Fetch Content

**YOU MUST USE THE BASH TOOL TO RUN agent-browser COMMANDS.**

agent-browser IS installed at `/opt/homebrew/bin/agent-browser`.

**Use `--headed` flag to use local browser with user's cookies/login state.**

┌─────────────────────────────────────────────────────────┐
│  FOR EACH SUBREDDIT:                                    │
│                                                         │
│  1. USE BASH TOOL: agent-browser --headed open/get     │
│         ↓ (only if Bash returns error)                 │
│  2. Mark source as "unavailable"                       │
│                                                         │
│  ⚠️  YOU MUST ACTUALLY RUN THE BASH COMMANDS           │
│  ⚠️  DO NOT ASSUME agent-browser is unavailable        │
│  ⚠️  Reddit REQUIRES JavaScript - WebFetch WILL FAIL   │
└─────────────────────────────────────────────────────────┘

Step 2a: r/AI_Agents

**Use the Bash tool to execute these commands:**

Bash("agent-browser --headed open 'https://www.reddit.com/r/AI_Agents/top/?t={time_range}'")
Bash("agent-browser get text 'article' --limit 20")
Bash("agent-browser close")

Where `{time_range}` is: `day`, `week`, or `month`

Step 2b: r/ClaudeAI

**Use the Bash tool:**

Bash("agent-browser --headed open 'https://www.reddit.com/r/ClaudeAI/top/?t={time_range}'")
Bash("agent-browser get text 'article' --limit 20")
Bash("agent-browser close")

Step 2c: r/ChatGPT

**Use the Bash tool:**

Bash("agent-browser --headed open 'https://www.reddit.com/r/ChatGPT/top/?t={time_range}'")
Bash("agent-browser get text 'article' --limit 20")
Bash("agent-browser close")

Step 2d: Alternative Selectors (if 'article' returns empty)

Try these selectors in order:

"[data-testid='post-container']"
".Post"
"shreddit-post"
"div[data-fullname]"

3. Format Output

**CRITICAL: Every item MUST include:** 1. ✅ Real source link (not fabricated) 2. ✅ Key takeaway summary (1-2 sentences) 3. ✅ Engagement metrics (upvotes, comments) 4. ✅ Publication date/time

Display the report in markdown format:

# 🤖 AI {Time_Range} Report

**Period:** {start_date} - {end_date} | **Generated:** {now}
**Sources:** {count} posts from 3 subreddits

---

## 📊 Quick Stats

| Metric | Value |
|--------|-------|
| Total Posts Analyzed | {count} |
| Hot Discussions (>100 comments) | {hot_count} |
| Product Announcements | {announcement_count} |
| Tutorials/Guides | {tutorial_count} |
| Most Active Community | r/{subreddit} |

---

## 🤖 r/AI_Agents - AI Agent Development

### Top Posts

#### 1. {Post Title}
- **Link:** https://reddit.com/r/AI_Agents/comments/{id}
- **Score:** {upvotes} ⬆️ | **Comments:** {comments} 💬 | **Posted:** {time_ago}
- **Author:** u/{username}
- **Key Takeaway:** {1-2 sentence summary explaining why this matters for AI agent developers}
- **Tags:** `{agent-framework}` `{use-case}` `{difficulty-level}`

#### 2. {Post Title}
- **Link:** {real_url}
- **Score:** {upvotes} ⬆️ | **Comments:** {comments} 💬 | **Posted:** {time_ago}
- **Key Takeaway:** {summary}

{... more posts}

**🔥 Hot Topics in r/AI_Agents:**
- {topic 1}: {brief context with related post links}
- {topic 2}: {brief context}

**💡 Emerging Tools/Frameworks:** {list any new tools mentioned}

---

## 🟠 r/ClaudeAI - Claude & Anthropic

### Top Posts

#### 1. {Post Title}
- **Link:** https://reddit.com/r/ClaudeAI/comments/{id}
- **Score:** {upvotes} ⬆️ | **Comments:** {comments} 💬 | **Posted:** {time_ago}
- **Author:** u/{username}
- **Key Takeaway:** {what Claude users should know}
- **Tags:** `{feature}` `{use-case}`

{... more posts}

**🔥 Hot Topics in r/ClaudeAI:**
- {topic 1}: {context}
- {topic 2}: {context}

**📢 Official/Notable Updates:** {any Anthropic announcements or significant feature discoveries}

---

## 🟢 r/ChatGPT - ChatGPT & OpenAI

### Top Posts

#### 1. {Post Title}
- **Link:** https://reddit.com/r/ChatGPT/comments/{id}
- **Score:** {upvotes} ⬆️ | **Comments:** {comments} 💬 | **Posted:** {time_ago}
- **Author:** u/{username}
- **Key Takeaway:** {what ChatGPT users should know}
- **Tags:** `{feature}` `{use-case}`

{... more posts}

**🔥 Hot Topics in r/ChatGPT:**
- {topic 1}: {context}
- {topic 2}: {context}

**📢 Official/Notable Updates:** {any OpenAI announcements}

---

## 🔥 Cross-Community Trends

Topics generating discussion across multiple subreddits:

### 1. {Trending Topic}
- **Why it matters:** {explanation}
- **Discussed in:** [r/AI_Agents]({url}), [r/ClaudeAI]({url}), [r/ChatGPT]({url})
- **Key perspectives:**
  - AI_Agents: {viewpoint}
  - ClaudeAI: {viewpoint}
  - ChatGPT: {viewpoint}

### 2. {Trending Topic}
- **Why it matters:** {explanation}
- **Related posts:** [{title}]({url}), [{title}]({url})

---

## 💡 AI Analysis & Insights

**Key Themes This {Peri
Read more
Ships withrust-skills

AI-powered Rust development assistant with meta-cognition framework

Get the whole plugin