Real Skill packageSource verifiedClawHub registry

入库单合并汇总

将用户上传的入库单Excel中多个表单的单据数据提取合并,转换为统一格式的标准汇总表并导出。

Identity and source

Publisher attributionqingchazhushuiregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 55% rule confidence
Package forminstruction with code4 recorded files
Canonical sourceClawHub registryclawhub:qingchazhushui:merge-inventory
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 Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/14/2026.claude/skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

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

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/14/2026.agents/skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

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

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/14/2026skills/<skill-name>
1 structural issue
  • error: SKILL.md does not contain a complete YAML frontmatter envelope. SKILL.md

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 @qingchazhushui/merge-inventory
clawhub inspect @qingchazhushui/merge-inventory --version 1.0.0

Security evidence

SkillVetAI static result: medium signal

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 / 4 inspected as text
Checked
8/14/2026, 7:24:51 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
mediumSKILL.md has no parseable YAML frontmatterSKILL.md:1 · confidence 100%missing frontmatter
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/14/2026, 5:27:56 AM
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:c262ac4beeef15ccc985e0f306dc3c4f4066ca14334860bf6ecd40c2d66a9c41
Show up to 4 recorded paths
  • __pycache__/merge_inventory.cpython-311.pyc
  • merge_inventory.py
  • skill-card.md
  • SKILL.md

Source changelog

merge-inventory 1.0.0 - 新增入库单 Excel 文件批量合并与标准化功能,自动将表1格式转换为标准汇总表(表2格式),支持多单据、多 sheet 处理。 - 自动识别表头及数据块,多单据按块合并,间隔空行,每块序号独立重排,合计行样式突出。 - 支持自定义过滤(如删除特定占位行)。 - 优化输出格式:13列标准,表头浅蓝背景加粗,合计行浅黄背景,内容自动适应且空值无NaN,首行冻结。 - 输入输出灵活,支持单个/多个 sheet,输出规范化 Excel 文件。