mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-05-13 15:46:00 +00:00
fix(skills): normalize bitrix24/sendforsign descriptions
This commit is contained in:
@@ -1,22 +1,6 @@
|
||||
---
|
||||
name: bitrix24
|
||||
description: >
|
||||
Work with Bitrix24 (Битрикс24) via REST API and MCP documentation server. Triggers on:
|
||||
CRM — "сделки", "контакты", "лиды", "воронка", "клиенты", "deals", "contacts", "leads", "pipeline";
|
||||
Tasks — "задачи", "мои задачи", "просроченные", "создай задачу", "tasks", "overdue", "to-do";
|
||||
Calendar — "расписание", "встречи", "календарь", "schedule", "meetings", "events";
|
||||
Chat — "чаты", "сообщения", "уведомления", "написать", "notifications", "messages";
|
||||
Channels — "каналы", "канал", "объявления", "подписчики", "channels", "announcements", "subscribers";
|
||||
Open Lines — "открытые линии", "поддержка", "обращения", "клиентские чаты", "операторы",
|
||||
"омниканал", "виджет чата", "open lines", "support", "customer chat", "helpdesk", "operator";
|
||||
Projects — "проекты", "рабочие группы", "projects", "workgroups";
|
||||
Time — "рабочее время", "кто на работе", "учёт времени", "timeman", "work status";
|
||||
Drive — "файлы", "документы", "диск", "files", "documents", "drive";
|
||||
Structure — "сотрудники", "отделы", "структура", "подчинённые", "departments", "employees", "org structure";
|
||||
Feed — "лента", "новости", "объявления", "feed", "announcements";
|
||||
Scenarios — "утренний брифинг", "morning briefing", "еженедельный отчёт", "weekly report",
|
||||
"статус команды", "что у меня сегодня", "итоги дня", "план на день", "воронка продаж",
|
||||
"расскажи про клиента", "подготовь к встрече", "как работает отдел".
|
||||
description: "Work with Bitrix24 (Битрикс24) via REST API and MCP docs: CRM, tasks, calendar, chat, channels, open lines, projects, timeman, drive, org structure, feed, and scenario workflows in Russian and English."
|
||||
metadata:
|
||||
openclaw:
|
||||
requires:
|
||||
|
||||
@@ -1,15 +1,6 @@
|
||||
---
|
||||
name: sendforsign
|
||||
description: >-
|
||||
Use this skill whenever the user mentions "sendforsign", "send for sign",
|
||||
"SFS", or wants to work with document signing via API. Also use it when the
|
||||
user wants to create, send, sign, or manage contracts, templates, recipients,
|
||||
placeholders, webhooks, or clients through the SendForSign platform - even if
|
||||
they don't say "sendforsign" explicitly. Covers all operations: creating and
|
||||
sending contracts for signature, managing templates, setting up webhooks,
|
||||
downloading PDFs, uploading documents, managing clients and users. Trigger for
|
||||
Russian-language requests too: "создай контракт", "отправь на подпись",
|
||||
"шаблон для договора", etc.
|
||||
description: "Use for SendForSign document-signing workflows via API: create/send/sign contracts, manage templates/placeholders/recipients/webhooks/clients/users, upload/download documents, and handle Russian and English requests."
|
||||
version: 1.0.0
|
||||
---
|
||||
|
||||
@@ -17,6 +8,12 @@ version: 1.0.0
|
||||
|
||||
This skill enables full interaction with the SendForSign API — a document signing platform. You can perform every operation available through their API.
|
||||
|
||||
## Required Resources
|
||||
|
||||
Load these required resources before execution:
|
||||
- [SendForSign API Reference](references/api-reference.md)
|
||||
- [PDF Render Script](scripts/render_pdf.py)
|
||||
|
||||
## Setup: Reading Credentials
|
||||
|
||||
Before making any API call, read credentials from the `.env` file in the current working directory:
|
||||
@@ -52,7 +49,7 @@ Always show the user:
|
||||
3. The result (formatted nicely)
|
||||
4. Any errors with a clear explanation of what went wrong
|
||||
|
||||
For full endpoint reference, see `references/api-reference.md`.
|
||||
For full endpoint reference, see [SendForSign API Reference](references/api-reference.md).
|
||||
|
||||
## Document Markup
|
||||
|
||||
@@ -1113,4 +1110,4 @@ Returns AI-generated contract text + a 30-minute preview URL.
|
||||
|
||||
---
|
||||
|
||||
For the complete API reference with all endpoints, parameters, and examples, read `references/api-reference.md`.
|
||||
For the complete API reference with all endpoints, parameters, and examples, read [SendForSign API Reference](references/api-reference.md).
|
||||
|
||||
Reference in New Issue
Block a user