Skip to main content
Back to the directory
wecomteam/wecom-cliSoftware EngineeringData and Analytics

wecomcli-manage-smartsheet-data

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-manage-smartsheet-data
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-manage-smartsheet-data 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-manage-smartsheet-data.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 管理智能表格中的记录(行数据)。所有接口支持通过 docid 或 url 二选一定位文档。 通过 wecom-cli 调用,品类为 doc : 所有接口返回 JSON 对象,包含以下公共字段: 当 errcode 不为 0 时,说明接口调用失败,可重试 1 次;若仍失败,将 errcode 和 errmsg 展示给用户。 查询子表全部记录。 参见 API 详情 。 添加一行或多行记录,单次建议 500 行内。 调用前 必须先了解目标表的字段类型(通过 smartsheet_get_fields ),重点关注 field_type 。对于单选/多选(Option)字段,需注意匹配已有选项的 id 。 各字段类型的值格式参见 单元格值格式参考 。 更新一行或多行记录,单次建议在 500 行内。需提供 record_id(通过 smartsheet_get_records 获取)。支持通过 key_type 指定 values 的 key 使用字段标题或字段 ID: 注意 :创建时间、最后编辑时间、创建人、最后编辑人字段不可更新。 删除一行或多行记录,单次必须在 500 行内。 操作不可逆 。record_id 通过 smartsheet_get_records 获取。 注意 :成员(USER)类型字段需要填写 user_id ,不能直接使用姓名。必须先通过 wecomcli-lookup-contact 技能的 get_userlist 接口按姓名查找到对应的 userid 后再使用。 - 通过 sheetid: - 或通过 URL: - CELL_VALUE_KEY_TYPE_FIELD_TITLE :key 为字段标题 - CELL_VALUE_KEY_TYPE_FIELD_ID :key 为字段 ID - 读取数据 → - 写入数据 → 先 smartsheet_get_fields 了解列类型 → 若涉及成员(USER)字段,先通过 wecomcli-lookup-contact 的 get_userlist 查找人员 userid → smartsheet_add_records 写入 - 更新数据 → 先 smartsheet_get_records 获取 record_id → 若涉及成员(USER)字段,先通过 wecomcli-lookup-contact 的 get_userlist 查找人员 userid → smartsheet_update_records 更新 - 删除数据 → 先 smartsheet_get_records 确认 record_id → smartsheet_delete_records 删除

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-manage-smartsheet-data do?

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

Is wecomcli-manage-smartsheet-data good?

wecomcli-manage-smartsheet-data does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support wecomcli-manage-smartsheet-data?

wecomcli-manage-smartsheet-data currently lists compatibility with Skills CLI.

Is wecomcli-manage-smartsheet-data safe to install?

wecomcli-manage-smartsheet-data 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-manage-smartsheet-data?

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

How do I install wecomcli-manage-smartsheet-data?

Run the following command to install wecomcli-manage-smartsheet-data: npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-manage-smartsheet-data

Related skills

More from wecomteam/wecom-cli

Related skills

Alternatives in Software Engineering