← 返回 Skills 市场
digisal

YouTrack Project Management

作者 digiSal · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1903
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install youtrack-digisal
功能描述
Interact with YouTrack project management system via REST API. Read projects and issues, create tasks, generate invoices from time tracking data, and manage knowledge base articles. Use for reading projects and work items, creating or updating issues, generating client invoices from time tracking, and working with knowledge base articles.
安全使用建议
This skill's code and instructions look coherent for interacting with YouTrack and generating invoices, but the registry metadata incorrectly omits the required API token (YOUTRACK_TOKEN). Before installing or running: 1) Treat your YouTrack token as a secret — only provide a least-privilege token and preferably create a dedicated service account or token with minimal scope. 2) Verify the registry metadata is corrected (it should declare YOUTRACK_TOKEN as a required credential/primaryEnv). 3) Inspect the included scripts locally (they use only your-instance.youtrack.cloud and standard urllib) and run them in a sandbox or with a test token first. 4) Consider passing the token via CLI argument rather than exporting it into a long-lived environment variable if that fits your security policy. 5) Note minor code issues (e.g., a reference to urllib.parse.quote in get_issues may require an import) — treat these as implementation bugs rather than malicious behavior. If the metadata remains inconsistent or you cannot verify the source, avoid using real credentials with this skill.
功能分析
Type: OpenClaw Skill Name: youtrack-digisal Version: 1.0.1 The skill bundle is benign. The Python scripts (`youtrack_api.py`, `invoice_generator.py`) provide a client for the YouTrack REST API, enabling operations like listing projects/issues, creating issues, and generating invoices from time tracking data. Authentication relies on a YouTrack API token, which is handled securely by reading from an environment variable or argument and used solely for authenticating requests to the specified YouTrack instance. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` that would manipulate the agent beyond its stated purpose.
能力评估
Purpose & Capability
Name, description, and included code (youtrack_api.py and invoice_generator.py) align: the skill only targets YouTrack operations (projects, issues, work items, articles) and invoice generation from time tracking.
Instruction Scope
SKILL.md instructs the agent and user to use a YouTrack permanent token (YOUTRACK_TOKEN) and only describes YouTrack API calls and invoice generation. The runtime instructions do not request unrelated files, system settings, or external endpoints beyond the user's YouTrack instance.
Install Mechanism
No install spec is provided (instruction-only). Code files are included but nothing is downloaded or executed automatically by an installer. This is low-risk from an installation perspective.
Credentials
SKILL.md and the code clearly require an API token via YOUTRACK_TOKEN (or a --token argument), but the registry metadata lists no required environment variables and no primary credential. That mismatch is an incoherence: the skill will fail without a token and the metadata omission could mislead users into thinking no secrets are needed. Aside from that, requesting a single YouTrack token is proportionate to the described functionality.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. It runs as a normal, user-invoked skill and has no elevated persistence privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtrack-digisal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtrack-digisal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update documentation: generic instance URL, corrected API token generation steps
v1.0.0
Initial release: Read projects and issues, create tasks, generate invoices from time tracking (configurable hourly rate, billed in 30-minute increments with minimum 30 min charge), manage knowledge base articles
元数据
Slug youtrack-digisal
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

YouTrack Project Management 是什么?

Interact with YouTrack project management system via REST API. Read projects and issues, create tasks, generate invoices from time tracking data, and manage knowledge base articles. Use for reading projects and work items, creating or updating issues, generating client invoices from time tracking, and working with knowledge base articles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1903 次。

如何安装 YouTrack Project Management?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtrack-digisal」即可一键安装,无需额外配置。

YouTrack Project Management 是免费的吗?

是的,YouTrack Project Management 完全免费(开源免费),可自由下载、安装和使用。

YouTrack Project Management 支持哪些平台?

YouTrack Project Management 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YouTrack Project Management?

由 digiSal(@digisal)开发并维护,当前版本 v1.0.1。

💬 留言讨论