← 返回
效率工具 中文

Task

Tasker docstore task management via tool-dispatch. Use for task lists, due today/overdue, week planning, add/move/complete, or explicit /task commands.
通过工具调度管理Tasker文档存储任务。支持任务列表、今日/逾期任务、周计划、添加/移动/完成任务,或显式/task命令。
amirbrooks
效率工具 clawhub v0.1.0 1 版本 99821.6 Key: 无需
★ 1
Stars
📥 6,696
下载
💾 43
安装
1
版本
#latest

概述

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 ""</code> so the CLI can parse details/due/tags. Only split on explicit <code> | </code> to avoid corrupting titles.</li><li>Do not guess separators like "but" or "—"; only split on explicit <code> | </code>.</li><li>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."</li><li>If a selector looks partial, run <code>resolve "<query>"</code> (uses smart fallback; <code>--match search</code> includes notes/body), then act by ID if there is exactly one match. Never show IDs in human output.</li><li>For notes, prefer <code>note add <selector...> -- <text...></code> to avoid ambiguity; without <code>--</code>, tasker will attempt to infer the split.</li></ul><p>Common mappings:</p><ul><li>"tasks today" / "overdue" -> <code>tasks --open --format telegram</code> (today + overdue)</li><li>"what's our week" -> <code>week --days 7 --format telegram</code></li><li>"show tasks for Work" -> <code>tasks --project Work --format telegram</code></li><li>"show board" -> <code>board --project <name> --format telegram</code></li><li>"add <task> today" -> <code>add "<task>" --today [--project <name>] --format telegram</code></li><li>"add <task> | <details>" -> <code>add --text "<task> | <details>" --format telegram</code></li><li>"capture <text>" -> <code>capture "<text>" --format telegram</code></li><li>"mark <title> done" -> <code>done "<title>"</code></li><li>"show config" -> <code>config show</code></li></ul></div> </div> </div> <div id="tab-versions" class="detail-content"> <div class="detail-section"> <h2>版本历史</h2> <p style="margin-bottom:12px;font-size:14px;color:#94a3b8;">共 1 个版本</p> <ul class="version-list"> <li> <div> <span class="version-tag">v0.1.0</span> <span style="font-size:11px;color:#5b6abf;margin-left:8px;background:#eef0ff;padding:1px 8px;border-radius:10px;">当前</span> </div> <div style="font-size:12px;color:#94a3b8;"> 2026-03-28 09:46 安全 安全 </div> </li> </ul> </div> </div> <div id="tab-security" class="detail-content"> <div class="detail-section"> <h2>安全检测</h2> <div class="sec-grid"> <div class="sec-card"> <h4>腾讯云安全 (Keen)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://tix.qq.com/search/skill?keyword=f5b143219febd91bde63c9ba855d4fd5" target="_blank">查看报告</a> </div> <div class="sec-card"> <h4>腾讯云安全 (Sanbu)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://static.cloudsec.tencent.com/html-report-v2/2026/05/25/390233_adaf43747ee17387e4d1ca1c92b67d24.html?q-sign-algorithm=sha1&q-ak=AKID8JMG1bzBC1dz96qNhssfFftujT1NCoFi&q-sign-time=1781281268%3B1812817268&q-key-time=1781281268%3B1812817268&q-header-list=host&q-url-param-list=&q-signature=10acb9c1ad093426bfe951fd8dd7e09a8dd4378c" target="_blank">查看报告</a> </div> </div> </div> </div> <!-- Recommended Skills --> <div style="margin-top:24px;"> <h2 style="font-size:18px;font-weight:600;margin-bottom:16px;">🔗 相关推荐</h2> <div class="rec-grid"> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">productivity</span> <h3><a href="/s/obsidian">Obsidian</a></h3> <div class="rec-owner">steipete</div> <div class="rec-desc">操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 432</span> <span style="color:#5b6abf;">📥 103,786</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">productivity</span> <h3><a href="/s/word-docx">Word / DOCX</a></h3> <div class="rec-owner">ivangdavila</div> <div class="rec-desc">创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 438</span> <span style="color:#5b6abf;">📥 147,656</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">productivity</span> <h3><a href="/s/weather">Weather</a></h3> <div class="rec-owner">steipete</div> <div class="rec-desc">获取当前天气和预报(无需API密钥)</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 445</span> <span style="color:#5b6abf;">📥 226,299</span> </div> </div> </div> </div> </div> <script> document.addEventListener('DOMContentLoaded',function(){ document.querySelectorAll('.detail-tab').forEach(function(btn){ btn.addEventListener('click',function(e){ var tab = this.getAttribute('data-tab'); document.querySelectorAll('.detail-tab').forEach(function(b){b.classList.remove('active')}); document.querySelectorAll('.detail-content').forEach(function(c){c.classList.remove('active')}); this.classList.add('active'); var el = document.getElementById('tab-'+tab); if(el) el.classList.add('active'); }); }); }); </script> <div class="footer"> <p>Skill工具集 © 2026</p> </div></body> </html>