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

wecomcli-get-todo-detail

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
2

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-get-todo-detail
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-get-todo-detail has 2 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-get-todo-detail.

Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykPASS
About this skill
wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli 根据待办 ID 列表批量查询完整详情,包含待办内容和分派人信息。 人员 ID 转姓名(关键步骤) : 返回结果中的 follower_id 和 creator_id 都是系统内部 ID,直接展示给用户毫无意义——用户不认识这些 ID,只认识姓名。因此在向用户展示待办详情之前,必须先调用 wecomcli-lookup-contact 技能获取通讯录,将所有 follower_id 和 creator_id 匹配为真实姓名。具体做法: 如果通讯录中找不到某个 ID,展示时标注"未知用户(ID: xxx)"即可。 重试策略 : 遭遇"返回 HTTP 错误"或"HTTP 请求失败"时,主动重试,最多重试三次。 调用示例: 用户问:"看看我最近的待办" / "我有哪些待办事项?" 第三步是展示可读结果的前提。没有这一步,用户看到的是一串无意义的 ID 而非姓名。 展示格式(注意:分派人和创建人必须显示为姓名,不是 ID): 人员 ID 必须转姓名 获取通讯录 todo_id 来源规则 状态值含义 错误处理 :若 errcode 不为 0 ,告知用户 errmsg 中的错误信息 单次上限 : todo_id_list 最多传 20 个 ID,超过需要分批请求 - 第一步:通过 wecomcli-get-todo-list 获取待办列表。 - 第二步:根据返回的 todo_id 批量获取详情。 - 第三步(不要跳过!):通过 wecomcli-lookup-contact 获取通讯录,将 follower_id / creator_id 转为姓名。用返回的 userlist 中的 userid 匹配 follower_id 和 creator_id,取 name 字段作为展示姓名 - 人员 ID 必须转姓名 - 返回结果中的 follower_id 和 creator_id 是系统内部标识,用户无法识别 - 展示待办详情前,先 - 用通讯录的 userid 匹配 follower_id / creator_id ,用 name 替换展示 - todo_id 来源规则 - todo_id 必须来自 wecomcli-get-todo-list 返回的结果,禁止自行推测或构造 - 用户通常提供待办内容描述而非 ID,应先通过 wecomcli-get-todo-list 查列表再匹配 - 状态值含义 - 待办状态( todo_status ): 0 -已完成, 1 -进行中, 2 -已删除 - 用户状态( user_status ): 0 -拒绝, 1 -接受, 2 -已完成 - 分派人状态( follower_status ): 0 -拒绝, 1 -接受, 2 -已完成 - 错误处理 :若 errcode 不为 0 ,告知用户 errmsg 中的错误信息 - 单次上限 : todo_id_list 最多传 20 个 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-get-todo-detail do?

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

Is wecomcli-get-todo-detail good?

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

Which AI agents support wecomcli-get-todo-detail?

wecomcli-get-todo-detail currently lists compatibility with Skills CLI.

Is wecomcli-get-todo-detail safe to install?

wecomcli-get-todo-detail 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-get-todo-detail?

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

How do I install wecomcli-get-todo-detail?

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

Related skills

More from wecomteam/wecom-cli

Related skills

Alternatives in Software Engineering