wecomcli-doc
The wecomcli-doc skill enables agents to manage standard WeCom documents via the wecom-cli command-line tool. It supports creating blank documents, reading content in Markdown format, and overwriting existing document content with Markdown.
Is wecomcli-doc safe to install?
Review the source first: our audit of wecomcli-doc's source files found 3 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 the wecom-cli binary to interact with external WeCom document services.
How we audit skills: our security review methodology.
Who is this skill for?
Developers building AI agents that interact with WeCom document services.
What can you do with it?
- Create a new blank document in WeCom.
- Retrieve the full content of a document as Markdown.
- Overwrite the entire content of an existing document with new Markdown text.
How good is this skill?
Quality score: 5/10. The documentation clearly defines the interface, command usage, and error handling procedures. It provides specific instructions for distinguishing between different document types.
What does the skill file contain?
# 企业微信文档管理 > `wecom-cli` 是企业微信提供的命令行程序,所有操作通过执行 `wecom-cli` 命令完成。 资源型技能,负责普通doc文档的新建、内容读取与覆写。文档接口支持通过 `docid` 或 `url` 二选一定位文档。 ## URL 品类识别与接口路由 企业微信文档有多种品类,**URL 格式不同,所用的接口/技能也不同**。请通过 URL 严格区分: | URL 模式 | 品类 | 处理方式 | |---|---|---| | `https://doc.weixin.qq.com/doc/*` | **文档** | **本 skill** | | `https://doc.weixin.qq.com/sheet/*` | **在线表格** | 参阅 `wecomcli-sheet` skill | | `https://doc.weixin.qq.com/smartsheet/*` | **智能表格** | 参阅 `wecomcli-smartsheet` skill | | `https://doc.weixin.qq.com/smartpage/*` | **智能文档**(原名智能主页) | 参阅 `wecomcli-smartpage` skill | ## 调用方式 通过 `wecom-cli` 调用,品类为 `doc`: ...
Frequently asked questions
How do I handle different types of WeCom documents?
Use this skill for standard documents (URL pattern https://doc.weixin.qq.com/doc/*). Use wecomcli-sheet for online sheets, wecomcli-smartsheet for smart sheets, and wecomcli-smartpage for smart documents.
How does the document reading process work?
The skill uses an asynchronous polling mechanism. The first call returns a task_id. If task_done is false, the agent must call the command again with the task_id until task_done is true.
What happens when I edit a document?
The edit_doc_content command overwrites the entire document content. It is recommended to read the current content first using get_doc_content before performing an edit.
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.
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.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.