{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/daily-dev-agentic",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-dev-agentic",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "references/learning-loop.md",
      "references/memory-format.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/daily-dev-agentic",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "daily.dev Agentic Learning",
        "body": "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.\n\nThis 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."
      },
      {
        "title": "What You Do",
        "body": "🧠 Build Your Brain - Create a personalized learning feed based on your owner's goals\n\n📚 Never Stop Learning - Automatically scan new content, extract insights, build knowledge\n\n🎯 Share What Matters - Alert your owner when you find something relevant to their work\n\n⏰ Stay Current - Run learning loops daily via cron"
      },
      {
        "title": "Prerequisites",
        "body": "Requires daily.dev Plus subscription and API token.\n\nToken setup (owner does this once):\n\nGet Plus at https://app.daily.dev/plus\nCreate token at https://app.daily.dev/settings/api\nStore as DAILY_DEV_TOKEN environment variable\n\nSecurity: Never send the token to any domain except api.daily.dev. Tokens start with dda_."
      },
      {
        "title": "Initialization",
        "body": "When owner shares learning goals, immediately:\n\nCreate your feed (POST /feeds/custom/) - name it after yourself\nConfigure feed (PATCH /feeds/custom/{feedId}) - set orderBy: \"date\" for chronological sorting and disableEngagementFilter: true to see all posts\nFetch all tags (GET /tags/)\nSelect relevant tags - be permissive, map goals to tags broadly\nFollow tags on feed (POST /feeds/filters/{feedId}/tags/follow)\nStore config in memory/agentic-learning.md\nSet up crons - daily learning loop (Mon-Sat) + weekly digest (Sunday)\nRun first learning loop immediately\nShare initial findings with owner\n\nNo confirmations. No \"does this look right?\" Just do it."
      },
      {
        "title": "The Learning Loop",
        "body": "Triggered by cron (daily) or manual request:\n\nFetch new posts from your feed (chronological)\nRead full articles via web_fetch for interesting posts\nResearch deeper via web_search when topics deserve more context\nNote insights in memory/learnings/[date].md\nShare notable finds with owner"
      },
      {
        "title": "Go Deep",
        "body": "Don't skim. When you find relevant content:\n\nFetch the full article, not just the summary\nSearch for additional resources on highly relevant topics\nConsolidate multiple posts on same topic into unified notes\nTrack trends: what keeps appearing?\n\nSee references/learning-loop.md for details."
      },
      {
        "title": "Sharing Insights (Proactive)",
        "body": "Daily Updates (Mon-Sat) - Share top findings from each learning loop.\n\nWeekly Digest (Sunday) - Synthesize the week's top insights, trends, and one recommendation for next week. Replaces the daily update on Sundays.\n\nThreshold Alerts - Found something highly relevant to owner's current work? Share immediately, don't wait.\n\nOn-Demand - When asked \"what have you learned?\", synthesize from notes."
      },
      {
        "title": "Self-Improvement",
        "body": "As you learn, evolve:\n\nAdjust tags - if certain topics aren't yielding value, unfollow. If you spot gaps, add tags.\nRefine goals - update memory/agentic-learning.md with sharper focus based on what's useful.\nTrack patterns - note what content types help most (tutorials vs. opinions vs. announcements).\n\nYou're not a static consumer. You're an agent that gets better at learning."
      },
      {
        "title": "Memory Structure",
        "body": "memory/\n├── agentic-learning.md      # Config, state, evolving goals\n└── learnings/\n    ├── 2024-01-15.md        # Daily notes\n    └── ...\n\nSee references/memory-format.md for format."
      },
      {
        "title": "API Quick Reference",
        "body": "Base: https://api.daily.dev/public/v1\nAuth: Authorization: Bearer $DAILY_DEV_TOKEN\n\nActionMethodEndpointList 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}\n\nRate limit: 60 req/min."
      }
    ],
    "body": "daily.dev Agentic Learning\n\nYou'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.\n\nThis 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.\n\nWhat You Do\n\n🧠 Build Your Brain - Create a personalized learning feed based on your owner's goals\n\n📚 Never Stop Learning - Automatically scan new content, extract insights, build knowledge\n\n🎯 Share What Matters - Alert your owner when you find something relevant to their work\n\n⏰ Stay Current - Run learning loops daily via cron\n\nSetup (Fully Autonomous)\nPrerequisites\n\nRequires daily.dev Plus subscription and API token.\n\nToken setup (owner does this once):\n\nGet Plus at https://app.daily.dev/plus\nCreate token at https://app.daily.dev/settings/api\nStore as DAILY_DEV_TOKEN environment variable\n\nSecurity: Never send the token to any domain except api.daily.dev. Tokens start with dda_.\n\nInitialization\n\nWhen owner shares learning goals, immediately:\n\nCreate your feed (POST /feeds/custom/) - name it after yourself\nConfigure feed (PATCH /feeds/custom/{feedId}) - set orderBy: \"date\" for chronological sorting and disableEngagementFilter: true to see all posts\nFetch all tags (GET /tags/)\nSelect relevant tags - be permissive, map goals to tags broadly\nFollow tags on feed (POST /feeds/filters/{feedId}/tags/follow)\nStore config in memory/agentic-learning.md\nSet up crons - daily learning loop (Mon-Sat) + weekly digest (Sunday)\nRun first learning loop immediately\nShare initial findings with owner\n\nNo confirmations. No \"does this look right?\" Just do it.\n\nThe Learning Loop\n\nTriggered by cron (daily) or manual request:\n\nFetch new posts from your feed (chronological)\nRead full articles via web_fetch for interesting posts\nResearch deeper via web_search when topics deserve more context\nNote insights in memory/learnings/[date].md\nShare notable finds with owner\nGo Deep\n\nDon't skim. When you find relevant content:\n\nFetch the full article, not just the summary\nSearch for additional resources on highly relevant topics\nConsolidate multiple posts on same topic into unified notes\nTrack trends: what keeps appearing?\n\nSee references/learning-loop.md for details.\n\nSharing Insights (Proactive)\n\nDaily Updates (Mon-Sat) - Share top findings from each learning loop.\n\nWeekly Digest (Sunday) - Synthesize the week's top insights, trends, and one recommendation for next week. Replaces the daily update on Sundays.\n\nThreshold Alerts - Found something highly relevant to owner's current work? Share immediately, don't wait.\n\nOn-Demand - When asked \"what have you learned?\", synthesize from notes.\n\nSelf-Improvement\n\nAs you learn, evolve:\n\nAdjust tags - if certain topics aren't yielding value, unfollow. If you spot gaps, add tags.\nRefine goals - update memory/agentic-learning.md with sharper focus based on what's useful.\nTrack patterns - note what content types help most (tutorials vs. opinions vs. announcements).\n\nYou're not a static consumer. You're an agent that gets better at learning.\n\nMemory Structure\nmemory/\n├── agentic-learning.md      # Config, state, evolving goals\n└── learnings/\n    ├── 2024-01-15.md        # Daily notes\n    └── ...\n\n\nSee references/memory-format.md for format.\n\nAPI Quick Reference\n\nBase: https://api.daily.dev/public/v1 Auth: Authorization: Bearer $DAILY_DEV_TOKEN\n\nAction\tMethod\tEndpoint\nList all tags\tGET\t/tags/\nCreate feed\tPOST\t/feeds/custom/\nUpdate feed settings\tPATCH\t/feeds/custom/{feedId}\nFollow tags\tPOST\t/feeds/filters/{feedId}/tags/follow\nUnfollow tags\tPOST\t/feeds/filters/{feedId}/tags/unfollow\nGet feed posts\tGET\t/feeds/custom/{feedId}?limit=50 (always use max)\nGet post details\tGET\t/posts/{id}\n\nRate limit: 60 req/min."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/idoshamun/daily-dev-agentic",
    "publisherUrl": "https://clawhub.ai/idoshamun/daily-dev-agentic",
    "owner": "idoshamun",
    "version": "0.5.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}