yandexgpt

OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "yandexgpt" with this command: npx skills add smvlx/yandexgpt-skill

YandexGPT Proxy

OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT).

What it does

Runs a local HTTP proxy on port 8444 that accepts OpenAI-format API calls and translates them to the YandexGPT API. Zero external dependencies — pure Node.js.

Supported Models

ModelYandexGPT Model URI
yandexgptgpt://FOLDER_ID/yandexgpt/latest
yandexgpt-litegpt://FOLDER_ID/yandexgpt-lite/latest
yandexgpt-32kgpt://FOLDER_ID/yandexgpt-32k/latest

Setup

  1. Get a Yandex Cloud API key and folder ID
  2. Save to ~/.openclaw/yandexgpt.env:
    YANDEX_API_KEY=your_api_key
    YANDEX_FOLDER_ID=your_folder_id
    YANDEX_PROXY_PORT=8444
    
  3. Run scripts/setup.sh
  4. Run scripts/start.sh
  5. Run scripts/patch-config.sh to add to OpenClaw config

Endpoints

  • GET /v1/models — List available models
  • POST /v1/chat/completions — Chat completion (OpenAI format)

Scripts

  • scripts/setup.sh — Create env file template
  • scripts/start.sh — Start proxy
  • scripts/stop.sh — Stop proxy
  • scripts/status.sh — Check status
  • scripts/patch-config.sh — Add YandexGPT to openclaw.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Aavegotchi Renderer Bypass

Render Aavegotchi assets by deriving renderer hashes from Goldsky Base core data and calling POST /api/renderer/batch on www.aavegotchi.com. Use when the use...

Registry SourceRecently Updated
General

Toutiao User Profile API

Call GET /api/toutiao/get-user-detail/v1 for Toutiao User Profile through JustOneAPI with userId.

Registry SourceRecently Updated
General

Toutiao Search API

Call 2 search versions for Toutiao App Keyword Search through JustOneAPI with keyword.

Registry SourceRecently Updated
General

Compaction UI Enhancements

Background memory compaction with auto-trigger, chat summary paragraph, configurable threshold, model selector, settings tab, and result storage for OpenClaw...

Registry SourceRecently Updated