# Send Daily Dev Agentic to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "daily-dev-agentic",
    "name": "Daily Dev Agentic",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/idoshamun/daily-dev-agentic",
    "canonicalUrl": "https://clawhub.ai/idoshamun/daily-dev-agentic",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/daily-dev-agentic",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-dev-agentic",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "references/learning-loop.md",
      "references/memory-format.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "daily-dev-agentic",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T23:46:36.004Z",
      "expiresAt": "2026-05-07T23:46:36.004Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-dev-agentic",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-dev-agentic",
        "contentDisposition": "attachment; filename=\"daily-dev-agentic-0.5.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "daily-dev-agentic"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/daily-dev-agentic"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/daily-dev-agentic",
    "downloadUrl": "https://openagent3.xyz/downloads/daily-dev-agentic",
    "agentUrl": "https://openagent3.xyz/skills/daily-dev-agentic/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-dev-agentic/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-dev-agentic/agent.md"
  }
}
```
## Documentation

### 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

### 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:

Create your feed (POST /feeds/custom/) - name it after yourself
Configure feed (PATCH /feeds/custom/{feedId}) - set orderBy: "date" for chronological sorting and disableEngagementFilter: true to 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_fetch for interesting posts
Research deeper via web_search when 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.md with 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

ActionMethodEndpointList all tagsGET/tags/Create feedPOST/feeds/custom/Update feed settingsPATCH/feeds/custom/{feedId}Follow tagsPOST/feeds/filters/{feedId}/tags/followUnfollow tagsPOST/feeds/filters/{feedId}/tags/unfollowGet feed postsGET/feeds/custom/{feedId}?limit=50 (always use max)Get post detailsGET/posts/{id}

Rate limit: 60 req/min.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: idoshamun
- Version: 0.5.3
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T23:46:36.004Z
- Expires at: 2026-05-07T23:46:36.004Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/daily-dev-agentic)
- [Send to Agent page](https://openagent3.xyz/skills/daily-dev-agentic/agent)
- [JSON manifest](https://openagent3.xyz/skills/daily-dev-agentic/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/daily-dev-agentic/agent.md)
- [Download page](https://openagent3.xyz/downloads/daily-dev-agentic)