← 返回 Skills 市场
hjw21century

Ai Daily

作者 hjw21century · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
765
总下载
2
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-daily
功能描述
Fetches AI news from smol.ai RSS. Use when user asks about AI news or daily tech updates.
使用说明 (SKILL.md)

AI Daily News

Fetch AI industry news from smol.ai RSS feed.

Quick Start

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

Query Types

Type Examples Description
Relative date 昨天AI资讯 今天的新闻 前天 Yesterday, today, day before
Absolute date 2026-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 Input Target Date Calculation
昨天 Yesterday today - 1 day
前天 Day before today - 2 days
今天 Today Current date
2026-01-13 2026-01-13 Direct 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

Variable Description Default
RSS_URL RSS feed URL https://news.smol.ai/rss.xml

No API keys required.


Troubleshooting

Issue Solution
RSS fetch fails Check network connectivity
Invalid date Use YYYY-MM-DD format
No content Check available date range

References

安全使用建议
This skill appears to do what it claims: fetch and format AI news from smol.ai. Before installing, note: (1) it needs network access to https://news.smol.ai and the Python packages 'feedparser' and 'requests' (pip install them in a virtualenv if you prefer); (2) SKILL.md mentions generating/saving themed HTML, but the provided script only outputs JSON — if you rely on automatic HTML output, you'll need to implement or run an extra step that applies the templates in references/*.md; (3) the SKILL.md path to the script may not match where files are installed, so run the script from the skill root or adjust the path; and (4) run the script in a restricted environment if you want to limit network access. Overall the package is coherent and low-risk, but review/adjust the small implementation inconsistencies before enabling automated runs.
功能分析
Type: OpenClaw Skill Name: ai-daily Version: 0.1.0 The skill bundle is designed to fetch AI news from a specific, hardcoded RSS feed (news.smol.ai/rss.xml). The `SKILL.md` provides clear instructions for the AI agent to execute the `fetch_news.py` script, and the script itself safely handles user-provided date arguments without any shell injection vulnerabilities. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended behavior. All network requests are directed to the legitimate smol.ai domain, and file system access is limited to standard library operations.
能力评估
Purpose & Capability
Name/description match the included code: scripts/fetch_news.py downloads and parses https://news.smol.ai/rss.xml and returns JSON. No unrelated credentials, binaries, or cloud access are requested. Minor mismatch: SKILL.md references running the script at 'skills/ai-daily/scripts/fetch_news.py' while the pack contains 'scripts/fetch_news.py' (path may differ at runtime).
Instruction Scope
SKILL.md stays focused on parsing dates, fetching RSS, and formatting results. It also describes generating themed HTML pages and saving to docs/{date}.html using the referenced templates, but the included Python script only prints JSON and does not generate or save HTML — this is a scope/implementation inconsistency (likely an authoring gap rather than malicious behavior).
Install Mechanism
There is no install spec that downloads or executes remote installers. The SKILL.md advises 'pip install feedparser requests' — a reasonable, low-risk dependency request. No arbitrary URL downloads or extracted archives are present.
Credentials
No environment variables, credentials, or sensitive config paths are requested. The script only makes outbound HTTP requests to the declared RSS_URL; no secret exfiltration is present in the code.
Persistence & Privilege
The skill does not request 'always: true' or attempt to modify other skills or system-wide settings. It does not persist credentials. Runtime behavior is limited to fetching/parsing RSS and printing results.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — Fetches and displays daily AI industry news from the smol.ai RSS feed. - Supports queries by relative dates (e.g., today, yesterday), absolute dates (YYYY-MM-DD), and available date ranges. - Provides clear error handling and suggestions when news is unavailable for the requested date. - Shows results in a simple markdown format, including source attribution. - Command-line tools for fetching news by date or range, with configurable RSS feed URL and no API keys needed. - Includes troubleshooting tips and references for output formatting.
元数据
Slug ai-daily
版本 0.1.0
许可证
累计安装 10
当前安装数 9
历史版本数 1
常见问题

Ai Daily 是什么?

Fetches AI news from smol.ai RSS. Use when user asks about AI news or daily tech updates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 765 次。

如何安装 Ai Daily?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-daily」即可一键安装,无需额外配置。

Ai Daily 是免费的吗?

是的,Ai Daily 完全免费(开源免费),可自由下载、安装和使用。

Ai Daily 支持哪些平台?

Ai Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Daily?

由 hjw21century(@hjw21century)开发并维护,当前版本 v0.1.0。

💬 留言讨论