← Back to Skills Marketplace
zer07z

Redmine Pilot

by zer07z · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
404
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install redmine-pilot
Description
Redmine 项目管理系统 API 集成。用于:查询 Issue、创建 Issue、更新 Issue 状态、获取项目列表、搜索任务。当用户提到"项目管理"、"project"、"issue"、"任务"、"工单"、"Redmine"时触发此 Skill。
Usage Guidance
This skill is an on‑prem/hosted Redmine API client and the code matches its description, but the package metadata failed to declare the required secrets. Before installing: 1) Treat REDMINE_API_KEY as sensitive — only set it in secure workspace/secret storage (not in public chat). 2) Verify REDMINE_URL points to a trusted Redmine instance; the script will send the API key to that URL. 3) Review scripts/redmine.py yourself (it is included) to confirm there are no hidden network calls; the bundled script appears to only call the configured Redmine host. 4) Ask the publisher to update the registry metadata to declare REDMINE_URL and REDMINE_API_KEY as required and to provide a homepage/source for provenance. If you cannot verify the source or prefer stricter controls, do not provide sensitive credentials to this skill.
Capability Analysis
Type: OpenClaw Skill Name: redmine-pilot Version: 1.0.0 The skill is designed for legitimate Redmine API integration, and its Python script (`scripts/redmine.py`) handles inputs and API calls with reasonable security measures (e.g., `urllib.request`, `argparse`, URL encoding, JSON encoding). However, the `SKILL.md` file contains `curl` command examples that directly substitute variables like `PROJECT_ID` and `ISSUE_ID` into shell commands. If an AI agent were to directly execute these examples by substituting unsanitized user input into these placeholders, it could lead to shell injection, representing a prompt injection vulnerability against the agent itself. This constitutes a risky capability without clear malicious intent, thus classifying it as suspicious.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md and scripts all implement a Redmine API client — that aligns with the stated purpose. However the package metadata lists no required environment variables or primary credential while the documentation and the included script require REDMINE_URL and REDMINE_API_KEY. The missing metadata is an incoherence (the requested secrets are appropriate, but not declared).
Instruction Scope
SKILL.md and scripts only instruct network calls to the Redmine server (via curl or the included Python client) and local CLI usage. There are no instructions to read unrelated files, other system credentials, or to exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only). A Python script is bundled but nothing in the manifest attempts to download or execute arbitrary remote code during install. Risk from install mechanism is low.
Credentials
The skill legitimately needs REDMINE_URL and REDMINE_API_KEY to operate; the bundled script enforces this. But the registry metadata does not declare these required env vars or a primary credential. This omission increases the chance a user will install without realizing sensitive API credentials are needed and used.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install redmine-pilot
  3. After installation, invoke the skill by name or use /redmine-pilot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
redmine 操作助手,帮助你提交、修改redmine
Metadata
Slug redmine-pilot
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Redmine Pilot?

Redmine 项目管理系统 API 集成。用于:查询 Issue、创建 Issue、更新 Issue 状态、获取项目列表、搜索任务。当用户提到"项目管理"、"project"、"issue"、"任务"、"工单"、"Redmine"时触发此 Skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.

How do I install Redmine Pilot?

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

Is Redmine Pilot free?

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

Which platforms does Redmine Pilot support?

Redmine Pilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Redmine Pilot?

It is built and maintained by zer07z (@zer07z); the current version is v1.0.0.

💬 Comments