Agent Skills
› NeverSight/learn-skills.dev
› rust-daily
rust-daily
GitHub用于获取Rust社区动态及官方报告。支持按日/周/月筛选,整合Reddit、TWIR、官方博客等来源,生成结构化新闻摘要。
Trigger Scenarios
rust news
rust daily
rust weekly
TWIR
rust blog
Rust 日报
Rust 周报
Rust 新闻
Rust 动态
Install
npx skills add NeverSight/learn-skills.dev --skill rust-daily -g -y
SKILL.md
Frontmatter
{
"name": "rust-daily",
"agent": "Explore",
"context": "fork",
"description": "CRITICAL: Use for Rust news and daily\/weekly\/monthly reports. Triggers on:\nrust news, rust daily, rust weekly, TWIR, rust blog,\nRust 日报, Rust 周报, Rust 新闻, Rust 动态\n",
"argument-hint": "[today|week|month]"
}
Rust Daily Report
Fetch Rust community updates, filtered by time range.
Data Sources
| Category | Sources |
|---|---|
| Ecosystem | Reddit r/rust, This Week in Rust |
| Official | blog.rust-lang.org, Inside Rust |
| Foundation | rustfoundation.org (news, blog, events) |
Parameters
time_range: day | week | month (default: week)category: all | ecosystem | official | foundation
Execution
Read agent file then launch Task:
1. Read: ../../agents/rust-daily-reporter.md
2. Task(subagent_type: "general-purpose", run_in_background: false, prompt: <agent content>)
Output Format
# Rust {Weekly|Daily|Monthly} Report
**Time Range:** {start} - {end}
## Ecosystem
| Score | Title | Link |
## Official
| Date | Title | Summary |
## Foundation
| Date | Title | Summary |
Validation
- Each source should have at least 1 result, otherwise mark "No updates"
- On fetch failure, retry with alternative tool
Version History
- e0220ca Current 2026-07-05 23:03


