← 返回 Skills 市场
269
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install yandexgpt-skill
功能描述
OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yandexgpt-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/yandexgpt-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
YandexGPT Proxy 是什么?
OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。
如何安装 YandexGPT Proxy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yandexgpt-skill」即可一键安装,无需额外配置。
YandexGPT Proxy 是免费的吗?
是的,YandexGPT Proxy 完全免费(开源免费),可自由下载、安装和使用。
YandexGPT Proxy 支持哪些平台?
YandexGPT Proxy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 YandexGPT Proxy?
由 Alex(@smvlx)开发并维护,当前版本 v1.1.1。
推荐 Skills