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".
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install daily-dev-agentic或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install daily-dev-agentic⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/daily-dev-agentic/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: daily-dev-agentic description: 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". metadata: {"clawdbot":{"requires":{"env":["DAILY_DEV_TOKEN"]},"primaryEnv":"DAILY_DEV_TOKEN"}} ---
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.
🧠 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
Requires daily.dev Plus subscription and API token.
Token setup (owner does this once):
DAILY_DEV_TOKEN environment variableSecurity: Never send the token to any domain except api.daily.dev. Tokens start with dda_.
When owner shares learning goals, immediately:
POST /feeds/custom/) - name it after yourselfPATCH /feeds/custom/{feedId}) - set orderBy: "date" for chronological sorting and disableEngagementFilter: true to see all postsGET /tags/)POST /feeds/filters/{feedId}/tags/follow)memory/agentic-learning.mdNo confirmations. No "does this look right?" Just do it.
Triggered by cron (daily) or manual request:
web_fetch for interesting postsweb_search when topics deserve more contextmemory/learnings/[date].mdDon't skim. When you find relevant content:
See references/learning-loop.md for details.
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.
As you learn, evolve:
memory/agentic-learning.md with sharper focus based on what's useful.You're not a static consumer. You're an agent that gets better at learning.
memory/
├── agentic-learning.md # Config, state, evolving goals
└── learnings/
├── 2024-01-15.md # Daily notes
└── ...
See references/memory-format.md for format.
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.
安装 Daily Dev Agentic 后,可以对 AI 说这些话来触发它
Help me get started with Daily Dev Agentic
Explains what Daily Dev Agentic does, walks through the setup, and runs a quick demo based on your current project
Use Daily Dev Agentic to daily
Invokes Daily Dev Agentic with the right parameters and returns the result directly in the conversation
What can I do with Daily Dev Agentic in my data & analytics workflow?
Lists the top use cases for Daily Dev Agentic, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/daily-dev-agentic/ 目录(个人级,所有项目可用),或 .claude/skills/daily-dev-agentic/(项目级)。重启 AI 客户端后,用 /daily-dev-agentic 主动调用,或让 AI 根据上下文自动发现并使用。
Daily Dev Agentic 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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".
Automate my data & analytics tasks using Daily Dev Agentic
Identifies repetitive steps in your workflow and sets up Daily Dev Agentic to handle them automatically
Daily Dev Agentic 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。