← Back to Skills Marketplace
adminlove520

Clawfeed Digest

by Anonymous · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
480
Downloads
1
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install clawfeed-digest
Description
Fetch ClawFeed AI news digests (4h/daily/weekly) and save them automatically to a specified Obsidian directory with flexible CLI options.
README (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"
  }
}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawfeed-digest
  3. After installation, invoke the skill by name or use /clawfeed-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug clawfeed-digest
Version 1.0.3
License
All-time Installs 3
Active Installs 2
Total Versions 4
Frequently Asked Questions

What is Clawfeed Digest?

Fetch ClawFeed AI news digests (4h/daily/weekly) and save them automatically to a specified Obsidian directory with flexible CLI options. It is an AI Agent Skill for Claude Code / OpenClaw, with 480 downloads so far.

How do I install Clawfeed Digest?

Run "/install clawfeed-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Clawfeed Digest free?

Yes, Clawfeed Digest is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Clawfeed Digest support?

Clawfeed Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Clawfeed Digest?

It is built and maintained by Anonymous (@adminlove520); the current version is v1.0.3.

💬 Comments