1c-db-load-cf

Load 1C configurations from CF binary files into information bases.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-load-cf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-db-load-cf
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-db-load-cf
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-load-cf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Loads 1C configurations from CF binary files into the information base, enabling quick restoration or deployment from CF backups.

Core Features & Use Cases

  • Loads configurations from CF files into local or server-based information bases.
  • Supports loading as an extension (CFE) when needed.
  • Resolves the 1C v8 path, validates connection details from -InfoBasePath or -InfoBaseServer + -InfoBaseRef, and logs the result.
  • Use Case: Restore a backup CF into a development base or initialize a new environment from a CF archive.

Quick Start

Invoke the skill with -InputFile and appropriate base parameters to load the CF configuration.

Frequently Asked Questions about 1c-db-load-cf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load a 1C configuration from a CF file into an information base?

Load a 1C configuration from a CF file by providing the -InputFile parameter alongside -InfoBasePath for file-based bases or -InfoBaseServer plus -InfoBaseRef for server-based databases. The tool validates inputs, resolves the v8 path, and logs the configuration load result.

Can I load a CF file into a server-based 1C information base?

Yes, you can load a CF file into a server-based 1C information base by supplying the -InfoBaseServer and -InfoBaseRef parameters instead of -InfoBasePath. The skill validates connection details, resolves the v8 path automatically, and outputs a log with the configuration load result.

Does loading a 1C configuration from a CF file support extensions?

Yes, loading a 1C configuration from a CF file supports optional loading of extensions (CFE) into the information base. The skill handles both main configuration restoration from CF binary files and extension deployment, validating inputs and logging the result.

What parameters are required to restore a 1C configuration from a CF backup?

Restoring a 1C configuration from a CF backup requires the -InputFile parameter pointing to the CF binary file and either -InfoBasePath for file-based databases or -InfoBaseServer combined with -InfoBaseRef for server-based databases. The v8 path resolves automatically if not provided.

What is the best way to automate 1C configuration deployment from CF files?

Automating 1C configuration deployment from CF files is achieved through this skill, which uses scripts to safely load binary configurations into file-based or server-based information bases. It resolves the v8 path, validates connection inputs, and outputs a log with the deployment result.

Why does my CF configuration load fail when the 1C v8 path is not specified?

A CF configuration load should not fail when the v8 path is omitted because the skill automatically resolves it. If the load fails, verify that your -InputFile and -InfoBasePath or -InfoBaseServer plus -InfoBaseRef parameters are valid, as the skill validates these inputs before proceeding.