query-execution
CommunityExecute 1C queries safely and efficiently.
AuthorSteelMorgan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables agents to safely validate and execute queries against a 1C database, retrieving necessary data without risking syntax errors or performance issues.
Core Features & Use Cases
- Query Validation: Checks the syntax of 1C queries before execution to prevent errors.
- Data Retrieval: Executes validated queries to fetch data from the 1C database.
- Metadata Inspection: Allows agents to inspect database object structures (tables, fields) to build accurate queries.
- Use Case: An agent needs to find all customers in a specific region. It first uses
get_metadata_structureto confirm the customer table and region field names, thenvalidate_queryto check the query syntax, and finallyexecute_queryto retrieve the customer list.
Quick Start
Validate and execute the 1C query to select the first 100 documents of type 'SalesOrder'.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: query-execution Download link: https://github.com/SteelMorgan/1c-agent-based-dev-framework/archive/main.zip#query-execution Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.