unzip-crx

Extract Chrome extension (.crx) files. Use when user needs to unzip, extract, or decompress a .crx file. Handles Chrome's special crx headers that standard unzip tools cannot process.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "unzip-crx" with this command: npx skills add xfstudio/skills/xfstudio-skills-unzip-crx

Unzip CRX

Extract Chrome extension (.crx) files to a specified directory.

Usage

Run the script with the crx file path:

node ~/.claude/skills/unzip-crx/scripts/unzip-crx.mjs <crx-file-path> [destination]

Parameters:

  • crx-file-path: Path to the .crx file (required)
  • destination: Output directory (optional, defaults to a folder named after the crx file in the same directory)

Examples

Extract to default location (creates folder next to crx file):

node ~/.claude/skills/unzip-crx/scripts/unzip-crx.mjs /path/to/extension.crx
# Output: /path/to/extension/

Extract to specific directory:

node ~/.claude/skills/unzip-crx/scripts/unzip-crx.mjs /path/to/extension.crx /output/dir

Notes

  • The script auto-installs @tomjs/unzip-crx npm package on first run
  • Requires Node.js installed on the system

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

last30days

No summary provided by upstream source.

Repository SourceNeeds Review
General

baoyu-post-to-wechat

No summary provided by upstream source.

Repository SourceNeeds Review
General

3d-web-experience

No summary provided by upstream source.

Repository SourceNeeds Review
General

ralph-loop

No summary provided by upstream source.

Repository SourceNeeds Review