TopRank Skills

Home / Claw Skills / Others / daily-dev-agentic
Official OpenClaw rules 15%

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".

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 daily-dev-agentic 技能。 若已安装,则直接安装 daily-dev-agentic 技能。

Overview

Skill Key
idoshamun/daily-dev-agentic
Author
idoshamun
Source Repo
openclaw/skills
Version
-
Source Path
skills/idoshamun/daily-dev-agentic
Latest Commit SHA
71d1a3a46436cd7ef93da64e0f412275ac836647

Extracted Content

SKILL.md excerpt

# 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_TOKEN` environment variable

**Security:** Never send the token to any domain except `api.daily.dev`. Tokens start with `dda_`.

### Initialization

When owner shares learning goals, immediately:

1. **Create your feed** (`POST /feeds/custom/`) - name it after yourself
2. **Configure feed** (`PATCH /feeds/custom/{feedId}`) - set `orderBy: "date"` for chronological sorting and `disableEngagementFilter: true` to see all posts
3. **Fetch all tags** (`GET /tags/`)
3. **Select relevant tags** - be permissive, map goals to tags broadly
5. **Follow tags on feed** (`POST /feeds/filters/{feedId}/tags/follow`)
6. **Store config** in `memory/agentic-learning.md`
7. **Set up crons** - daily learning loop (Mon-Sat) + weekly digest (Sunday)
8. **Run first learning loop** immediately
9. **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:

1. **Fetch**...

Related Claw Skills