← Back to Skills Marketplace
354
Downloads
3
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install yandex-cli-yax
Description
CLI tool for Yandex Disk, Calendar, and Mail via Yandex OAuth API
Usage Guidance
This skill appears to do exactly what it says: a small Node CLI that uses Yandex OAuth and writes a token to ~/.openclaw/yax-token.json. Before installing: (1) confirm you trust the package source (registry metadata lists no homepage while SKILL.md includes a GitHub link), (2) create a Yandex OAuth app and use a dedicated Client ID/secret (don't reuse high-privilege credentials), (3) verify the environment file path (~/.openclaw/yax.env) and token file permissions (they are created with 0600 in code), and (4) be aware mail support is informational only (IMAP/SMTP require network ports that may be blocked). If you need higher assurance, review the full src/yax.cjs contents locally or run the tool in a restricted environment before granting it access to real credentials.
Capability Analysis
Type: OpenClaw Skill
Name: yandex-cli-yax
Version: 1.1.0
The skill is a legitimate CLI tool for managing Yandex Disk and Calendar via official OAuth and CalDAV APIs. It handles sensitive credentials by storing them locally in the user's home directory (~/.openclaw/) with restricted file permissions (0600). The code in src/yax.cjs and the accompanying scripts perform standard API operations without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the code and instructions: requires node, uses Yandex OAuth endpoints, implements Disk (cloud-api), CalDAV (caldav.yandex.ru), and limited mail notes. Nothing requested (binaries, endpoints) appears unrelated to a Yandex CLI.
Instruction Scope
SKILL.md instructs creating a Yandex OAuth app, storing Client ID/optional secret in ~/.openclaw/yax.env, running an auth flow, and using the CLI commands. Runtime instructions and code only read/write the declared config/token files and call Yandex API endpoints; they do not attempt to access unrelated system paths or exfiltrate data to unknown hosts.
Install Mechanism
No install spec; instruction-only with included node script files. No downloads from arbitrary URLs or extraction of remote archives. Requiring 'node' is proportionate.
Credentials
Declared primaryEnv is YAX_CLIENT_ID (correct). The SKILL.md and code also reference an optional YAX_CLIENT_SECRET saved to ~/.openclaw/yax.env; the secret is optional and not listed as required in metadata—this is plausible but worth noting. The skill writes a token file to ~/.openclaw/yax-token.json (expected for OAuth tokens).
Persistence & Privilege
always:false (no forced inclusion). The skill stores an OAuth token in the user's home directory (normal for CLI tools). It does not modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yandex-cli-yax - After installation, invoke the skill by name or use
/yandex-cli-yax - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
yax 1.1.0 introduces skill metadata for compatibility and configuration detection.
- Added metadata for OpenClaw integration, including emoji, supported OS, required binaries, environment variables, and config file paths.
- No changes to CLI commands or user-facing features.
v1.0.0
Initial release. CLI tool for Yandex Disk, Calendar, and Mail via OAuth API — supports file operations, CalDAV events, and IMAP/SMTP info.
Metadata
Frequently Asked Questions
What is Yandex 360 CLI (Disk, Calendar, Mail)?
CLI tool for Yandex Disk, Calendar, and Mail via Yandex OAuth API. It is an AI Agent Skill for Claude Code / OpenClaw, with 354 downloads so far.
How do I install Yandex 360 CLI (Disk, Calendar, Mail)?
Run "/install yandex-cli-yax" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Yandex 360 CLI (Disk, Calendar, Mail) free?
Yes, Yandex 360 CLI (Disk, Calendar, Mail) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Yandex 360 CLI (Disk, Calendar, Mail) support?
Yandex 360 CLI (Disk, Calendar, Mail) is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Yandex 360 CLI (Disk, Calendar, Mail)?
It is built and maintained by Alex (@smvlx); the current version is v1.1.0.
More Skills