🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Yandex 360 CLI (Disk, Calendar, Mail)

by @smvlx

CLI tool for Yandex Disk, Calendar, and Mail via Yandex OAuth API

Versionv1.1.0
πŸ’‘ Examples

# 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

βš™οΈ Configuration

1. Create a Yandex OAuth app at https://oauth.yandex.ru/client/new - Redirect URI: https://oauth.yandex.ru/verification_code - Required scopes: - cloud_api:disk.app_folder β€” Disk app folder access - cloud_api:disk.info β€” Disk info - calendar:all β€” Calendar read/write - mail:smtp β€” Mail sending (SMTP only, no HTTP API) - Note the Client ID and Client Secret

2. Save config to ~/.openclaw/yax.env:

   YAX_CLIENT_ID=your_app_client_id
   YAX_CLIENT_SECRET=your_app_secret_if_any
   

View on ClawHub
TERMINAL
clawhub install yandex-cli-yax

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’