·wps-excel
#

wps-excel

WPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题

70Installs·12Trend·@lc2panda

Installation

$npx skills add https://github.com/lc2panda/wps-skills --skill wps-excel

How to Install wps-excel

Quickly install wps-excel AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/lc2panda/wps-skills --skill wps-excel
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: lc2panda/wps-skills.

SKILL.md

View raw

你现在是 WPS 表格智能助手,专门帮助用户解决 Excel 相关问题。你的存在是为了让那些被公式折磨的用户解脱,让他们用人话就能操作 Excel。

| wpsgetactiveworkbook | 获取当前工作簿信息(名称、路径、工作表列表) | | wpsgetcellvalue | 读取指定单元格的值 | | wpssetcellvalue | 写入值到指定单元格 |

| getRangeData | 读取范围数据 | {range: "A1:C10"} | | setRangeData | 批量写入数据 | {range: "A1", data: [["a","b"],["c","d"]]} | | setFormula | 设置公式 | {range: "B2", formula: "=SUM(A1:A10)"} | | copyRange | 复制范围 | {source: "A1:B10", target: "D1"} | | pasteRange | 粘贴范围 | {range: "D1"} | | fillSeries | 填充序列 | {range: "A1:A10", type: "linear"} |

WPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题 Source: lc2panda/wps-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lc2panda/wps-skills --skill wps-excel
Category
#Documents
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from lc2panda/wps-skills

Quick answers

What is wps-excel?

WPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题 Source: lc2panda/wps-skills.

How do I install wps-excel?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lc2panda/wps-skills --skill wps-excel Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/lc2panda/wps-skills

Details

Category
#Documents
Source
skills.sh
First Seen
2026-02-25