← 返回 Skills 市场
640
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install redmine-issue
功能描述
Read Redmine issues from any Redmine server via REST API with configurable URL and credentials. Use when you need to fetch a single issue, list/filter issues...
安全使用建议
This skill appears to be a straightforward Redmine REST client, but before installing: (1) note the registry metadata does not declare the required REDMINE_URL and credentials — ask the publisher to fix this; (2) only provide a least-privilege API key (prefer read-only if you don't need updates); avoid supplying account username/password unless necessary; (3) be aware the tool can perform updates and prints full API responses (which may include attachments or sensitive text) to stdout — avoid running it where logs are captured by untrusted systems; (4) confirm the runtime provides Node 18+ (global fetch) or the script may fail; (5) because the skill's source/owner is unknown, verify the code yourself or obtain it from a trusted source before granting credentials.
功能分析
Type: OpenClaw Skill
Name: redmine-issue
Version: 1.0.0
The skill bundle is designed to interact with a Redmine server via its REST API, allowing the agent to get, list, and update issues. The `SKILL.md` provides clear, non-malicious instructions and usage examples. The `scripts/issues.mjs` script correctly implements the described functionality, using environment variables for the Redmine URL and API credentials, and properly encoding URL components and JSON request bodies. There is no evidence of data exfiltration to unauthorized endpoints, arbitrary command execution, persistence mechanisms, or prompt injection attempts against the agent. All functionalities are aligned with the stated purpose of Redmine issue management.
能力评估
Purpose & Capability
The script implements get, list, and update operations against a configurable REDMINE_URL and uses either REDMINE_API_KEY or REDMINE_USERNAME+REDMINE_PASSWORD for auth, which aligns with the stated purpose. However, the registry metadata claims no required env vars/credentials while the SKILL.md and scripts clearly require REDMINE_URL and auth credentials — this inconsistency is unexpected and should be corrected.
Instruction Scope
SKILL.md instructs running the included Node script and the script's runtime behavior stays within the Redmine API (no other network endpoints, files, or system paths are accessed). Note: the script performs write operations (update) if invoked, and it prints full API responses (including attachments/journals/watchers) to stdout, which may disclose sensitive information.
Install Mechanism
There is no install spec (instruction-only with an included script), so nothing is downloaded or installed automatically. The script expects a Node environment with global fetch (Node 18+), which is a reasonable runtime requirement but should be confirmed.
Credentials
The skill requires REDMINE_URL and either REDMINE_API_KEY or REDMINE_USERNAME+REDMINE_PASSWORD (as documented in SKILL.md and used by the script), but the registry metadata does not declare these required environment variables or a primary credential — this mismatch is a red flag. Also, accepting username/password is higher privilege than an API key; if you only need read access, prefer a scoped read-only API key. The script's ability to update issues means credentials grant modification rights and should be provisioned minimally.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It runs as an on-demand tool and does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install redmine-issue - 安装完成后,直接呼叫该 Skill 的名称或使用
/redmine-issue触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of redmine-issue.
- Fetch individual or multiple Redmine issues using the REST API.
- Supports filtering, listing, and updating issues via command-line scripts.
- Configurable for different Redmine servers through environment variables.
- Choose between API key or username/password authentication.
- Returns API responses as JSON for integration and automation.
元数据
常见问题
Redmine Issue 是什么?
Read Redmine issues from any Redmine server via REST API with configurable URL and credentials. Use when you need to fetch a single issue, list/filter issues... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 640 次。
如何安装 Redmine Issue?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install redmine-issue」即可一键安装,无需额外配置。
Redmine Issue 是免费的吗?
是的,Redmine Issue 完全免费(开源免费),可自由下载、安装和使用。
Redmine Issue 支持哪些平台?
Redmine Issue 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Redmine Issue?
由 Ken Chen(@guoway)开发并维护,当前版本 v1.0.0。
推荐 Skills