Yandex Skill banner
butvinm butvinm

Yandex Skill

Documentation community

Description

A Claude Code skill for Yandex Tracker and Yandex Wiki

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

yandex-skill

A Claude Code skill for **Yandex Tracker** and **Yandex Wiki**, backed by a small `yandex-cli` Go binary.

Recent updates

Full history in [GitHub Releases](https://github.com/butvinm/yandex-skill/releases).

  • [2026/07/16] v1.0.1: skill doc sync. Document the Tracker comments and attachments read commands.
  • [2026/07/13] v1.0.0: first versioned release. 15 Tracker/Wiki commands, human-facing wiki page URLs, and markdown round-trip.

What it does

15 commands across two products.

**Tracker**

  • yandex-cli tracker issues list [--queue FOO | --query '...'] — list issues
  • yandex-cli tracker issues get FOO-1 — get one issue
  • yandex-cli tracker queues list — list queues
  • yandex-cli tracker queues get FOO — get one queue
  • yandex-cli tracker comments list FOO-1 — list comments on an issue (with attachment refs)
  • yandex-cli tracker attachments list FOO-1 — list attachments (issue-level and comment-level, unified)
  • yandex-cli tracker attachments download FOO-1 [--output PATH|-] — stream binary

**Wiki**

  • yandex-cli wiki pages list --parent — list descendants (full page URL + title) of a page
  • yandex-cli wiki pages get [--output PATH|-] [--attachments-dir DIR] — get page content, prefixed with the page's full URL (and optionally sync attachments + rewrite links for local round-trip)
  • yandex-cli wiki pages create --slug ... --title ... --body[-file] ... [--attachments-dir DIR] — create a page (uploads any attachments referenced as / first)
  • yandex-cli wiki pages update --body[-file] ... [--attachments-dir DIR] — update a page (same attachment sync as create)
  • yandex-cli wiki attachments list — list a page's attachments
  • yandex-cli wiki attachments upload --file PATH [--name NAME] — upload (≤16 MiB)
  • yandex-cli wiki attachments download [--output PATH|-] — stream binary
  • yandex-cli wiki attachments delete — r