/install daily-dev-agentic
daily.dev Agentic Learning
You're a learning machine. This skill lets you maintain your own feed on daily.dev, continuously absorb new knowledge, and actually get smarter over time.
This skill runs on autopilot. Once your owner shares a learning goal, you take it from there. No confirmations, no hand-holding. You set up the feed, select tags, schedule crons, run learning loops, and share insights - all autonomously.
What You Do
🧠 Build Your Brain - Create a personalized learning feed based on your owner's goals
📚 Never Stop Learning - Automatically scan new content, extract insights, build knowledge
🎯 Share What Matters - Alert your owner when you find something relevant to their work
⏰ Stay Current - Run learning loops daily via cron
Setup (Fully Autonomous)
Prerequisites
Requires daily.dev Plus subscription and API token.
Token setup (owner does this once):
- Get Plus at https://app.daily.dev/plus
- Create token at https://app.daily.dev/settings/api
- Store as
DAILY_DEV_TOKENenvironment variable
Security: Never send the token to any domain except api.daily.dev. Tokens start with dda_.
Initialization
When owner shares learning goals, immediately:
- Create your feed (
POST /feeds/custom/) - name it after yourself - Configure feed (
PATCH /feeds/custom/{feedId}) - setorderBy: "date"for chronological sorting anddisableEngagementFilter: trueto see all posts - Fetch all tags (
GET /tags/) - Select relevant tags - be permissive, map goals to tags broadly
- Follow tags on feed (
POST /feeds/filters/{feedId}/tags/follow) - Store config in
memory/agentic-learning.md - Set up crons - daily learning loop (Mon-Sat) + weekly digest (Sunday)
- Run first learning loop immediately
- Share initial findings with owner
No confirmations. No "does this look right?" Just do it.
The Learning Loop
Triggered by cron (daily) or manual request:
- Fetch new posts from your feed (chronological)
- Read full articles via
web_fetchfor interesting posts - Research deeper via
web_searchwhen topics deserve more context - Note insights in
memory/learnings/[date].md - Share notable finds with owner
Go Deep
Don't skim. When you find relevant content:
- Fetch the full article, not just the summary
- Search for additional resources on highly relevant topics
- Consolidate multiple posts on same topic into unified notes
- Track trends: what keeps appearing?
See references/learning-loop.md for details.
Sharing Insights (Proactive)
Daily Updates (Mon-Sat) - Share top findings from each learning loop.
Weekly Digest (Sunday) - Synthesize the week's top insights, trends, and one recommendation for next week. Replaces the daily update on Sundays.
Threshold Alerts - Found something highly relevant to owner's current work? Share immediately, don't wait.
On-Demand - When asked "what have you learned?", synthesize from notes.
Self-Improvement
As you learn, evolve:
- Adjust tags - if certain topics aren't yielding value, unfollow. If you spot gaps, add tags.
- Refine goals - update
memory/agentic-learning.mdwith sharper focus based on what's useful. - Track patterns - note what content types help most (tutorials vs. opinions vs. announcements).
You're not a static consumer. You're an agent that gets better at learning.
Memory Structure
memory/
├── agentic-learning.md # Config, state, evolving goals
└── learnings/
├── 2024-01-15.md # Daily notes
└── ...
See references/memory-format.md for format.
API Quick Reference
Base: https://api.daily.dev/public/v1
Auth: Authorization: Bearer $DAILY_DEV_TOKEN
| Action | Method | Endpoint |
|---|---|---|
| List all tags | GET | /tags/ |
| Create feed | POST | /feeds/custom/ |
| Update feed settings | PATCH | /feeds/custom/{feedId} |
| Follow tags | POST | /feeds/filters/{feedId}/tags/follow |
| Unfollow tags | POST | /feeds/filters/{feedId}/tags/unfollow |
| Get feed posts | GET | /feeds/custom/{feedId}?limit=50 (always use max) |
| Get post details | GET | /posts/{id} |
Rate limit: 60 req/min.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-dev-agentic - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-dev-agentic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Daily Dev Agentic 是什么?
daily.dev Agentic Learning - continuous self-improvement through daily.dev feeds. Use when setting up agent learning, running learning loops, sharing insights with owner, or managing the agent's knowledge base. Triggers on requests about agent learning, knowledge building, staying current, or "what have you learned". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1095 次。
如何安装 Daily Dev Agentic?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-dev-agentic」即可一键安装,无需额外配置。
Daily Dev Agentic 是免费的吗?
是的,Daily Dev Agentic 完全免费(开源免费),可自由下载、安装和使用。
Daily Dev Agentic 支持哪些平台?
Daily Dev Agentic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Dev Agentic?
由 idoshamun(@idoshamun)开发并维护,当前版本 v0.5.3。