← Back to Skills Marketplace
kandler3

Yandex Tracker

cross-platform ✓ Security Clean
459
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install yandex-tracker
Description
Work with Yandex Tracker (issues, queues, comments, attachments, links, search, bulk operations) via Python yandex_tracker_client. Use when the user asks to...
Usage Guidance
This skill appears coherent for managing Yandex Tracker via the official Python client. Before installing: 1) Provide a least-privilege TRACKER_TOKEN (prefer short-lived IAM tokens) and the correct org id. 2) Expect the agent to pip-install yandex_tracker_client into its Python environment — if you have policy concerns, run the agent in an isolated environment or preinstall/inspect the package. 3) Confirm where you store TRACKER_TOKEN in openclaw.json and who can read that file. 4) Note the small metadata mismatch (SKILL.md lists a pip install step though the registry said no install spec) — that’s likely benign but worth correcting. 5) Rotate tokens and restrict scopes if you decide to grant access.
Capability Analysis
Type: OpenClaw Skill Name: yandex-tracker Version: 1.0.1 The skill is designed to interact with Yandex Tracker via the `yandex_tracker_client` Python library. All described functionalities (issue management, comments, attachments, worklogs, etc.) are legitimate for a task tracker client. The `SKILL.md` provides clear, functional instructions for the AI agent on how to use the API, including appropriate credential handling (least-privilege tokens, environment variables) and standard execution methods (`python3 /tmp/script.py`). There is no evidence of intentional harmful behavior, data exfiltration to unauthorized endpoints, persistence mechanisms, or prompt injection instructions designed to subvert the agent's purpose or security.
Capability Assessment
Purpose & Capability
Name/description (Yandex Tracker) align with requirements: python3 and a TRACKER_TOKEN plus one org id are exactly what a Tracker client needs. Required binaries and env vars are proportionate to the described capabilities.
Instruction Scope
SKILL.md instructs the agent to write and run self-contained Python scripts that read TRACKER_TOKEN and an org id from environment variables and call the yandex_tracker_client API. The instructions reference /tmp for temporary scripts (reasonable) and do not ask to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
Installation is a pip package from PyPI (yandex_tracker_client) which is expected for a Python client. Note: registry metadata said 'no install spec' while SKILL.md contains an install block — a minor inconsistency in metadata but not a functional red flag. Installing a PyPI package writes code to the environment; ensure you trust the package source and run in an isolated environment if needed.
Credentials
Only TRACKER_TOKEN and one org id variable are required. The skill explicitly recommends least-privilege or short-lived tokens. No unrelated credentials or broad environment access are requested.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request elevated persistence or modify other skills' configurations. Autonomous invocation is allowed (platform default) but is not combined with other suspicious privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yandex-tracker
  3. After installation, invoke the skill by name or use /yandex-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Declare required env (TRACKER_TOKEN, org id) in metadata; add install provenance; recommend least-privilege tokens in README and SKILL
v1.0.0
Initial release: full Python client integration with issues, search, comments, worklogs, links, bulk ops, custom fields, users, and sprints
Metadata
Slug yandex-tracker
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Yandex Tracker?

Work with Yandex Tracker (issues, queues, comments, attachments, links, search, bulk operations) via Python yandex_tracker_client. Use when the user asks to... It is an AI Agent Skill for Claude Code / OpenClaw, with 459 downloads so far.

How do I install Yandex Tracker?

Run "/install yandex-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Yandex Tracker free?

Yes, Yandex Tracker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Yandex Tracker support?

Yandex Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Yandex Tracker?

It is built and maintained by Артём Ковальчук (@kandler3); the current version is v1.0.1.

💬 Comments