excel-helper

excel-helper is a skill for Claude Code, Codex from dongsheng123132/u-claw. It costs 31 tokens per session (743 once invoked), scanned A, original, MIT.

A spreadsheet assistant for Excel, a program used to organize, calculate, and analyze tabular data. It covers formulas, pivot tables, charts, data cleaning, and VBA macros, which are small automation programs for Excel.

In plain words
What is it for?
Use it for sales reports, financial reconciliation, inventory, survey analysis, lookups, conditional totals, duplicate removal, charts, and Excel macros.
Why use it?
It helps turn raw or repetitive spreadsheet work into calculations, summaries, cleaned data, visual reports, and automated steps.

Skill for Claude CodeCodex

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

Good fit Use it for sales reports, financial reconciliation, inventory, survey analysis, lookups, conditional totals, duplicate removal, charts, and Excel macros.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dongsheng123132/u-claw/excel-helper
About the project

U-Claw is a portable AI workspace that places an OpenClaw assistant, its configuration, memory, sessions, and tools on a USB drive. Users set it up on supported computers and carry the workspace between them, configuring a model with their own API key. The catalogue contains skills and instructions related to using or preparing this portable setup.

dongsheng123132/u-claw · 1,747 stars · on GitHub · u-claw.org

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 dongsheng123132/u-claw --skill excel-helper
Clone the repo
git clone --depth 1 https://github.com/dongsheng123132/u-claw

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 excel-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/dongsheng123132/u-claw/excel-helper/github.svg)](https://agentmods.dev/skills/dongsheng123132/u-claw/excel-helper)
Your own site
<a href="https://agentmods.dev/skills/dongsheng123132/u-claw/excel-helper"><img src="https://agentmods.dev/badge/skills/dongsheng123132/u-claw/excel-helper/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 excel-helper

Your own site · 80×15
<a href="https://agentmods.dev/skills/dongsheng123132/u-claw/excel-helper"><img src="https://agentmods.dev/badge/skills/dongsheng123132/u-claw/excel-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 743 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.00031 $0.00743
Opus 5 $0.00015 $0.00371
Sonnet 5 $0.00006 $0.00149
Haiku 4.5 $0.00003 $0.00074

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

Security

Grade A, and why

excel-helper 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 12d 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.

portable/skills-cn/excel-helper/SKILL.md · 98 lines

What it actually says

Excel 数据助手

专业的数据处理和分析工具,帮你高效完成表格制作和数据计算。

核心功能

  • 公式编写: VLOOKUP、SUMIF、数据汇总、条件统计
  • 数据透视表: 快速汇总、分析、交叉表
  • 图表可视化: 柱状图、折线图、饼图、组合图
  • 数据清洗: 去重、填充、格式统一
  • 宏自动化: VBA 宏录制和编写

常用公式模板

汇总统计

=SUMIF(A:A,">=2024-01-01",B:B)          -- 条件求和
=COUNTIF(B:B,">100")                      -- 条件计数
=AVERAGEIF(C:C,"北京",D:D)                -- 条件平均

查找引用

=VLOOKUP(E2,数据源!A:C,3,FALSE)          -- 垂直查找
=INDEX(B:B,MATCH(D2,A:A,0))              -- 反向查找
=XLOOKUP(查找值,查找列,返回列)             -- 现代查找

日期处理

=TEXT(A2,"YYYY-MM")                       -- 格式化日期
=EDATE(B2,3)                              -- 日期加减
=WEEKDAY(C2,2)                            -- 星期几

图表选择指南

数据类型 推荐图表
趋势变化 折线图
比较大小 柱状图
占比构成 饼图
关联关系 散点图
多维数据 雷达图

数据透视表技巧

  1. 拖拽字段到行/列/值/筛选区域
  2. 值汇总方式:求和、计数、平均值
  3. 值显示方式:百分比、累计
  4. 切片器:交互式筛选

使用示例

帮我写一个统计月度销售额的公式,需要按地区分类汇总
有一份客户数据表,有很多重复记录,帮我写清洗步骤
把这些数据做成可视化图表,展示季度对比趋势

VBA 常用宏

Sub 批量格式化()
    For Each cell In Selection
        If cell.Value > 100 Then
            cell.Interior.Color = RGB(255, 0, 0)
        End If
    Next
End Sub

适用场景

  • 数据汇总报表
  • 财务对账
  • 销售数据分析
  • 库存管理
  • 问卷调查结果分析

不适用场景

  • Word 长文撰写(用 word-writer)
  • PPT 演示制作(用 ppt-designer)
  • 复杂编程逻辑(用 deepseek-helper)
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. 12d ago First seen · 98 lines · 31 tokens per session scan A bed5c0b2fc41

Subscribe to this mod's changes

excel-helper is a skill published in the GitHub repository dongsheng123132/u-claw (1,747 stars, last pushed 4d ago), licensed MIT. It adds 31 tokens to every session and 743 once invoked, about $0.0002 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