← Back to Skills Marketplace
smvlx

YandexGPT Proxy

by Alex · GitHub ↗ · v1.1.1
darwinlinux ✓ Security Clean
269
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install yandexgpt-skill
Description
OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT)
Usage Guidance
This skill appears to do what it claims: it runs a local Node proxy that forwards OpenAI-format requests to Yandex Cloud using your YANDEX_API_KEY and YANDEX_FOLDER_ID. Before installing or running: 1) Confirm you trust the skill source (homepage is missing). 2) Inspect ~/.openclaw/yandexgpt.env after creation and set permissions so the API key isn't world-readable. 3) Review scripts/patch-config.sh — it will modify your openclaw.json; back that file up first. 4) The proxy only listens on 127.0.0.1 by default, and network calls are made only to llm.api.cloud.yandex.net, so there is no obvious exfiltration path beyond Yandex. If you need higher assurance, audit src/proxy.js and run the service in a restricted account or container.
Capability Analysis
Type: OpenClaw Skill Name: yandexgpt-skill Version: 1.1.1 The skill bundle implements a local OpenAI-compatible proxy for YandexGPT as described. The Node.js implementation in `src/proxy.js` correctly binds to localhost (127.0.0.1), uses no external dependencies, and only communicates with the official Yandex Cloud API endpoint (llm.api.cloud.yandex.net). The shell scripts in `scripts/` perform standard setup, process management, and configuration patching tasks consistent with the skill's stated purpose.
Capability Assessment
Purpose & Capability
Name/description (OpenAI-compatible proxy for YandexGPT) match the declared env vars (YANDEX_API_KEY, YANDEX_FOLDER_ID), required binaries (node, curl), and the code which translates OpenAI-format requests to Yandex Cloud Foundation Models API calls.
Instruction Scope
SKILL.md and scripts instruct creating ~/.openclaw/yandexgpt.env, starting a local proxy on 127.0.0.1:8444, and running a script that patches the user's OpenClaw config (~/.openclaw/openclaw.json). These actions are expected for integration, but the patch-config script will modify the user's openclaw.json — review before running.
Install Mechanism
This is instruction/code-only (no network install). All files are bundled with the skill; there is no download-from-URL or archive extraction. Scripts are simple shell wrappers and the proxy is pure Node.js.
Credentials
Only YANDEX_API_KEY and YANDEX_FOLDER_ID (and optional YANDEX_PROXY_PORT) are required; these directly correspond to calling Yandex Cloud APIs. The declared primaryEnv is appropriate and no unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges. It writes an env file under ~/.openclaw and uses /tmp for PID/logs; it will modify openclaw.json only if you run the provided patch-config script.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yandexgpt-skill
  3. After installation, invoke the skill by name or use /yandexgpt-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- Updated metadata to require the "curl" binary in addition to "node". - No functional or content changes to the documentation or code.
v1.1.0
- Added detailed metadata for OpenClaw integration, including supported OS, required binaries, environment variables, config paths, and homepage link. - Bumped version to 1.1.0
v1.0.0
Initial release. OpenAI-compatible translation proxy for Yandex Cloud. Foundation Models — supports yandexgpt, yandexgpt-lite, yandexgpt-32k, Yandex Alice AI
Metadata
Slug yandexgpt-skill
Version 1.1.1
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is YandexGPT Proxy?

OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT). It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.

How do I install YandexGPT Proxy?

Run "/install yandexgpt-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is YandexGPT Proxy free?

Yes, YandexGPT Proxy is completely free (open-source). You can download, install and use it at no cost.

Which platforms does YandexGPT Proxy support?

YandexGPT Proxy is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created YandexGPT Proxy?

It is built and maintained by Alex (@smvlx); the current version is v1.1.1.

💬 Comments