gigachat

Integrate GigaChat Lite, Pro, and Max models via the gpt2giga proxy.

69|7|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/smvlx/openclaw-ru-skills --skill gigachat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gigachat
Source: https://github.com/smvlx/openclaw-ru-skills/tree/main/gigachat
Command: npx skills add https://github.com/smvlx/openclaw-ru-skills --skill gigachat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gpt2giga, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables seamless integration with Sber's GigaChat AI models, allowing your AI agent to leverage powerful Russian language capabilities through an OpenAI-compatible proxy.

Core Features & Use Cases

  • Access GigaChat Models: Utilize GigaChat, GigaChat-Pro, and GigaChat-Max.
  • OpenAI API Compatibility: Connects via the gpt2giga proxy, mimicking OpenAI's API structure.
  • Automatic Token Management: The gpt2giga proxy handles OAuth token generation and refresh automatically.
  • Use Case: An AI agent needs to generate a marketing copy in Russian. This skill allows the agent to send a request to http://localhost:8443/v1/chat/completions using the GigaChat-Max model, receiving a Russian response.

Quick Start

Start the gpt2giga proxy by running the command /openclaw/skills/gigachat/scripts/start-proxy.sh.

Frequently Asked Questions about gigachat

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

FAQPage Schema
How do I integrate GigaChat models with an OpenAI-compatible API endpoint?

You can access GigaChat Lite, Pro, and Max models through an OpenAI-compatible endpoint by running the gpt2giga proxy via the start-proxy script, which mimics standard OpenAI API structures for your agent.

Does the GigaChat proxy handle OAuth token generation and refresh automatically?

Yes, the gpt2giga proxy handles OAuth token generation and refresh automatically using environment variables, ensuring continuous authentication for your AI agent framework without manual intervention.

Can I use GigaChat-Pro and GigaChat-Max for generating Russian marketing copy?

Yes, you can use GigaChat-Pro and GigaChat-Max for generating Russian marketing copy by sending requests to the local proxy endpoint, leveraging Sber's Russian language AI capabilities.

What is the best way to connect an AI agent to Sber's GigaChat?

The best way to connect an AI agent to Sber's GigaChat is by using the gpt2giga proxy, which translates OpenAI-compatible API requests into GigaChat API calls and manages authentication seamlessly.

How do I start the proxy for Sber GigaChat integration?

To start the proxy for Sber GigaChat integration, run the start-proxy.sh script located in the Skill's scripts directory, which initializes the local server for handling API completions.

Do I need specific environment variables to use the GigaChat proxy?

Yes, you need to configure specific environment variables because the gpt2giga proxy relies on them to automatically manage OAuth token generation and refresh for Sber API authentication.