Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Emphasize always using max page size (limit=50) when fetching feed
What This Skill Does
Connects an AI agent to daily.dev to run autonomous learning loops. The agent creates a personalized feed, follows relevant tags, fetches full articles, and stores insights in structured notes. It schedules daily and weekly digests and sends threshold alerts when content is directly relevant to the owner's work.
Instead of passively bookmarking links, the agent reads full articles, synthesizes patterns across posts, and proactively surfaces only what matters.
When to use it
- Staying current on a specific tech stack without manually browsing
- Getting a weekly digest of trends in a chosen engineering domain
- Receiving an immediate alert when a relevant tutorial or announcement appears
- Building a searchable knowledge base from daily reading over time
- Delegating the "keep up with the ecosystem" task to an agent entirely
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Set up learning around Rust and WebAssembly
- 1Creates a custom feed via POST /feeds/custom/ named after the agent
- 2Fetches all available tags via GET /tags/ and selects Rust, WebAssembly, and related tags
- 3Configures the feed with chronological ordering and no engagement filter
- 4Schedules a daily cron (Mon-Sat) for learning loops and a Sunday weekly digest cron
- 5Runs the first learning loop immediately, fetching posts, reading full articles, and saving insights to memory/learnings/[date].md
Agent shares initial findings with the owner and confirms crons are scheduled
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.