wecomcli-todo
The wecomcli-todo skill provides management capabilities for WeCom to-do items, including creation, updates, status changes, list retrieval, detail fetching, and deletion via the wecom-cli command-line tool.
Is wecomcli-todo safe to install?
Review the source first: our audit of wecomcli-todo's source files found 7 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via wecom-cli to interact with WeCom APIs, which involves potential side effects on user data.
How we audit skills: our security review methodology.
Who is this skill for?
Users of the WeCom platform who need to manage tasks and to-do items through an AI agent interface.
What can you do with it?
- Create new to-do items with content, participants, deadlines, and reminders.
- Update existing to-do item details, including content, status, and deadlines.
- Change a participant's status on a specific to-do item.
- Retrieve a list of to-do items for a specific user.
- Fetch detailed information for specific to-do items.
- Delete existing to-do items.
- Search for user IDs based on names or aliases to facilitate task assignment.
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, clearly defining command parameters, constraints, and privacy requirements for sensitive data like user IDs.
What does the skill file contain?
# 企业微信待办事项管理技能 > `wecom-cli` 是企业微信提供的命令行程序,所有操作通过执行 `wecom-cli` 命令完成。 ## 概述 wecomcli-todo 提供企业微信待办事项的管理能力,包含以下功能: 1. **搜索 userid** - 根据姓名或别名搜索用户的 userid,用于在创建/更新待办、更改用户状态、查询待办列表时把姓名解析为 userid 2. **创建待办** - 创建新的待办事项,可指定内容、参与人、截止时间和提醒方式 3. **更新待办** - 修改已有待办的内容、参与人、待办状态、截止时间和提醒方式 4. **更改用户状态** - 更改某位参与人在某个待办中的状态(拒绝/接受/已完成) 5. **获取待办列表** - 获取指定用户的待办列表,支持按创建时间和提醒时间过滤 6. **获取待办详情** - 根据待办 ID 列表批量获取完整信息 7. **删除待办** - 删除指定的待办事项 ## 命令调用方式 执行指定命令: ```bash wecom-cli todo <tool_name> '<json_params>' ``` --- ## 命令详细说明 ### 1. 搜索 userid (search_todo_userid) 基础接口,根据姓名或别名搜索用户的 userid,用于在创建待办、更新待办时把用户...
Frequently asked questions
How do I assign a task to a colleague?
Use the search_todo_userid command to resolve the colleague's name to a userid, then include that userid in the follower_list when calling create_todo.
Can I change a participant's status using the update_todo command?
No. The update_todo command does not support changing participant status. Use the change_todo_user_status command instead.
What is the time range limit for querying to-do lists?
Filters for creation, reminder, or deadline times must fall within 30 days before or after the current date.
Is it safe to display user IDs in the chat?
No. User IDs are sensitive identifiers and must not be exposed to the user. Only display readable information like names or departments.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.