Yandex Skill
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 issuesyandex-cli tracker issues get FOO-1— get one issueyandex-cli tracker queues list— list queuesyandex-cli tracker queues get FOO— get one queueyandex-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 pageyandex-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 attachmentsyandex-cli wiki attachments upload --file PATH [--name NAME]— upload (≤16 MiB)yandex-cli wiki attachments download [--output PATH|-]— stream binaryyandex-cli wiki attachments delete— r
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation