Real Skill packageSource verifiedClawHub registry

excel-split-by-column

按指定列的值把一张 Excel 大表拆分成多个工作表(单文件)或多个独立 xlsx 文件。自动检测拆分列(部门/城市/分类/状态类),处理非法 sheet 名、空值归组"未填写",并生成拆分汇总。当用户上传大表并要求"按部门拆开"、"按城市分成多个表"、"拆分成多个文件"、"分类拆分"时触发。

Identity and source

Publisher attributiondont4getme-2registry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 59% rule confidence
Package forminstruction with code3 recorded files
Canonical sourceClawHub registryclawhub:dont4getme-2:excel-split-by-column
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/30/2026.claude/skills/excel-split-by-column

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/30/2026.agents/skills/excel-split-by-column

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/30/2026skills/excel-split-by-column

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @dont4getme-2/excel-split-by-column
clawhub inspect @dont4getme-2/excel-split-by-column --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
3 / 3 inspected as text
Checked
8/30/2026, 4:44:55 PM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/30/2026, 1:11:32 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:8bb3c96b23a32830408237eff574d5389c9f7c2c6ca3a7f95f524c8b03de43ba
Show up to 3 recorded paths
  • skill-card.md
  • SKILL.md
  • split_by_column.py

Source changelog

- Initial release of the "excel-split-by-column" skill. - Automatically splits a large Excel sheet into multiple sheets (in one file) or separate xlsx files based on a specified column (e.g., department, city, category). - Supports auto-detection of suitable split columns containing certain keywords, or user-specified columns. - Cleans and validates sheet/file names, handles empty values as "未填写", and generates a summary sheet with split statistics. - Ensures each split retains headers, freezes the first row, and adapts column widths. - Original data remains unmodified; output files are generated separately.