Task
Avertissement de sécurité

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

Installer
$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> - "show config" -> <code>config show</code></p> </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> Détails </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">Téléchargements</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> 3,489 </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"> Voir sur ClawHub <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> Skills populaires </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="/fr/skills/fast-browser-use"> <div class="min-w-0"> <div class="text-sm font-semibold text-heading group-hover:text-brand truncate transition-colors">Fastest Browser Use</div> <div class="text-xs text-body line-clamp-1 mt-0.5">High-performance browser automation for heavy scraping, multi-tab management, and precise DOM extraction. Use this when you need speed, reliability, or advanced state management (cookies/local storage) beyond standard web fetching.</div> </div> </a> <a class="group block p-2.5 -mx-2.5 rounded-xl hover:bg-neutral-secondary transition-colors" href="/fr/skills/browser-automation"> <div class="min-w-0"> <div class="text-sm font-semibold text-heading group-hover:text-brand truncate transition-colors">Browser Automation</div> <div class="text-xs text-body line-clamp-1 mt-0.5">Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.</div> </div> </a> <a class="group block p-2.5 -mx-2.5 rounded-xl hover:bg-neutral-secondary transition-colors" href="/fr/skills/google-workspace-mcp"> <div class="min-w-0"> <div class="text-sm font-semibold text-heading group-hover:text-brand truncate transition-colors">Google Workspace (No Cloud Console)</div> <div class="text-xs text-body line-clamp-1 mt-0.5">Gmail, Calendar, Drive, Docs, Sheets — NO Google Cloud Console required. Just OAuth sign-in. Zero setup complexity vs traditional Google API integrations.</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/fr/skills/task","softwareVersion":"0.1.0","datePublished":"2026-01-22T23:13:37Z","interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/DownloadAction","userInteractionCount":3489}]}</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="/fr"> <img class="h-8 sm:h-10" alt="ClawDaddy Logo" src="/assets/logo-mark-a9c53f61.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="/fr/skills">Skills</a> </li> <li> <a class="hover:underline me-4 md:me-6" href="/fr/privacy">Confidentialité</a> </li> <li> <a class="hover:underline" href="/fr/terms">Conditions</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> </body> </html>