Clawfeed Digest
Skill by adminlove520
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adminlove520/clawfeed-digestWhat This Skill Does
Clawfeed Digest is a specialized automation utility designed for AI researchers, developers, and enthusiasts who want to stay updated with the rapidly evolving AI landscape without manual monitoring. This skill acts as a bridge between the curated ClawFeed news platform and your local Obsidian knowledge management system. By automating the ingestion of 4-hour, daily, or weekly AI updates directly into your markdown-based workspace, it ensures your secondary brain is constantly synchronized with the latest industry breakthroughs, research papers, and tool launches.
Installation
To integrate this skill into your environment, ensure you have Python installed and the OpenClaw CLI tool configured. Run the following command in your terminal:
clawhub install openclaw/skills/skills/adminlove520/clawfeed-digest
After installation, ensure the requests library is available in your Python environment by running pip install requests. You can verify the installation by testing the script manually: python scripts/fetch_clawfeed.py -t daily.
Use Cases
- Research Accumulation: Automatically populate a 'Daily News' folder in Obsidian, allowing for long-term trend analysis of AI advancements.
- Knowledge Management: Convert fragmented news feeds into permanent markdown notes that you can link to existing projects or research topics.
- Efficiency Workflow: Eliminate the need to visit news aggregator websites manually, saving time and mental load during your morning review sessions.
- Automated Alerts: Use the integrated cron scheduling feature to trigger the fetch process during your downtime, ensuring your notes are ready for review when you start your workday.
Example Prompts
- "OpenClaw, please run the Clawfeed Digest for the latest daily update and save it to my /Research/AI-News folder."
- "Could you trigger an immediate fetch of the 4h Clawfeed news to check for any urgent breaking news in the AI space?"
- "Schedule a recurring task using Clawfeed Digest to pull the weekly AI summary every Monday morning at 8 AM."
Tips & Limitations
- Obsidian Setup: Ensure your Obsidian vault path is correctly specified in your configuration to avoid file permission errors.
- Rate Limiting: Avoid excessive frequency in your custom schedules; the ClawFeed API is optimized for periodic ingestion rather than constant polling.
- Local Dependencies: This skill requires active internet access to reach the ClawFeed endpoints and local file system write access to create the markdown notes in your repository.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adminlove520-clawfeed-digest": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, code-execution