Task
Sicherheitswarnung

Tasker docstore task management via tool-dispatch. Use for task lists, due today/overdue, week planning, add/move/complete, or explicit /task commands.

Installieren
$clawhub install task

Route task-related requests to tasker_cmd (raw args only, no leading tasker).

  • For natural language, translate the request into CLI args.

  • For /task ..., pass the args through unchanged.

  • Prefer human-readable output. Avoid --stdout-json/--stdout-ndjson unless explicitly requested.

  • For chat-friendly output (Telegram/WhatsApp), add --format telegram. Use --all only when done/archived are explicitly requested.

  • This is the natural-language profile. For slash-only, use skills/task-slash/.

  • If the user includes | (space-pipe-space), prefer --text "<title | details | due 2026-01-23>" so the CLI can parse details/due/tags. Only split on explicit | to avoid corrupting titles.

  • Do not guess separators like "but" or "—"; only split on explicit |.

  • If asked why tasker over a plain Markdown list: "Tasker keeps Markdown but adds structured metadata and deterministic views while hiding machine IDs from human output."

  • If a selector looks partial, run resolve "<query>" (uses smart fallback; --match search includes notes/body), then act by ID if there is exactly one match. Never show IDs in human output.

  • For notes, prefer note add <selector...> -- <text...> to avoid ambiguity; without --, tasker will attempt to infer the split.

