CLI ToolsMay 14, 2026·3 min read

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.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
CLI Tool
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 0b18752a-de29-5f02-a03b-db9d1b4c829e --target codex

Stages files first; activation requires review of the staged README and plan.

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!


Main

Открытый пакет интеграций

Версия OpenYellow OneScript Boosty


OpenIntegrations — это набор инструментов для работы с внешними API, доступный в виде библиотеки (расширения) для 1С:Предприятие / OneScript и кроссплатформенного консольного приложения для Windows и Linux. Проект предоставляет готовые методы для выполнения прикладных задач (отправки сообщения, создания документа, SQL-запросов и пр.) в более чем 30 сервисах и технологиях, включая Telegram, VK, Bitrix24, Google и Yandex-сервисы, а также различные СУБД и протоколы обмена


Код проекта организован в виде набора независимых модулей, каждый из которых отвечает за работу с конкретным сервисом. При этом общая логика, вроде работы с HTTP или JSON, вынесена в переиспользуемые компоненты. Это позволяет как быстро применять готовые функции, так и легко расширять функциональность, добавляя новые методы на базе существующих компонентов. Исходный код открыт, что дает полный контроль над реализацией и позволяет сообществу участвовать в разработке

📋 На сегодняшний день реализованы методы для работы со следующими сервисами (список)

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. Licensed under MIT.

Bayselonarrend/OpenIntegrations — ⭐ 612

Thanks to the upstream maintainers and contributors for publishing this work under an open license.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets