Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

wecomteam/wecom-cli

7 skills104k installs18.3k starsGitHub

Install

npx skills add https://github.com/wecomteam/wecom-cli

Skills in this repo

1Wecomcli DocA Rust-based command-line tool for WeChat Work (企业微信) that exposes document management, smart sheets, messaging, contacts, todos, meetings, and calendar operations to developers and AI agents. Supports enterprise scenarios (10+ teams) with full API bot capabilities and small team/individual workflows. Requires WeChat Work account and optional bot credentials.15.7kinstalls2Wecomcli MsgA messaging-focused module of wecom-cli for WeChat Work. Enables CLI access to conversation lists, message retrieval (text, multimedia), media downloads, and message sending. Supports both enterprise (10+ team) and small-team/individual workflows. Part of the larger wecom-cli ecosystem covering docs, sheets, todos, meetings, and calendars.15.7kinstalls3Wecomcli Todo企业微信待办事项管理技能 支持查询待办列表 获取待办详情 创建待办 更新待办 删除待办及变更用户处理进度状态 在用户说 看看我的待办列表 我有哪些待办 帮我创建一个待办 把这个任务分派给张三 标记待办完成 删掉那个待办 帮我建个提醒 更新一下待办内容 把提醒时间改到下周 接受这个待办 拒绝这个待办 这个待办的详情 待办分派给谁了 等需要对待办进行读写操作的场景时使用 name wecomcli-todo description 企业微信待办事项管理技能 支持查询待办列表 获取待办详情 创建待办 更新待办 删除待办及变更用户处理进度状态 在用户说 看看我的待办列表 我有哪些待办 帮我创建一个待办 把这个任务分派给张三 标记待办完成 删掉那个待办 帮我建个提醒 更新一下待办内容 把提醒时间改到下周 接受这个待办 拒绝这个待办 这个待办的详情 待办分派给谁了 等需要对待办进行读写操作的场景时使用 metadata requires bins wecom-cli cliHelp wecom-cli todo help 企业微信待办事项管理技能 wecom-cli 是企业微信提供的命令行程序 所有操作通过执行 wecom-cli 命令完成 概述 wecomcli-todo 提供企业微信待办事项的完整管理能力 包含以下功能 1 查询待办列表 按创建时间和提醒时间过滤 支持分页 返回待办概要信息 2 获取待办详情 根据待办 ID 列表批量获取完整信息 含内容和分派人 3 创建待办 创建新的待办事项 可指定内容 分派人和提醒时间 4 更新待办 修改已有待办的内容 分派人 状态或提醒时间 5 变更用户待办状态 更改当前用户在某个待办中的状态 拒绝 接受 已完成 命令调用方式 执行指定命令 bash wecom-cli todo tool_name json_params 行为策略 查完列表必须查详情 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 匹配为真实姓名 具体做法 ba.15.5kinstalls4Wecomcli ContactA command-line skill for querying and managing Enterprise WeChat (WeCom) contact directory members. Developers use it to automate contact lookups in terminal workflows or agent integrations. Useful for enterprise automation where WeCom is the primary communications platform.15.5kinstalls5Wecomcli ScheduleA CLI skill for managing Enterprise WeChat calendar and schedule operations. Developers integrate it into agent workflows to automate meeting scheduling and availability checks. Addresses calendar automation for teams using WeCom as their primary platform.15.5kinstalls6Wecomcli MeetingA CLI skill for Enterprise WeChat meeting management and lifecycle control. Developers use it to automate meeting creation, cancellation, and participant updates in agent workflows. Covers the meeting coordination use case for WeCom-based teams.15.5kinstalls7Wecomcli Smartsheet企业微信智能表格管理技能 提供智能表格的结构管理 子表 字段 和数据管理 记录增删改查 适用场景 1 管理智能表格子表和字段 列 2 查询 添加 更新 删除智能表格记录 支持通过 docid 或文档 URL 定位文档 name wecomcli-smartsheet description 企业微信智能表格管理技能 提供智能表格的结构管理 子表 字段 和数据管理 记录增删改查 适用场景 1 管理智能表格子表和字段 列 2 查询 添加 更新 删除智能表格记录 支持通过 docid 或文档 URL 定位文档 metadata requires bins wecom-cli cliHelp wecom-cli doc help 企业微信智能表格管理 wecom-cli 是企业微信提供的命令行程序 所有操作通过执行 wecom-cli 命令完成 管理企业微信智能表格的结构 子表 字段 列 和数据 记录 所有接口支持通过 docid 或 url 二选一定位文档 调用方式 通过 wecom-cli 调用 品类为 doc bash wecom-cli doc tool_name json_params 返回格式说明 所有接口返回 JSON 对象 包含以下公共字段 字段 类型 说明 errcode integer 返回码 0 表示成功 非 0 表示失败 errmsg string 错误信息 成功时为 ok 当 errcode 不为 0 时 说明接口调用失败 可重试 1 次 若仍失败 将 errcode 和 errmsg 展示给用户 一 智能表格结构管理 smartsheet_get_sheet 查询文档中所有子表信息 返回 sheet_id title 类型等 bash 通过 docid 查询 wecom-cli doc smartsheet_get_sheet docid DOCID 通过 url 查询 wecom-cli doc smartsheet_get_sheet url https doc weixin qq com smartsheet xxx 智能表格其他接口的 docid url 传入以此类推 smartsheet_add_sheet 添加空子表 新子表不含视图 记录和字段 需通过其他接口补充 bash wecom-cli doc smartsheet_add_sheet docid DOCID properties title 新子表 注意 新建智能表格文档默认已含一个子表 仅需多个子表时调用 smartsheet_update_sheet 修改子表标题 需提供10.8kinstalls

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

wecomteam/wecom-cli · 7 skills · Skillselion