Common mappings:

  • "tasks today" / "overdue" -> tasks --open --format telegram (today + overdue)

  • "what's our week" -> week --days 7 --format telegram

  • "show tasks for Work" -> tasks --project Work --format telegram

  • "show board" -> board --project <name> --format telegram

  • "add today" -> add "<task>" --today [--project <name>] --format telegram

  • "add |

    " -> add --text "<task> | <details>" --format telegram

  • "capture " -> capture "<text>" --format telegram

  • "mark done" -> <code>done "<title>"</code></p></li> <li><p>"show config" -> <code>config show</code></p></li> </ul> </article> </div> </div> <div class="mt-8 lg:mt-0 space-y-6"> <div class="sticky top-28 space-y-6"> <div class="rounded-2xl border border-default bg-neutral-primary p-6 shadow-sm"> <h2 class="text-sm font-semibold text-heading uppercase tracking-wide mb-5 flex items-center gap-2"> <svg class="w-4 h-4 text-brand" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg> Details </h2> <dl class="space-y-4"> <div class="flex items-center justify-between border-b border-default-medium pb-3"> <dt class="text-sm font-medium text-body-subtle">Version</dt> <dd class="text-sm font-mono font-medium text-heading bg-neutral-secondary px-2 py-0.5 rounded border border-default-medium">v0.1.0</dd> </div> <div class="flex items-center justify-between border-b border-default-medium pb-3"> <dt class="text-sm font-medium text-body-subtle">Downloads</dt> <dd class="text-sm font-semibold text-heading flex items-center gap-1.5"> <svg class="w-4 h-4 text-cyan-500" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4" /></svg> 4,594 </dd> </div> <div class="flex items-center justify-between pt-1"> <dt class="text-sm font-medium text-body-subtle">ClawHub</dt> <dd> <a target="_blank" rel="noopener" class="inline-flex items-center gap-1 text-sm font-semibold text-brand hover:text-brand-strong hover:underline transition-colors" href="https://clawhub.ai/skills/task"> Auf ClawHub ansehen <svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> </a> </dd> </div> </dl> </div> <div class="rounded-2xl border border-default bg-neutral-primary p-6 shadow-sm"> <h2 class="text-sm font-semibold text-heading uppercase tracking-wide mb-4 flex items-center gap-2"> <svg class="w-4 h-4 text-emerald-500" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M13 10V3L4 14h7v7l9-11h-7z" /></svg> Beliebte Skills </h2> <div class="space-y-2"> <a class="group block p-2.5 -mx-2.5 rounded-xl hover:bg-neutral-secondary transition-colors" href="/de/skills/healthcheck"> <div class="min-w-0"> <div class="text-sm font-semibold text-heading group-hover:text-brand truncate transition-colors">healthcheck</div> <div class="text-xs text-body line-clamp-1 mt-0.5">Track water and sleep with JSON file storage</div> </div> </a> <a class="group block p-2.5 -mx-2.5 rounded-xl hover:bg-neutral-secondary transition-colors" href="/de/skills/self-improving-agent"> <div class="min-w-0"> <div class="text-sm font-semibold text-heading group-hover:text-brand truncate transition-colors">self-improving-agent</div> <div class="text-xs text-body line-clamp-1 mt-0.5">Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.</div> </div> </a> <a class="group block p-2.5 -mx-2.5 rounded-xl hover:bg-neutral-secondary transition-colors" href="/de/skills/debug-pro"> <div class="min-w-0"> <div class="text-sm font-semibold text-heading group-hover:text-brand truncate transition-colors">Debug Pro</div> <div class="text-xs text-body line-clamp-1 mt-0.5">Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.</div> </div> </a> </div> </div> </div> </div> </div> </div> <script type="application/ld+json">{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Task","description":"Tasker docstore task management via tool-dispatch. Use for task lists, due today/overdue, week planning, add/move/complete, or explicit /task commands.","applicationCategory":"AI Agent Plugin","operatingSystem":"Telegram","url":"https://clawdaddy.run/de/skills/task","softwareVersion":"0.1.0","datePublished":"2026-01-22T23:13:37Z","interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/DownloadAction","userInteractionCount":4594}]}</script> </main> <footer class="bg-neutral-primary-soft"> <div class="w-full max-w-screen-xl mx-auto p-4 md:py-8"> <div class="sm:flex sm:items-center sm:justify-between"> <a class="flex items-center mb-4 sm:mb-0 space-x-2 sm:space-x-3 rtl:space-x-reverse" href="/de"> <img class="h-8 sm:h-10" alt="ClawDaddy Logo" src="/assets/logo-mark-0d277a44.png" /> <span class="self-center text-lg font-display font-semibold italic tracking-tight whitespace-nowrap"> <span class="text-cyan-500">Claw</span><span class="text-orange-600">Daddy.run</span> </span> </a> <ul class="flex flex-wrap items-center mb-6 text-sm font-medium text-body sm:mb-0"> <li> <a class="hover:underline me-4 md:me-6" href="/de/skills">Skills</a> </li> <li> <a class="hover:underline me-4 md:me-6" href="/de/privacy">Datenschutz</a> </li> <li> <a class="hover:underline" href="/de/terms">AGB</a> </li> </ul> </div> <hr class="my-6 border-default sm:mx-auto lg:my-8"> <span class="block text-sm text-body-subtle sm:text-center">© 2026 ClawDaddy. All Rights Reserved.</span> </div> </footer> <div id="modal" tabindex="-1" aria-hidden="true" data-controller="modal" data-action="turbo:before-frame-render->modal#captureWidth turbo:frame-load->modal#open turbo:submit-end->modal#submitEnd" class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-50 justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full"> <div id="modalContainer" data-modal-target="modalContainer" class="relative p-4 w-full max-w-lg max-h-full"> <div class="relative bg-neutral-primary-soft border border-default rounded-base shadow-sm"> <button type="button" data-action="modal#close" class="absolute top-4 right-4 text-body bg-transparent hover:bg-neutral-tertiary hover:text-heading rounded-base text-sm w-9 h-9 inline-flex justify-center items-center z-10"> <svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"> <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18 17.94 6M18 18 6.06 6" /> </svg> <span class="sr-only">Close modal</span> </button> <turbo-frame id="modal_content" target="_top" class="block"> </turbo-frame> </div> </div> </div> <div data-controller="chat-launcher" data-chat-launcher-url-value="https://t.me/clawdaddyrunbot?start=create_de" class="fixed bottom-6 end-6 z-40 flex flex-col items-end gap-3"> <div data-chat-launcher-target="bubble" class="hidden max-w-64 rounded-2xl bg-neutral-primary border border-default shadow-xl px-4 py-3 transition-all duration-300 opacity-0 translate-y-2"> <div class="flex items-start gap-2"> <p class="text-sm text-heading flex-1">Chatte jetzt mit OpenClaw 🦞</p> <button data-action="chat-launcher#dismiss" class="text-body hover:text-heading -mt-0.5 -me-1 p-1" type="button" aria-label="Schließen"> <svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg> </button> </div> </div> <button data-action="chat-launcher#open" type="button" aria-label="Chat on Telegram" class="w-14 h-14 rounded-full bg-[#26A5E4] text-white shadow-lg hover:shadow-xl hover:scale-105 active:scale-95 transition-all duration-200 flex items-center justify-center"> <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24"><path d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.479.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z" /></svg> </button> </div> </body> </html>