v8unpack-cf

Installation
SKILL.md

v8unpack-cf — unpack and repack 1C binary files

v8unpack is a Python utility that unpacks 1C binary files (CF / CFE / EPF) into a human-readable source tree (JSON + BSL) without the 1C:Enterprise platform, and builds the binary back from those sources.

Use this skill when you only have a binary artifact (a .cf configuration dump, a .cfe extension, or an .epf external data processor) and no running infobase or Designer / ibcmd at hand. When the configuration lives in an infobase, extract it through the platform instead — see the getconfigfiles rule.

Dependency

  • v8unpack Python package — install with pip install v8unpack (or a dev install from its repository). Verify with python -m v8unpack --help.

Commands

Extract (-E)

Installs
1
GitHub Stars
442
First Seen
Aug 9, 2026
v8unpack-cf — comol/ai_rules_1c