wecomcli-sheet
wecomcli-sheet handles online spreadsheet operations within WeChat Work, including creation, content reading and editing, row appending, and sub-worksheet administration. It triggers when users reference WeChat Work sheets or links matching the sheet URL pattern, and integrates with wecom-cli for all operations.
wecomcli-sheet creates, reads, modifies, and manages online spreadsheets in WeChat Work.
AI-generated summary based on this skill's SKILL.md
Install
WecomTeam/wecom-cli/wecomcli-sheet · repository language: Rust
git clone https://github.com/WecomTeam/wecom-cli
cp -r wecom-cli/skills/wecomcli-sheet ~/.claude/skills/wecomcli-sheetFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I create and manage online spreadsheets in WeChat Work?
wecomcli-sheet enables you to create and manage online spreadsheets directly within WeChat Work. The skill handles spreadsheet creation, content management, and administration of sub-worksheets. It integrates with wecom-cli commands to automate table operations, allowing you to set up new sheets, organize them with sub-worksheets, and manage their metadata all through a unified interface.
Can wecomcli-sheet read spreadsheet content in Markdown format?
Yes, wecomcli-sheet can read spreadsheet content and convert it to Markdown format. This feature makes it easy to export and share your WeChat Work sheet data in a readable, portable format that works across different platforms and applications.
How do I modify cell ranges and append row data to sheets?
wecomcli-sheet supports modifying specific cell ranges and appending new row data to your sheets. You can target particular areas of your spreadsheet for updates and add new rows of data without affecting existing content. These operations are performed through wecom-cli commands integrated into the skill.
What can wecomcli-sheet do for managing sub-worksheets?
wecomcli-sheet lets you manage sub-worksheets within your main spreadsheet, including creation, deletion, and retrieval of sub-worksheet metadata. You can organize complex data structures by adding or removing sub-worksheets as needed and query information about existing worksheets.
What wecom-cli sheet commands does this skill automate?
wecomcli-sheet automates table operations through wecom-cli commands, enabling programmatic control over your WeChat Work spreadsheets. The skill triggers when you reference WeChat Work sheets or links matching the sheet URL pattern, and executes the underlying wecom-cli sheet commands to perform your requested operations.
Is wecomcli-sheet open source and what license does it use?
Yes, wecomcli-sheet is open source and released under the MIT license, making it freely available for use, modification, and distribution.
SKILL.md
rendered from the published skill — quoted content, verbatim
企业微信在线表格管理
> wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。
资源型技能,负责在线表格(/sheet/*)的新建、内容读写以及子工作表管理。
调用方式
通过 wecom-cli 调用,品类为 doc:
wecom-cli doc <tool_name> '<json_params>'
接口路由表
> 硬规则:第二列是 references/xxx.md 链接的,命中这一行后先 read 对应 references 文件,再构造命令。写入/读取子表数据前,先用 sheet_get_info 拿到目标子表的 sheet_id。
| 用户意图 | 参考位置 |
|---|---|
| 读取在线表格完整内容(Markdown 概览) | 见下方「读取完整内容」 |
| 读取在线表格基础信息与子表列表 | 见下方「读取基础信息」 |
| 从零新建在线表格(空白) | 见下方「新建在线表格」 |
| 修改在线表格指定区域内容 | references/sheet-update-range-data.md |
| 在线表格末尾追加一行数据 | references/sheet-append-data.md |
| 添加在线表格子工作表 |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 5 files
skills/wecomcli-sheet/SKILL.md
skills/wecomcli-sheet/references/sheet-add-sub.md
skills/wecomcli-sheet/references/sheet-append-data.md
skills/wecomcli-sheet/references/sheet-delete-sub.md
skills/wecomcli-sheet/references/sheet-update-range-data.md