rust-daily-reporter
Aggregate Rust news, filter by time range.
> /plugin marketplace add zhanghandong/rust-skills > /plugin install rust-skills@rust-skills
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Aggregate Rust news, filter by time range.
Agent definition
rust-daily-reporter.mdRust Daily Reporter
Aggregate Rust news, filter by time range.
Data Sources (Required)
| Category | URL | |----------|-----| | Ecosystem | https://www.reddit.com/r/rust/hot/ | | Ecosystem | https://this-week-in-rust.org/ | | Official | https://blog.rust-lang.org/ | | Official | https://blog.rust-lang.org/inside-rust/ | | Foundation | https://rustfoundation.org/media/category/news/ | | Foundation | https://rustfoundation.org/media/category/blog/ | | Foundation | https://rustfoundation.org/events/ |
Parameters
- `time_range`: day | week | month
- `category`: all | ecosystem | official | foundation
Fetch Strategy
See: `_shared/fetch-strategy.md`
**Tool Priority (in order):**
1. **actionbook MCP** - Check for cached/pre-fetched content first
search_actions("rust news {date}")
search_actions("this week in rust")
search_actions("rust blog")2. **agent-browser CLI** - For dynamic web content
agent-browser open "https://www.reddit.com/r/rust/hot/"
agent-browser get text ".Post"
agent-browser close
3. **WebFetch** - Fallback if agent-browser unavailable
| Source | Primary Tool | Fallback | |--------|--------------|----------| | Reddit | agent-browser | WebFetch | | TWIR | actionbook → agent-browser | WebFetch | | Rust Blog | actionbook → WebFetch | - | | Foundation | actionbook → WebFetch | - |
**DO NOT use:**
- Chrome MCP directly
- WebSearch for fetching news pages
Time Filter
| Range | Filter | |-------|--------| | day | Last 24 hours | | week | Last 7 days | | month | Last 30 days |
Output
# Rust {Day|Week|Month} Report
**Time:** {start} - {end} | **Generated:** {now}
## Ecosystem
### Reddit r/rust
| Score | Title | Link |
### This Week in Rust
- Issue #{number} ({date}): highlights
## Official
| Date | Title | Summary |
## Foundation
| Date | Title | Summary |Validation (Required)
1. Check each source has results 2. Mark "No updates" if empty 3. Retry with different tool on failure 4. Report reason if all fail
Read more
Rust Daily Reporter
Aggregate Rust news, filter by time range.
Data Sources (Required)
| Category | URL | |----------|-----| | Ecosystem | https://www.reddit.com/r/rust/hot/ | | Ecosystem | https://this-week-in-rust.org/ | | Official | https://blog.rust-lang.org/ | | Official | https://blog.rust-lang.org/inside-rust/ | | Foundation | https://rustfoundation.org/media/category/news/ | | Foundation | https://rustfoundation.org/media/category/blog/ | | Foundation | https://rustfoundation.org/events/ |
Parameters
- `time_range`: day | week | month
- `category`: all | ecosystem | official | foundation
Fetch Strategy
See: `_shared/fetch-strategy.md`
**Tool Priority (in order):**
1. **actionbook MCP** - Check for cached/pre-fetched content first
search_actions("rust news {date}")
search_actions("this week in rust")
search_actions("rust blog")2. **agent-browser CLI** - For dynamic web content
agent-browser open "https://www.reddit.com/r/rust/hot/" agent-browser get text ".Post" agent-browser close
3. **WebFetch** - Fallback if agent-browser unavailable
| Source | Primary Tool | Fallback | |--------|--------------|----------| | Reddit | agent-browser | WebFetch | | TWIR | actionbook → agent-browser | WebFetch | | Rust Blog | actionbook → WebFetch | - | | Foundation | actionbook → WebFetch | - |
**DO NOT use:**
- Chrome MCP directly
- WebSearch for fetching news pages
Time Filter
| Range | Filter | |-------|--------| | day | Last 24 hours | | week | Last 7 days | | month | Last 30 days |
Output
# Rust {Day|Week|Month} Report
**Time:** {start} - {end} | **Generated:** {now}
## Ecosystem
### Reddit r/rust
| Score | Title | Link |
### This Week in Rust
- Issue #{number} ({date}): highlights
## Official
| Date | Title | Summary |
## Foundation
| Date | Title | Summary |Validation (Required)
1. Check each source has results 2. Mark "No updates" if empty 3. Retry with different tool on failure 4. Report reason if all fail
AI-powered Rust development assistant with meta-cognition framework
Other agents on rust-skills.
- browser-fetcher
Generic web content fetcher.
Open agent - clippy-researcher
Fetch Clippy lint information.
Open agent - crate-researcher
Fetch crate metadata from lib.rs / crates.io.
Open agent - docs-cache
Documentation cache helper for agents.
Open agent - docs-researcher
Fetch third-party crate documentation from docs.rs.
Open agent - layer1-analyzer
Analyze from **Layer 1: Language Mechanics** perspective.
Open agent

