用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/smvlx/awesome-ru-ai-skills --skill yandexgpt命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when managing Yandex Cloud infrastructure via the yc CLI: creating buckets, uploading files, publishing static websites, checking billing, managing VMs, configuring networks, DNS, certificates, serverless functions, databases, or any Yandex Cloud resource. Triggers on mentions of Yandex Cloud, yc CLI, Object Storage buckets, S3 on Yandex, static website hosting on Yandex, or any Yandex Cloud service management. Always use this skill when the user mentions yandex cloud infrastructure, even if they don't say "yc" explicitly.
Use when managing orders, prices, or inventory on Russian e-commerce marketplaces: Ozon, Wildberries, Yandex Market. Triggers on mentions of marketplace orders, seller API, stock management, price updates, order status, shipping deadlines, mp-orders, mp-prices, mp-stocks, or any Ozon/WB/YM seller operations. Always use this skill when the user mentions marketplace management, even if they don't specify which platform.
Integrate GigaChat (Sber AI) with OpenClaw via gpt2giga proxy
基于 SOC 职业分类
正在显示 SKILL.md
| name | yandexgpt |
| description | OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT) |
| version | 1.1.0 |
| metadata | {"openclaw":{"emoji":"🦊","homepage":"https://github.com/smvlx/awesome-ru-ai-skills","os":["darwin","linux"],"requires":{"bins":"[Truncated]","env":"[Truncated]"},"primaryEnv":"YANDEX_API_KEY","configPaths":["~/.openclaw/yandexgpt.env","~/.openclaw/openclaw.json"]}} |
OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT).
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.
| Model | YandexGPT Model URI |
|---|---|
| yandexgpt | gpt://FOLDER_ID/yandexgpt/latest |
| yandexgpt-lite | gpt://FOLDER_ID/yandexgpt-lite/latest |
| yandexgpt-32k | gpt://FOLDER_ID/yandexgpt-32k/latest |
~/.openclaw/yandexgpt.env:
YANDEX_API_KEY=your_api_key
YANDEX_FOLDER_ID=your_folder_id
YANDEX_PROXY_PORT=8444
scripts/setup.shscripts/start.shscripts/patch-config.sh to add to OpenClaw configGET /v1/models — List available modelsPOST /v1/chat/completions — Chat completion (OpenAI format)scripts/setup.sh — Create env file templatescripts/start.sh — Start proxyscripts/stop.sh — Stop proxyscripts/status.sh — Check statusscripts/patch-config.sh — Add YandexGPT to openclaw.json