yandex-music-control

Inspect Yandex Music via the MarshalX yandex-music library. Use when the user wants Yandex Music search, current track lookup, liked tracks, playlists, or a reusable helper for Yandex Music tokens.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "yandex-music-control" with this command: npx skills add prtolem/yandex-music

Yandex Music Control

Use the bundled helper script for deterministic operations instead of rewriting API snippets.

First use

  1. Read references/token-and-control.md.
  2. Check whether the token is already available via YM_TOKEN or the workspace config file.
  3. If the token is missing, ask the user for a token or guide them to provide one; do not invent an extraction flow.
  4. Validate the token with:
scripts/ymctl.py auth-check

Runtime

Prefer the skill-local virtualenv interpreter when present:

./.venv/bin/python scripts/ymctl.py ...

If .venv is missing, create it and install the library:

python3 -m venv .venv
./.venv/bin/pip install yandex-music

Save token

./.venv/bin/python scripts/ymctl.py auth-set <TOKEN>
./.venv/bin/python scripts/ymctl.py auth-set <TOKEN> --device '<device-id>'
./.venv/bin/python scripts/ymctl.py auth-where
./.venv/bin/python scripts/ymctl.py auth-clear

Default config path:

/root/.openclaw/workspace/.openclaw/yandex-music-control/config.json

Common commands

Search tracks:

./.venv/bin/python scripts/ymctl.py search 'кино группа крови'
./.venv/bin/python scripts/ymctl.py search 'масло черного тмина' --type artist

Current track:

./.venv/bin/python scripts/ymctl.py now-playing

Likes and playlists:

./.venv/bin/python scripts/ymctl.py likes --limit 20
./.venv/bin/python scripts/ymctl.py playlists
./.venv/bin/python scripts/ymctl.py like 'shortparis страшно'
./.venv/bin/python scripts/ymctl.py unlike 'shortparis страшно'

Behavior rules

  • This skill is read/search oriented: do not claim live transport control.
  • now-playing uses a local Ynison websocket probe for modern clients.
  • Do not echo secrets back into chat.
  • Keep token handling local to env vars or the workspace config file.

Files

  • Helper script: scripts/ymctl.py
  • Control/token notes: references/token-and-control.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

aiq-assessment

AIQ(AI商数)评估工具。基于"三层18原子能力"框架,对个人或团队的AI协作效能进行 结构化评估。包含提示素养、算法共情、判断锐度三大维度,覆盖18个可量化的原子能力。 适用于自我诊断、招聘评估、团队AI成熟度审计等场景。触发词:AIQ、AI商数、AI能力评估、 AI协作效能、会不会用AI、AI Native...

Registry SourceRecently Updated
General

Reptile Pet Health Diagnosis Tool | 爬行类宠物健康诊断分析工具

Analyzes uploaded reptile or arachnid videos to identify scale, skin, and body issues, then generates a detailed health diagnosis report.

Registry SourceRecently Updated
General

Whop Digital Sales

Auto-create and manage digital products on Whop.com. Manages product lifecycle from creation to checkout link generation. Uses Whop REST API v1 with Company...

Registry SourceRecently Updated
General

ClawCap

Spending cap proxy for OpenClaw. Enforce hard daily and monthly limits across all your AI models (Claude, GPT, Gemini, and more) under one cap. Stop runaway...

Registry SourceRecently Updated