← Back to Skills Marketplace
digisal

YouTrack Project Management

by digiSal · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1903
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install youtrack-digisal
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youtrack-digisal
  3. After installation, invoke the skill by name or use /youtrack-digisal
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug youtrack-digisal
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1903 downloads so far.

How do I install YouTrack Project Management?

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

Is YouTrack Project Management free?

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

Which platforms does YouTrack Project Management support?

YouTrack Project Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created YouTrack Project Management?

It is built and maintained by digiSal (@digisal); the current version is v1.0.1.

💬 Comments