Skip to main content
Back to the directory
wecomteam/wecom-cliSoftware EngineeringAI and Automation

wecomcli-todo

wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-todo
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, wecomcli-todo has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wecomteam/wecom-cli. Canonical URL: https://skills.sh/wecomteam/wecom-cli/wecomcli-todo.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 wecomcli-todo 提供企业微信待办事项的完整管理能力,包含以下功能: 执行指定命令: 查完列表必须查详情 : get_todo_list 只返回待办 ID 和状态等概要信息,不包含待办的实际内容和分派人。对用户来说,没有内容的待办列表毫无用处——他们想知道的是"要做什么",而不是一串 ID。因此,每次调用 get_todo_list 拿到结果后,都要紧接着用返回的 todo_id 列表调用 get_todo_detail 获取完整详情(内容、分派人等),然后再向用户展示。这不是可选步骤,而是完成用户请求的必要环节。 人员 ID 转姓名(关键步骤) : get_todo_detail 返回结果中的 follower_id 和 creator_id 都是系统内部 ID,直接展示给用户毫无意义——用户不认识这些 ID,只认识姓名。因此在向用户展示待办详情之前,必须先调用 wecomcli-contact 技能获取通讯录,将所有 follower_id 和 creator_id 匹配为真实姓名。具体做法: 如果通讯录中找不到某个 ID,展示时标注"未知用户(ID:xxx)"即可。 分页未拉完时必须提醒用户 : get_todo_list 接口是分页的,不要求一次性拉完所有数据。但如果响应中 has_more 为 true ,说明后面还有待办没有返回——这时你在展示当前结果的同时,必须明确告诉用户"还有更多待办未显示,是否需要继续查看?"。用户可能不知道后面还有数据,如果你不说,他们会以为看到的就是全部,这会导致遗漏重要待办。 重试策略 : 遭遇"返回 HTTP 错误"或"HTTP 请求失败"时,主动重试,最多重试三次。 查询当前用户的待办列表,支持按时间过滤和分页。返回的是待办概要信息(不含内容和分派人)。 列表返回的是待办概要信息(不含内容和分派人)。拿到列表后,必须调用 get_todo_detail 获取完整详情再展示给用户。 根据待办 ID 列表批量查询完整详情,包含待办内容和分派人信息。 创建一个新的待办事项,可指定内容、分派人和提醒时间。 修改已有待办事项的内容、分派人、状态或提醒时间。 删除指定的待办事项。 删除操作不可撤销,执行前应向用户确认。 更改当前用户在某个待办中的状态(拒绝/接受/已完成)。 完整的工作流步骤、命令示例和展示格式详见 examples/workflows.md todo_id 来源规则 follower_id 来源规则 人员 ID 必须转姓名 时间格式 状态值含义 follower_list 的格式 (作为输入参数的时候) follower_id 即 userid,需要通过 wecomcli-contact 查询获取,禁止自行猜测或构造。 破坏性操作确认 必须查详情 分页未拉完必须提醒 单次详情上限 错误处理 通讯录查询 - 查询待办列表 - 按创建时间和提醒时间过滤,支持分页,返回待办概要信息 - 获取待办详情 - 根据待办 ID 列表批量获取完整信息(含内容和分派人) - 创建待办 - 创建新的待办事项,可指定内容、分派人和提醒时间 - 更新待办 - 修改已有待办的内容、分派人、状态或提醒时间 - 删除待办...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wecomcli-todo do?

wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。

Is wecomcli-todo good?

wecomcli-todo does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support wecomcli-todo?

wecomcli-todo currently lists compatibility with Skills CLI.

Is wecomcli-todo safe to install?

wecomcli-todo has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to wecomcli-todo?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install wecomcli-todo?

Run the following command to install wecomcli-todo: npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-todo

Related skills

More from wecomteam/wecom-cli

Related skills

Alternatives in Software Engineering