nav-link

Parses and generates 1C navigation links in the e1cib/data/ format.

87|15|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill nav-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nav-link
Source: https://github.com/SteelMorgan/1c-agent-based-dev-framework/tree/main/framework/skills/tool-usage/nav-link
Command: npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill nav-link

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables AI agents to understand and create specific navigation links used within the 1C platform, facilitating data retrieval and user guidance.

Core Features & Use Cases

  • Parse Navigation Links: Extract object types and references from e1cib/data/... URLs.
  • Generate Navigation Links: Construct valid 1C navigation links based on provided object types and references.
  • Use Case: When a user provides a link to a 1C object (like a customer or document) and asks for related information, this Skill can parse the link, query the necessary data, and then generate a new, user-friendly link to present the results.

Quick Start

Use the nav-link skill to parse the provided navigation link 'e1cib/data/Справочник.Контрагенты?ref=...' and extract its object type and reference.

Frequently Asked Questions about nav-link

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

FAQPage Schema
How do I parse a 1C navigation link to extract object types and references?

Yes, you can generate 1C navigation links by providing object types and references. The Skill constructs valid e1cib/data/... URLs based on the given data, enabling AI agents to create user-friendly links for responses.

What is the e1cib/data format used for in 1C link generation?

When a user provides a 1C object link and asks for related information, the Skill parses the e1cib/data link, queries the necessary data, and generates a new user-friendly link to present the results.

Does nav-link work with standard 1C platform navigation links?

The Skill requires no external dependencies or components to function. It operates independently to parse and generate 1C navigation links using the standard e1cib/data/... format.

Can I extract references from multiple 1C object types in a single navigation link?

The Skill focuses on parsing and generating e1cib/data/... format links. It does not handle arbitrary URL formats or non-1C navigation structures, limiting its use to standard 1C platform navigation links.