← 返回 Skills 市场
OpenProject by altf1be
作者
Abdelkrim from Brussels
· GitHub ↗
· v2.0.0
· MIT-0
358
总下载
1
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install openproject-by-altf1be
功能描述
OpenProject CRUD skill — manage work packages, projects, groups, news, users, watchers, relations, notifications, time entries, comments, attachments, wiki p...
安全使用建议
This skill appears to do exactly what it says: a CLI for OpenProject using an API token. Before installing, confirm the OP_HOST value points to a trusted OpenProject instance and use a token with least privilege needed (avoid highly privileged tokens if possible). Running `npm install` will pull small, public npm packages (commander, dotenv); run installs in a controlled environment. Be aware the CLI may follow any API-provided links (including full URLs) — that is normal for HAL-style APIs but means a compromised or malicious server could cause additional outbound requests. Finally, avoid exposing your OP_API_TOKEN to untrusted environments or logs and review the script if you need to enforce stricter upload/path policies.
功能分析
Type: OpenClaw Skill
Name: openproject-by-altf1be
Version: 2.0.0
The OpenProject skill bundle is a comprehensive and well-documented tool for managing OpenProject instances via its REST API v3. The core logic in `scripts/openproject.mjs` implements standard CRUD operations for numerous entities (work packages, projects, users, etc.) and includes proactive security measures such as path traversal checks for file uploads, file size validation, and mandatory confirmation flags for destructive actions. The skill uses standard environment variables for configuration and authentication, communicates only with the user-specified host, and shows no signs of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name/description (OpenProject CRUD) align with the contents: a Node CLI that calls the OpenProject API v3 and requires OP_HOST and OP_API_TOKEN. Declared optional env vars (default project, max results, max file size) are reasonable for the feature set.
Instruction Scope
SKILL.md instructs running the included Node script and to set OP_HOST/OP_API_TOKEN. The runtime instructions and code only read OpenProject-specific env vars and only perform network calls to the configured host via opFetch. One subtlety: opFetch will accept and follow full URLs (path that starts with 'http'), and the script follows API _links returned by the server; this can cause the tool to fetch any URL the OpenProject instance returns. That behavior is expected for HAL APIs but means a maliciously configured server could cause requests to other hosts.
Install Mechanism
There is no automated install spec in the registry entry (instruction-only), but SKILL.md and package.json instruct users to run `npm install`. Dependencies are minimal (commander, dotenv) and come from the public npm registry (package-lock shows registry.npmjs). This is proportional but requires the user to run npm to install dependencies.
Credentials
Only OP_HOST and OP_API_TOKEN are required (with a few optional OP_* variables). These are appropriate and necessary for a tool that talks to an OpenProject instance. The script loads .env via dotenv but only reads OP_* variables; it does not access unrelated credentials or system config paths.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs as a CLI script and only touches files explicitly supplied for upload. Autonomous invocation is allowed (platform default) but is not combined with other concerning flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openproject-by-altf1be - 安装完成后,直接呼叫该 Skill 的名称或使用
/openproject-by-altf1be触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0.0: 120 commands, 46 API resources, 84% coverage
v1.4.0
v1.4.0 — latest from ALT-F1-OpenClaw repo
v1.1.3
Declare optional env vars in metadata (OP_DEFAULT_PROJECT, OP_MAX_RESULTS, OP_MAX_FILE_SIZE)
v1.1.2
Fix: align CLI version with package.json
v1.1.1
Fix: replace dynamic env access with explicit named env vars to avoid false positive security flag
v1.0.1
Re-publish with CLI v0.8.0 to fix blocked status
v1.0.0
Initial publish
元数据
常见问题
OpenProject by altf1be 是什么?
OpenProject CRUD skill — manage work packages, projects, groups, news, users, watchers, relations, notifications, time entries, comments, attachments, wiki p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。
如何安装 OpenProject by altf1be?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openproject-by-altf1be」即可一键安装,无需额外配置。
OpenProject by altf1be 是免费的吗?
是的,OpenProject by altf1be 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenProject by altf1be 支持哪些平台?
OpenProject by altf1be 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenProject by altf1be?
由 Abdelkrim from Brussels(@abdelkrim)开发并维护,当前版本 v2.0.0。
推荐 Skills