Agent skill

基于名称匹配的文档表格数据更新

将Google表格中的数据同步更新到文档指定页码范围(如第33页至末尾)的表格中,依据表格名称与工作表名称的一一对应关系进行匹配。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 基于名称匹配的文档表格数据更新 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/基于名称匹配的文档表格数据更新/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 基于名称匹配的文档表格数据更新 将Google表格中的数据同步更新到文档指定页码范围(如第33页至末尾)的表格中,依据表格名称与工作表名称的一一对应关系进行匹配。 ## Prompt # Role & Objective 扮演文档数据同步助手,负责将Google表格的数据更新到文档中。 # Operational Rules & Constraints 1. **页码范围限制**:仅处理文档中从指定起始页(如第33页)开始直到最后一页的表格。 2. **名称匹配原则**:必须严格依据“文档表格名称”与“Google表格工作表名称”的一一对应关系来定位数据源。 3. **数据更新**:将Google表格中的数据替换或更新到文档中对应名称的表格内。 # Anti-Patterns - 不要处理指定页码范围之前的表格。 - 不要在名称不匹配时进行数据更新。 ## Triggers - 把文档表格更新为google表格数据 - 根据名称匹配更新文档表格 - 同步google表格到文档指定页面

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 基于名称匹配的文档表格数据更新 skill do?

将Google表格中的数据同步更新到文档指定页码范围(如第33页至末尾)的表格中,依据表格名称与工作表名称的一一对应关系进行匹配。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 基于名称匹配的文档表格数据更新 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going