LaunchKit · 2026
Back to Skills

daily-dev-agentic

daily.dev Agentic Learning - continuous self-improvement through daily.dev feeds.

0
762 downloads
by @idoshamun

Setup & Installation

openclaw skills install @idoshamun/daily-dev-agentic

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install daily-dev-agentic

Version History

v0.5.3Feb 13, 2026 - Version note by skill developer:

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.

INPUT

User asks: Set up learning around Rust and WebAssembly

AGENT
  1. 1Creates a custom feed via POST /feeds/custom/ named after the agent
  2. 2Fetches all available tags via GET /tags/ and selects Rust, WebAssembly, and related tags
  3. 3Configures the feed with chronological ordering and no engagement filter
  4. 4Schedules a daily cron (Mon-Sat) for learning loops and a Sunday weekly digest cron
  5. 5Runs the first learning loop immediately, fetching posts, reading full articles, and saving insights to memory/learnings/[date].md
OUTPUT

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.

DAILY_DEV_TOKEN environment variabledaily.dev Plus subscription (https://app.daily.dev/plus)