wecom-smartsheet-schema

wecom-smartsheet-schema is a skill for Claude Code, Codex from sunnoy/openclaw-plugin-wecom. It costs 118 tokens per session (1,370 once invoked), scanned A, original, ISC.

A tool for managing the structure of WeCom smart spreadsheets. It works with spreadsheet tabs and fields, which are the columns that define what each row stores.

In plain words
What is it for?
Use it to list, add, update, or delete spreadsheet tabs and columns in a WeCom document.
Why use it?
It avoids manually changing spreadsheet structure and helps locate a document by its ID or URL. It also reports errors when a structure change fails.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to list, add, update, or delete spreadsheet tabs and columns in a WeCom document.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sunnoy/openclaw-plugin-wecom/wecom-smartsheet-schema
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sunnoy/openclaw-plugin-wecom --skill wecom-smartsheet-schema
Clone the repo
git clone --depth 1 https://github.com/sunnoy/openclaw-plugin-wecom

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wecom-smartsheet-schema

README.md
[![agentmods](https://agentmods.dev/badge/skills/sunnoy/openclaw-plugin-wecom/wecom-smartsheet-schema/github.svg)](https://agentmods.dev/skills/sunnoy/openclaw-plugin-wecom/wecom-smartsheet-schema)
Your own site
<a href="https://agentmods.dev/skills/sunnoy/openclaw-plugin-wecom/wecom-smartsheet-schema"><img src="https://agentmods.dev/badge/skills/sunnoy/openclaw-plugin-wecom/wecom-smartsheet-schema/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wecom-smartsheet-schema

Your own site · 80×15
<a href="https://agentmods.dev/skills/sunnoy/openclaw-plugin-wecom/wecom-smartsheet-schema"><img src="https://agentmods.dev/badge/skills/sunnoy/openclaw-plugin-wecom/wecom-smartsheet-schema.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00118 $0.01370
Opus 5 $0.00059 $0.00685
Sonnet 5 $0.00024 $0.00274
Haiku 4.5 $0.00012 $0.00137

Measured 10d ago against content hash ac40642f4cc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

wecom-smartsheet-schema scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/wecom-smartsheet-schema/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

企业微信智能表格结构管理

wecom_mcp 是一个 MCP tool,所有操作通过调用该 tool 完成。

⚠️ 前置条件:首次调用 wecom_mcp 前,必须按 wecom-preflight 技能执行前置条件检查,确保工具已加入白名单。

⚠️ 路径与停止规则

  • 如果要读取本 skill,必须直接使用 <available_skills>skillsSnapshot 中给出的精确绝对路径。
  • 不要猜测或改写为 /data/openclaw/skills/wecom-*/workspace/.openclaw/skills/.../root/.openclaw/workspace-*/.openclaw/skills/...,也不要用 exec + ls/find 探路。
  • wecom_mcp 返回 errcode: 846609unsupported mcp biz type,表示当前 bot 未开通该 category,不是路径、白名单或 sandbox 问题;立即停止继续 readlistfind、memory fallback 探索,直接告知用户对应 category 未开通。

管理智能表格的子表和字段(列)结构。所有接口支持通过 docidurl 二选一定位文档。

调用方式

通过 wecom_mcp tool 调用,品类为 doc

使用 wecom_mcp tool 调用 wecom_mcp call doc <tool_name> '<json_params>' 调用指定技能

返回格式说明

所有接口返回 JSON 对象,包含以下公共字段:

字段 类型 说明
errcode integer 返回码,0 表示成功,非 0 表示失败
errmsg string 错误信息,成功时为 "ok"

errcode 不为 0 时,说明接口调用失败,可重试 1 次;若仍失败,将 errcodeerrmsg 展示给用户。

子表管理

smartsheet_get_sheet

查询文档中所有子表信息,返回 sheet_id、title、类型等。

使用 wecom_mcp tool 调用 wecom_mcp call doc smartsheet_get_sheet '{"docid": "DOCID"}'

smartsheet_add_sheet

添加空子表。新子表不含视图、记录和字段,需通过其他接口补充。

使用 wecom_mcp tool 调用 wecom_mcp call doc smartsheet_add_sheet '{"docid": "DOCID", "properties": {"title": "新子表"}}'

注意:新建智能表格文档默认已含一个子表,仅需多个子表时调用。

smartsheet_update_sheet

修改子表标题。需提供 sheet_id 和新 title。

使用 wecom_mcp tool 调用 wecom_mcp call doc smartsheet_update_sheet '{"docid": "DOCID", "sheet_id": "SHEETID", "title": "新标题"}'

smartsheet_delete_sheet

永久删除子表,操作不可逆

使用 wecom_mcp tool 调用 wecom_mcp call doc smartsheet_delete_sheet '{"docid": "DOCID", "sheet_id": "SHEETID"}'

字段管理

smartsheet_get_fields

查询子表的所有字段信息,返回 field_id、field_title、field_type。

使用 wecom_mcp tool 调用 wecom_mcp call doc smartsheet_get_fields '{"docid": "DOCID", "sheet_id": "SHEETID"}'

smartsheet_add_fields

向子表添加一个或多个字段。单个子表最多 150 个字段。

使用 wecom_mcp tool 调用 wecom_mcp call doc smartsheet_add_fields '{"docid": "DOCID", "sheet_id": "SHEETID", "fields": [{"field_title": "任务名称", "field_type": "FIELD_TYPE_TEXT"}]}'

Read the full file on GitHub · 97 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 97 lines · 118 tokens per session scan A ac40642f4cc9

Subscribe to this mod's changes

wecom-smartsheet-schema is a skill published in the GitHub repository sunnoy/openclaw-plugin-wecom (705 stars, last pushed 3mo ago), licensed ISC. It adds 118 tokens to every session and 1,370 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

officecli-financial-model

Use this skill when the user wants to build a financial model — 3-statement model, DCF valuation, LBO, SaaS unit economics, sensitivity / scenario analysis, debt schedule, or fundraising projections — in Excel. Trigger on: 'financial model', '3-statement model', 'P&L + BS + CF', 'DCF', 'WACC', 'NPV', 'terminal value'…

iOfficeAI/OfficeCLI · 222 tokens

officecli-xlsx

Use this skill any time a .xlsx file is involved -- as input, output, or both. This includes: creating spreadsheets, financial models, dashboards, or trackers; reading, parsing, or extracting data from any .xlsx file; editing, modifying, or updating existing workbooks; working with formulas, charts, pivot tables, or…

iOfficeAI/OfficeCLI · 119 tokens

officecli-data-dashboard

Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…

iOfficeAI/OfficeCLI · 157 tokens

officecli

Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.

iOfficeAI/OfficeCLI · 56 tokens

ha-data-analytics

A local-first data-analysis and reporting skill for CSV and spreadsheet files. It produces decision-ready analyses and shareable offline reports while separating facts, calculations, interpretations, and recommendations.

shiwenwen/hope-agent · 106 tokens

office-xlsx

Use when the user asks to create, inspect, verify, analyze, format, or deliver Excel .xlsx workbooks, Google Sheets-targeted spreadsheet artifacts, trackers, budgets, models, tables, dashboards, formulas, CSV/TSV-to-XLSX conversions, or spreadsheet-ready data packs.

shiwenwen/hope-agent · 64 tokens