{
  "markdown": "# Yandex Tracker agent skill\n\n[![ClawHub — Install](https://img.shields.io/badge/ClawHub-Install-111827)](https://clawhub.ai/kandler3/skills/yandex-tracker)\n[![skills.sh — Install](https://img.shields.io/badge/skills.sh-Install-000000)](https://www.skills.sh/kandler3/yandex-tracker-skill/yandex-tracker)\n[![Claude Code — Package](https://img.shields.io/badge/Claude_Code-Package-D97757)](https://github.com/Kandler3/yandex-tracker-skill/releases/tag/v1.1.0)\n[![Gemini CLI — Package](https://img.shields.io/badge/Gemini_CLI-Package-4285F4)](https://github.com/Kandler3/yandex-tracker-skill)\n[![Codex — Package](https://img.shields.io/badge/Codex-Package-10A37F)](https://github.com/Kandler3/yandex-tracker-skill/releases/tag/v1.1.0)\n\nA skill for working with [Yandex Tracker](https://tracker.yandex.ru) through the Python `yandex_tracker_client` package.\n\nIt supports:\n\n- reading, creating, updating, and transitioning issues;\n- Tracker Query Language and structured searches;\n- custom fields, comments, attachments, links, and worklogs;\n- queues, users, boards, and sprints;\n- bulk updates, transitions, and queue moves.\n\n## Installation\n\nInstall the skill from its public GitHub repository with the Vercel Agent Skills CLI:\n\n```bash\nnpx skills add Kandler3/yandex-tracker-skill\n```\n\nThe installer detects supported agents and lets you choose the target. You can also select an agent non-interactively, for example:\n\n```bash\nnpx skills add Kandler3/yandex-tracker-skill --skill yandex-tracker --agent codex\n```\n\nOpenClaw users can install the published package from ClawHub:\n\n```bash\nclawhub install yandex-tracker\n```\n\n## Prerequisites\n\n- An agent runtime that can read filesystem-based skills and execute Python 3.\n- A Yandex account with access to the required Tracker organization and queues.\n- A least-privilege OAuth token with the Tracker scope.\n- The Yandex 360 or Yandex Cloud organization ID.\n\nInstall [`yandex_tracker_client`](https://pypi.org/project/yandex-tracker-client/) when the runtime does not manage dependencies automatically:\n\n```bash\npython -m pip install yandex_tracker_client\n```\n\n## Setup\n\n### 1. Get a Yandex OAuth token\n\nCreate a token at [oauth.yandex.ru](https://oauth.yandex.ru) with only the permissions needed for Tracker. Avoid broad administrative tokens.\n\n### 2. Find the organization ID\n\n- **Yandex 360:** open Tracker settings, select the organization, and copy its numeric ID.\n- **Yandex Cloud:** copy the string organization ID from Yandex Cloud Organization Manager.\n\n### 3. Configure credentials\n\nStore the token and organization ID in the secret or environment mechanism provided by the agent runtime:\n\n```text\nTRACKER_TOKEN=your_oauth_token\nTRACKER_ORG_ID=12345678\n```\n\nFor a Yandex Cloud organization, set `TRACKER_CLOUD_ORG_ID` instead of `TRACKER_ORG_ID`. Set exactly one organization ID variable.\n\nDo not put tokens in prompts, generated scripts, or repository files. OpenClaw users can follow the additional [OpenClaw configuration](skills/yandex-tracker/references/openclaw.md).\n\n## Structure\n\n[`skills/yandex-tracker/SKILL.md`](skills/yandex-tracker/SKILL.md) contains the shared workflow, safety constraints, and a topic index. Detailed instructions live beside it in `references/`, so an agent loads only the material relevant to the current request. Platform manifests remain at the repository root and all point to this single skill source.\n\nSee the [skill card](skill-card.md) for ownership, intended use, dependencies, known risks, outputs, and release evidence.\n\n## License\n\nThis project is available under the [MIT License](LICENSE).\n\n## Example requests\n\n> Show all issues assigned to me in queue DEV.\n\n> Create a critical task in BACKEND titled \"Migrate auth to OAuth 2.0\".\n\n> Close DEV-42 with the comment \"Fixed in v3.1\" and the `fixed` resolution.\n\n> Group open issues by assignee and summarize the totals.\n\nThe agent should execute the required API calls, aggregate related results, and return a concise confirmation or report.\n",
  "bytes": 3994,
  "sha": "2e5a1b6dffafedac78677ca376734e600afb13fc4e0bc3ab1fb1cad48fa1cc2d",
  "repo_slug": "kandler3/yandex-tracker-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_kandler3_yandex_tracker_skill_bc81b24f/readme"
}