Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
form-info - Skill - OpenSmartRoute
Skillv1.0.0
form-info
Анализ структуры управляемой формы 1С (Form.xml) — элементы, реквизиты, команды, события. Используй для понимания формы — при написании модуля формы, анализе обработчиков и элементов
Imported from msrv-tech/skills (form-info/SKILL.md). Install upstream with npx skills add msrv-tech/skills --skill form-info. Copyright stays with the author.
/form-info — Компактная сводка формы
Читает Form.xml и выводит дерево элементов, реквизиты с типами, команды, события. Заменяет чтение тысяч строк XML.
Команда
powershell.exe -NoProfile -File <skills-root>/form-info/scripts/form-info.ps1 -FormPath "<путь к Form.xml>"
Параметры
Параметр
Обязательный
Описание
FormPath
да
Путь к файлу Form.xml
Expand
нет
Раскрыть свёрнутую секцию по имени или title, * — все
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
msrv-tech-skills-form-info.ocm.jsonjson
{
"ocm": "1",
"id": "msrv-tech-skills-form-info",
"kind": "skill",
"name": "form-info",
"description": "Анализ структуры управляемой формы 1С (Form.xml) — элементы, реквизиты, команды, события. Используй для понимания формы — при написании модуля формы, анализе обработчиков и элементов",
"publisher": "msrv-tech",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Анализ структуры управляемой формы 1С (Form.xml) — элементы, реквизиты, команды, события. Используй для понимания формы — при написании модуля формы, анализе обработчиков и элементов"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/msrv-tech/skills",
"path": "form-info/SKILL.md",
"ref": "c5a6191a471b891fea94e3c4564cb99f74daf3ad",
"url": "https://github.com/msrv-tech/skills/blob/c5a6191a471b891fea94e3c4564cb99f74daf3ad/form-info/SKILL.md",
"key": "msrv-tech/skills/form-info/SKILL.md"
},
"allowed_tools": [
"Bash",
"Read",
"Glob"
]
},
"instructions": "# /form-info — Компактная сводка формы\n\nЧитает Form.xml и выводит дерево элементов, реквизиты с типами, команды, события. Заменяет чтение тысяч строк XML.\n\n## Команда\n\n```powershell\npowershell.exe -NoProfile -File <skills-root>/form-info/scripts/form-info.ps1 -FormPath \"<путь к Form.xml>\"\n```\n\n## Параметры\n\n| Параметр | Обязательный | Описание |\n|----------|:------------:|----------|\n| FormPath | да | Путь к файлу Form.xml |\n| Expand | нет | Раскрыть свёрнутую секцию по имени или title, `*` — все |\n| Limit | нет | Макс. строк (по умолчанию 150) |\n| Offset | нет | Пропустить N строк (паг",
"cost": {
"context_tokens": 174
}
}
Fetch it by URL: GET /api/v1/registry/msrv-tech-skills-form-info/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.