Real Skill packageSource verifiedClawHub registry

delete-when-unzip

Use when the user wants to extract/unpack large ZIP or RAR archives while disk space is limited, or mentions "delete when unzip", "边解压边删除", "extract and delete processed parts", "flat/unpack files", or segmented (multi-volume) archives (.z01/.zip.001/.part1.rar/.r01) under low free space. This project streams archives chunk by chunk and deletes already-processed parts so you do not need 2x the archive size in free space. Covers which script to run, chunk-size math, and the critical warning that the source archive…

Identity and source

Publisher attributionauto-Dogregistry owner unverified by skillvetai
Functional categoryImage & Visual Designautomatically inferred · 53% rule confidence
Package forminstruction with code20 recorded files
Canonical sourceClawHub registryclawhub:auto-dog:delete-when-unzip
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 · 9/2/2026.claude/skills/delete-when-unzip

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 · 9/2/2026.agents/skills/delete-when-unzip

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 · 9/2/2026skills/delete-when-unzip

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 @auto-dog/delete-when-unzip
clawhub inspect @auto-dog/delete-when-unzip --version 0.1.1

Security evidence

SkillVetAI static result: high 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
partial text content
Files
15 / 20 inspected as text
Checked
9/2/2026, 4:32:29 AM
Scanner
0.1.3
Policy
1.0.3
7 automated findings
highDynamic code or shell execution is presentSKILL.md:58 · confidence 78%eval(
highDynamic code or shell execution is presentapp.py:193 · confidence 78%eval(
highDynamic code or shell execution is presentdelete_when_unzip_multi.py:84 · confidence 78%eval(
highDynamic code or shell execution is presentdelete_when_unzip_rar_multi.py:167 · confidence 78%eval(
highDynamic code or shell execution is presentdelete_when_unzip_rar.py:161 · confidence 78%eval(
highDynamic code or shell execution is presentdelete_when_unzip.py:74 · confidence 78%eval(
mediumPackage contains an opaque executable artifactunrar.exe · confidence 80%.exe
6 High/Critical review queue entries
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
Open human review queue →
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
8 dependency and API indicators
  • pypi: stream_unzip ==0.0.88
  • pypi: libarchive-c ==5.1
  • api: api.star-history.com
  • api: clawhub.ai
  • api: github.com
  • api: stackoverflow.com
  • api: www.rarlab.com
  • api: www.star-history.com
External clawhub result: suspicious

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
9/2/2026, 2:19:07 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

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

Package content hashsha256:bcceaf8b44b94c4c2cf32016ea0a768cb07a64119478ea128f6f368a765d7b66
Show up to 20 recorded paths
  • app_icon.ico
  • app.py
  • boosting
  • boosting/setup.py
  • boosting/weak_decrypt.c
  • boosting/weak_decrypt.pyx
  • boosting/zipcrypto_decrypt.cpp
  • delete_when_unzip_cli.py
  • delete_when_unzip_multi.py
  • delete_when_unzip_rar_multi.py
  • delete_when_unzip_rar.py
  • delete_when_unzip.py
  • LICENSE
  • README.md
  • requirements.txt
  • robust_split.py
  • skill-card.md
  • SKILL.md
  • unrar_license.txt
  • unrar.exe

Source changelog

- Removed the skill-card.md file from the project. - No changes to functionality or documentation within SKILL.md or core logic.