ワンクリックで
yax
CLI tool for Yandex Disk, Calendar, and Mail via Yandex OAuth API
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
CLI tool for Yandex Disk, Calendar, and Mail via Yandex OAuth API
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
OpenAI-compatible translation proxy for Yandex Cloud Foundation Models (YandexGPT)
Use when working with Yandex Metrika (Yandex Metrica) analytics - retrieving traffic stats, managing counters and goals via API, setting up tracking code in web projects, building reports, analyzing conversions, or debugging counter issues. Triggers on mentions of Yandex Metrika, Metrica, web analytics counters, pageviews metrics, site traffic reports, conversion goals, or counter IDs. Always use this skill when the user mentions Yandex Metrika or wants analytics data from their site, even if they don't say "API" explicitly.
| name | yax |
| description | CLI tool for Yandex Disk, Calendar, and Mail via Yandex OAuth API |
| version | 1.1.0 |
| metadata | {"openclaw":{"emoji":"📁","homepage":"https://github.com/smvlx/awesome-ru-ai-skills","os":["darwin","linux"],"requires":{"bins":["node"],"env":["YAX_CLIENT_ID"]},"primaryEnv":"YAX_CLIENT_ID","configPaths":["~/.openclaw/yax.env","~/.openclaw/yax-token.json"]}} |
CLI tool for Yandex Disk, Calendar, and Mail via Yandex OAuth API.
Create a Yandex OAuth app at https://oauth.yandex.ru/client/new
https://oauth.yandex.ru/verification_codecloud_api:disk.app_folder — Disk app folder accesscloud_api:disk.info — Disk infocalendar:all — Calendar read/writemail:smtp — Mail sending (SMTP only, no HTTP API)Save config to ~/.openclaw/yax.env:
YAX_CLIENT_ID=your_app_client_id
YAX_CLIENT_SECRET=your_app_secret_if_any
scripts/setup.sh # Create env template
node src/yax.cjs auth # OAuth flow (opens browser URL, paste code)
# Disk
node src/yax.cjs disk info
node src/yax.cjs disk list /
node src/yax.cjs disk mkdir /test-folder
node src/yax.cjs disk upload ./local-file.txt /remote-path.txt
node src/yax.cjs disk download /remote-path.txt ./local-file.txt
# Calendar
node src/yax.cjs calendar list
node src/yax.cjs calendar create "Meeting" "2026-02-14" "11:00:00" "12:00:00" "Holiday meeting" "Europe/Moscow"
# Mail (informational only)
node src/yax.cjs mail
caldav.yandex.ru. Automatically discovers user login via OAuth info endpoint and calendar paths via PROPFIND. Supports timezone-aware event creation. No external dependencies.scripts/setup.sh — Create env templatescripts/start.sh — N/A (CLI tool, not a daemon)scripts/stop.sh — N/Ascripts/status.sh — Check auth status