# OpenIntegrations — 1C Integrations + CLI + MCP
> Integration toolkit for 1C/OneScript with cross-platform CLI. Modules for 30+ services/protocols (Telegram, Google, DBs). Verified 612★; pushed 2026-05-13.
## Install
Copy the content below into your project:
## Quick Use
```bash
# Install CLI package via OneScript package manager (README):
opm install oint-cli
oint --help
# Example (README):
oint telegram ОтправитьКартинку --help
```
## Intro
Integration toolkit for 1C/OneScript with cross-platform CLI. Modules for 30+ services/protocols (Telegram, Google, DBs). Verified 612★; pushed 2026-05-13.
**Best for:** 1C/OneScript developers who need ready integrations plus a CLI for scripting or agent tool calls
**Works with:** 1C:Enterprise / OneScript; Windows/Linux CLI; includes an `oint` command (README)
**Setup time:** 10-25 minutes
### Key facts (verified)
- GitHub: 612 stars · 70 forks · pushed 2026-05-13.
- License: MIT · owner avatar + repo URL verified via GitHub API.
- README-backed entrypoint: `oint`.
## Main
- Pick one integration module and wire it end-to-end before trying to cover “all services”: consistency beats breadth.
- Use the CLI as your automation layer: script repeatable calls and redirect outputs to files for auditing.
- For agents, prefer tool-shaped wrappers around `oint` (fixed args, templates) to avoid parameter mistakes.
- If you deploy in regulated environments, pin release versions from the downloads/releases pages (README guidance).
### README (excerpt)
*This package is also available in English:* [*Click!*](/README_ENG.md)

### Source-backed notes
- README shows a CLI example invoking `oint telegram ...` and documents saving output via `>` or `--out`.
- README includes install guidance via `opm install oint` / `opm install oint-cli` and states the CLI command is `oint`.
- README describes coverage across 30+ services and protocols including Telegram, Google services, databases, and more.
### FAQ
- **Is this only for 1C?**: Primarily yes—README targets 1C/OneScript, but the CLI can be used independently for scripting.
- **How do I install the CLI?**: README shows `opm install oint-cli`, or download installers/packages from the project site.
- **What’s a safe first test?**: Run `oint --help`, then call one method with `--help` to inspect required parameters.
## Source & Thanks
> Created by [Bayselonarrend](https://github.com/Bayselonarrend). Licensed under MIT.
>
> [Bayselonarrend/OpenIntegrations](https://github.com/Bayselonarrend/OpenIntegrations) — ⭐ 612
Thanks to the upstream maintainers and contributors for publishing this work under an open license.
---
## Quick Use
```bash
# Install CLI package via OneScript package manager (README):
opm install oint-cli
oint --help
# Example (README):
oint telegram ОтправитьКартинку --help
```
## Intro
OpenIntegrations 是面向 1C/OneScript 的集成工具箱,同时提供跨平台 CLI;内置 30+ 服务与协议的现成模块(如 Telegram、Google、各类数据库),便于快速对接外部 API;已验证 612★,更新于 2026-05-13。
**Best for:** 需要现成外部服务集成,并希望用 CLI 做脚本化/工具化调用的 1C/OneScript 开发者
**Works with:** 1C:Enterprise / OneScript;Windows/Linux CLI;提供 `oint` 命令(见 README)
**Setup time:** 10-25 minutes
### Key facts (verified)
- GitHub:612 stars · 70 forks;最近更新 2026-05-13。
- 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。
- README 中可对照的入口:`oint`。
## Main
- 先选一个集成模块端到端打通,再扩展到更多服务:一致性优先于“全都要”。
- 把 CLI 当自动化层:脚本化调用,并把输出重定向到文件便于审计与复现。
- 给 agent 用时,最好把 `oint` 包一层工具化封装(固定参数/模板),减少乱填参数。
- 如用于受控环境,按 README 建议固定 Release 版本来源,避免主分支临时变更带来不稳定。
### README (excerpt)

*This package is also available in English:* [*Click!*](/README_ENG.md)

**Открытый пакет интеграций**
 [](https://openyellow.org/grid?filter=top&repo=736878759) [](https://github.com/EvilBeaver/OneScript) [](https://boosty.to/bayselonarrend)
**OpenIntegrations** — это набор инструментов для работы с внешними API, доступный в виде библиотеки (расширения) для 1С:Предприятие / OneScript и кроссплатформенного консольного приложения для Windows и Linux. Проект предоставляет готовые методы для выполнения прикладных задач (отправки сообщения, создания документа, SQL-запросов и пр.) в более чем 30 сервисах и технологиях, включая Telegram, VK, Bitrix24, Google и Yandex-сервисы, а также различные СУБД и протоколы обмена
Код проекта организован в виде набора независимых модулей, каждый из которых отвечает за работу с конкретным сервисом. При этом общая логика, вроде работы с HTTP или JSON, вынесена в переиспользуемые компоненты. Это позволяет как быстро применять готовые функции, так и легко расширять функциональность, добавляя новые методы на базе существующих компонентов. Исходный код открыт, что дает полный контроль над реализацией и позволяет сообществу участвовать в разработке
📋 На сегодняшний день реализованы методы для работы со следующими сервисами ([список](/media/catalogs/Catalog.md))