daily

daily is a skill for Claude Code from luis1amaral/system-task-mcp. It costs 64 tokens per session (429 once invoked), scanned A, original, MIT.

A System Task command that gives a compact view of the user's day. It shows work due today, overdue work, undated backlog items, and estimated time.

In plain words
What is it for?
Planning today's work, checking overdue tasks, reviewing undated backlog, and seeing the total estimated workload, optionally for one project.
Why use it?
It gathers the day's task information in one response instead of requiring several separate searches.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the system-task plugin — 2 skills, 1 MCP server shipped together

Good fit Planning today's work, checking overdue tasks, reviewing undated backlog, and seeing the…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luis1amaral/system-task-mcp/daily
Install

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.

Any agent
npx skills add luis1amaral/system-task-mcp --skill daily
Clone the repo
git clone --depth 1 https://github.com/luis1amaral/system-task-mcp

Made for: Claude Code.

Or install system-task, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

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

agentmods badge for daily

README.md
[![agentmods](https://agentmods.dev/badge/skills/luis1amaral/system-task-mcp/daily.svg)](https://agentmods.dev/skills/luis1amaral/system-task-mcp/daily)
Your own site
<a href="https://agentmods.dev/skills/luis1amaral/system-task-mcp/daily"><img src="https://agentmods.dev/badge/skills/luis1amaral/system-task-mcp/daily.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.00429
Opus 5 $0.00032 $0.00215
Sonnet 5 $0.00013 $0.00086
Haiku 4.5 $0.00006 $0.00043

Measured 5d ago against content hash 5337627597c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

daily 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 5d 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.

skills/daily/SKILL.md · 36 lines

What it actually says

Meu dia

Chame systemtask_day_brief — uma chamada só. Ela já devolve tudo somado no servidor: o que vence hoje, o que atrasou, o backlog sem data e o tempo estimado.

Se $ARGUMENTS trouxer um projeto (com ou sem #), use systemtask_tasks_search com esse project, completed: false e to = hoje, em vez do resumo geral.

Como responder

Curto. A tabela que a tool devolve já está pronta — repasse-a e acrescente no máximo duas linhas de leitura, e só quando houver algo a dizer:

  • se houver atrasada, comece por ela;
  • se o tempo estimado passar de ~6 h, diga que o dia está cheio e sugira o que adiar;
  • se não houver nada, diga isso e pare.

Não invente prioridade que a tarefa não tem, não reordene inventando critério, e não chame outras tools para "enriquecer" a resposta — o valor aqui é ser barato e imediato.

Se algum título vier cortado com e o usuário quiser o texto inteiro, aí sim use systemtask_task_get com o id.

Ofereça no fim, em uma linha, o que dá para fazer em seguida: concluir, adiar ou detalhar uma tarefa pelo número.

Changes

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.

  1. 5d ago First seen · 36 lines · 64 tokens per session scan A 5337627597c2

Subscribe to this mod's changes

daily is a skill published in the GitHub repository luis1amaral/system-task-mcp (0 stars, last pushed 21d ago), licensed MIT. It adds 64 tokens to every session and 429 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-31.