wecomcli-todo

wecomcli-todo is a skill for Claude Code, Codex from WecomTeam/wecom-cli. It costs 38 tokens per session (1,416 once invoked), scanned A, original, MIT.

A tool for managing WeCom to-do items, including tasks you create, receive, or participate in.

In plain words
What is it for?
Creating, finding, filtering, completing, deleting, leaving, and updating to-dos, including their titles, descriptions, participants, and deadlines.
Why use it?
It removes the need to manually search through tasks or edit each task field in the WeCom interface.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/wecomteam/wecom-cli/wecomcli-todo
Any agent
npx skills add WecomTeam/wecom-cli --skill wecomcli-todo
Clone the repo
git clone --depth 1 https://github.com/WecomTeam/wecom-cli

Made for: Claude Code, Codex.

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 wecomcli-todo

README.md
[![agentmods](https://agentmods.dev/badge/skills/wecomteam/wecom-cli/wecomcli-todo.svg)](https://agentmods.dev/skills/wecomteam/wecom-cli/wecomcli-todo)
Your own site
<a href="https://agentmods.dev/skills/wecomteam/wecom-cli/wecomcli-todo"><img src="https://agentmods.dev/badge/skills/wecomteam/wecom-cli/wecomcli-todo.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,416 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.01416
Opus 5 $0.00019 $0.00708
Sonnet 5 $0.00008 $0.00283
Haiku 4.5 $0.00004 $0.00142

Measured 3d ago against content hash 8dcd673962c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wecomcli-todo 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 3d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/wecomcli-todo/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

企业微信待办管理

执行任何 wecom-cli 命令前,必须先读取并完成 wecomcli-shared 技能的公共前置检查。

使用 wecom-cli 管理企业微信待办。

查询与定位

  • 查询范围仅限企业微信待办系统中已经存在的记录。
  • 可按创建时间、截止时间、完成状态和标题/描述关键词查询;关键词是字面匹配,不是语义搜索。
  • 用户问"我有哪些待办""未完成待办有哪些"或"接下来有哪些待办"时,使用 todo list 查询待办系统中的记录。
  • 删除、完成或更新时,若上下文没有 todo_id,先用 todo list 定位;已有 todo_id 且需要确认最新详情或状态时,使用 todo get

接口路由表

[重要事项] 执行任何操作前,必须先定位「接口路由表」指向的参考文档并完整读取,再执行命令,避免出现参数错误。严禁凭路由表描述或自身记忆猜测拼参数。

用户意图 参考位置
创建待办(可选分派) references/todo-create.md
删除待办 / 退出待办 / 从我的待办中移除 references/todo-delete.md
完成当前用户自己的部分 / 将整条待办全部完成 references/todo-finish.md
已有 todo_id 时确认待办详情和最新状态 references/todo-get.md
查看待办列表;按创建时间、截止时间、完成状态或关键词筛选;为后续操作定位待办 references/todo-list.md
修改待办内容 / 分派人名单 / 截止时间(不含参与人状态) references/todo-update.md

deadline 对象规范

待办的截止时间统一以 deadline 对象表达。涉及"设置截止时间"、"修改截止时间"、"清空截止时间"或读取待办的截止信息时,按本节规范处理。

结构

字段 类型 必填 语义
type string 枚举:date(仅日期,如果用户没有提及具体时分秒,则一定选择date) / datetime(用户提及了具体时刻)
value string type=date 时格式 YYYY-MM-DDtype=datetime 时格式 YYYY-MM-DD HH:mm:ss

在 deadline / remind_at_deadline 字段上的语义

  • 设置或修改 deadline:整体可选;若提供则其内部 typevalue 必填。
  • 清空已设置的截止时间:将 deadline 字段更新为空对象 {};不更新该字段则保持原值不变。
  • 作为返回字段:未设置截止时间的待办,deadline 字段不返回或为 null
  • 提醒时机(remind_at_deadlineremind_at_deadlinedeadline 是一对,必须一起出现——脱离 deadline 单独传 remind_at_deadline 不会生效,不要这么传。remind_at_deadline 只决定提醒时机,入参层面没有"关闭提醒"这一档(是否真正提醒由后台判断,可能因不满足条件而不提醒,以返回的 extra_info 为准):
    • remind_at_deadline=true(仅 deadline.type=datetime 可传)→ 在截止时刻提醒。
    • remind_at_deadline=false 或不传 → 按后台默认的提前时间提醒(不是关闭提醒)。
    • deadline.type=date 或未传 deadline 时不要传 true

从用户输入推断 deadline

日期/星期直接限定待办中的任务或事件时,也视为截止日期。例如"周三开会要带笔记本"应将周三写入 deadline

  1. 待办提醒时间 = 截止时间:明确要"定时提醒的待办 / 到某时提醒的待办 / 待办提醒"且给出具体时刻时,用户预期提醒时间落为 deadline.type=datetime,并传 remind_at_deadline=true;只给日期或未给提醒/截止时间时不追问,不传 remind_at_deadline=true
  2. 普通截止时间:只说截止/到期时间,或给出任务发生日期时,仅填写 deadline、不传 remind_at_deadline;此时按后台默认提前时间提醒。
  3. 时间格式:具体截止/提醒时刻 → deadline.type=datetimevalue="YYYY-MM-DD HH:mm:ss";只有截止日期 → type=datevalue="YYYY-MM-DD"
  4. 未提截止/提醒或任务发生时间deadline 整体不传,remind_at_deadline 也不传,不追问。
  5. xx 时间截止,并提前 yy 提醒deadline 永远填用户说的 xx 截止时间,不要填提前后的提醒时间。当前入参不能直接设置"提前 yy";创建/更新后用返回的 extra_info 判断系统提醒时间是否刚好满足 yy,不满足或无 extra_info 时回复:目前不支持直接创建您需要的提醒时间,已为您设置截止时间为 XX,请到企业微信待办功能中手动修改提醒时间。(XX 填本次 deadline.value

Read the full file on GitHub · 77 lines

Files

What ships with it

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

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. 3d ago First seen · 77 lines · 38 tokens per session scan A 8dcd673962c5

Subscribe to this mod's changes

wecomcli-todo is a skill published in the GitHub repository WecomTeam/wecom-cli (2,997 stars, last pushed 9d ago), licensed MIT. It adds 38 tokens to every session and 1,416 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens