← 返回 Skills 市场
480
总下载
1
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install clawfeed-digest
功能描述
Fetch ClawFeed AI news digests (4h/daily/weekly) and save them automatically to a specified Obsidian directory with flexible CLI options.
使用说明 (SKILL.md)
ClawFeed Digest Fetcher
抓取 ClawFeed AI 新闻简报,写入 Obsidian 知识库
功能
- 抓取 ClawFeed 简报(4h/日报/周报)
- 自动写入 Obsidian 指定目录
使用方法
# 安装依赖
pip install requests
# 获取今日日报
python scripts/fetch_clawfeed.py
# 获取 4h 简报
python scripts/fetch_clawfeed.py -t 4h
参数
--type,-t: 简报类型 (4h, daily, weekly)--limit,-l: 获取数量--output,-out: 输出目录
数据来源
OpenClaw 定时任务
{
"name": "每日 AI 新闻简报",
"schedule": "0 17 * * *",
"payload": {
"message": "运行 python ~/.openclaw/skills/clawfeed-digest/scripts/fetch_clawfeed.py"
}
}
安全使用建议
This skill appears to do exactly what it says: fetch public ClawFeed digests and write them as markdown files to an Obsidian vault. Before installing or scheduling it, consider these practical points:
- Verify output location: by default it writes to ~/OneDrive/文档/Obsidian Vault/AI新闻. If you don't want results synced to OneDrive/cloud, supply --output to a local-only folder.
- Run manually first: execute python scripts/fetch_clawfeed.py locally to confirm the content and filenames meet your expectations before adding a cron job.
- Review and trust source: the package metadata has no homepage; docs point to a GitHub repo (adminlove520/clawfeed-digest). If provenance matters, inspect that upstream repo for updates or tampering.
- Data handling: the script will overwrite files with the same generated filename; back up any important notes you might overwrite.
- Environment hygiene: install 'requests' in a virtualenv rather than system-wide if you prefer isolation.
Overall there are no code-level signs of credential harvesting, unexpected network endpoints, or privileged operations, so the skill is internally consistent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: clawfeed-digest
Version: 1.0.3
The skill bundle is designed to fetch AI news digests from the ClawFeed API and save them as Markdown files in a local Obsidian vault. The core logic in `scripts/fetch_clawfeed.py` is straightforward, using the `requests` library for data retrieval and standard file I/O for storage, with no evidence of data exfiltration or command injection. The documentation (`SKILL.md`, `README.md`, and the `docs/` folder) provides clear instructions for automation and synchronization using legitimate third-party tools like Fast Note Sync Service.
能力评估
Purpose & Capability
Name/description claim to fetch ClawFeed digests and save them to Obsidian; the included script fetches from https://clawfeed.kevinhe.io/api/digests and writes markdown files into an Obsidian directory. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md tells the agent to pip install requests and run scripts/fetch_clawfeed.py (matching the provided script). The script performs only an unauthenticated GET to the stated API and writes files to a user vault path (default: ~/OneDrive/文档/Obsidian Vault/AI新闻). Note: writing into a OneDrive-synced vault means the results will be uploaded to the user's cloud storage — this is expected but worth awareness.
Install Mechanism
No install spec is provided; the skill is instruction-only and only recommends installing the widely used 'requests' Python package. No downloads from arbitrary URLs or archive extraction are present in the skill itself.
Credentials
The skill requests no environment variables, no credentials, and does not access other config paths. Its behavior (network GET and filesystem writes) is proportionate to the declared purpose.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request elevated privileges or modify other skills' configurations. The provided cron example runs the script on a schedule — scheduling is appropriate for the stated functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawfeed-digest - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawfeed-digest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Documentation updated: added a new file docs/fast-note-sync-service.md.
- No changes to core functionality or usage.
v1.0.2
- Added detailed documentation, including usage notes and cron job instructions, in the new docs/ directory.
- No changes to core functionality.
- Improved overall clarity and support with separate doc files for fast note sync and Obsidian integration.
v1.0.1
- Added a README.md file for improved documentation.
- Updated SKILL.md: simplified usage instructions, streamlined parameter list, and updated scheduling example.
- Removed some command details and advanced CLI usage for clarity.
- Minor wording and formatting adjustments.
v1.0.0
ClawFeed Digest Fetcher 1.0.0 – Initial Release
- Fetches ClawFeed briefings (4-hourly, daily, weekly) from the command line.
- Automatically writes fetched news to a specified folder in your Obsidian vault.
- Flexible command line options for briefing type, quantity, offset, and output directory.
- Can be used as a cron job for scheduled fetching or triggered in conversations.
- Supports Python 3.6+ with requests library.
元数据
常见问题
Clawfeed Digest 是什么?
Fetch ClawFeed AI news digests (4h/daily/weekly) and save them automatically to a specified Obsidian directory with flexible CLI options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 480 次。
如何安装 Clawfeed Digest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawfeed-digest」即可一键安装,无需额外配置。
Clawfeed Digest 是免费的吗?
是的,Clawfeed Digest 完全免费(开源免费),可自由下载、安装和使用。
Clawfeed Digest 支持哪些平台?
Clawfeed Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawfeed Digest?
由 Anonymous(@adminlove520)开发并维护,当前版本 v1.0.3。
推荐 Skills