← 返回 Skills 市场
404
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install redmine-pilot
功能描述
Redmine 项目管理系统 API 集成。用于:查询 Issue、创建 Issue、更新 Issue 状态、获取项目列表、搜索任务。当用户提到"项目管理"、"project"、"issue"、"任务"、"工单"、"Redmine"时触发此 Skill。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install redmine-pilot - 安装完成后,直接呼叫该 Skill 的名称或使用
/redmine-pilot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
redmine 操作助手,帮助你提交、修改redmine
元数据
常见问题
Redmine Pilot 是什么?
Redmine 项目管理系统 API 集成。用于:查询 Issue、创建 Issue、更新 Issue 状态、获取项目列表、搜索任务。当用户提到"项目管理"、"project"、"issue"、"任务"、"工单"、"Redmine"时触发此 Skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 404 次。
如何安装 Redmine Pilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install redmine-pilot」即可一键安装,无需额外配置。
Redmine Pilot 是免费的吗?
是的,Redmine Pilot 完全免费(开源免费),可自由下载、安装和使用。
Redmine Pilot 支持哪些平台?
Redmine Pilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Redmine Pilot?
由 zer07z(@zer07z)开发并维护,当前版本 v1.0.0。
推荐 Skills