← 返回 Skills 市场
Yandex Tracker
作者
Артём Ковальчук
· GitHub ↗
· v1.0.1
459
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yandex-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/yandex-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 459 次。
如何安装 Yandex Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yandex-tracker」即可一键安装,无需额外配置。
Yandex Tracker 是免费的吗?
是的,Yandex Tracker 完全免费(开源免费),可自由下载、安装和使用。
Yandex Tracker 支持哪些平台?
Yandex Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Yandex Tracker?
由 Артём Ковальчук(@kandler3)开发并维护,当前版本 v1.0.1。
推荐 Skills