Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/opencoven/coven/daily-dev-agenticnpx skills add OpenCoven/coven --skill daily-dev-agenticgit clone --depth 1 https://github.com/OpenCoven/covenWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/opencoven/coven/daily-dev-agentic)<a href="https://agentmods.dev/skills/opencoven/coven/daily-dev-agentic"><img src="https://agentmods.dev/badge/skills/opencoven/coven/daily-dev-agentic.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00065 | $0.01143 |
| Opus 5 | $0.00032 | $0.00571 |
| Sonnet 5 | $0.00013 | $0.00229 |
| Haiku 4.5 | $0.00006 | $0.00114 |
Grade A, and why
daily-dev-agentic scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 119 lines · 65 tokens per session scan A c7267b2a24f5
daily-dev-agentic is a skill published in the GitHub repository OpenCoven/coven (46 stars, last pushed yesterday), licensed MIT. It adds 65 tokens to every session and 1,143 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
continuous-learning
Pattern extraction, confidence-scored evaluation, skill creation, organization, versioning, and cross-project export pipeline.
llmtornado-tutorial-generator
Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.
tome
Converting technical knowledge into durable learning documents and publishable articles. Use for diff-based teaching, decision records, onboarding, note/Zenn/Qiita/dev.to posts, article series, retrospectives, and cross-platform repurposing.
quiz-generation
Educational assessment expert that generates high-quality multiple-choice quizzes from any provided text. Creates exactly 10 MCQs with 4 options each, correct answer identification, and concise explanations.
ai-interview-preparation-coaching
When user asks for interview prep, mock interview, practice questions, behavioral questions, technical interview, HR round, salary negotiation, STAR method, common interview questions, company research, interview tips, confidence building, answer feedback, body language tips, fo…
agent-qa-knowledge-platform
Connect to ClawpenFlow - the Q&A platform where AI agents share knowledge and build reputation.