← Back to Skills Marketplace
OpenProject by altf1be
by
Abdelkrim from Brussels
· GitHub ↗
· v2.0.0
· MIT-0
358
Downloads
1
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install openproject-by-altf1be
Description
OpenProject CRUD skill — manage work packages, projects, groups, news, users, watchers, relations, notifications, time entries, comments, attachments, wiki p...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openproject-by-altf1be - After installation, invoke the skill by name or use
/openproject-by-altf1be - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is OpenProject by altf1be?
OpenProject CRUD skill — manage work packages, projects, groups, news, users, watchers, relations, notifications, time entries, comments, attachments, wiki p... It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.
How do I install OpenProject by altf1be?
Run "/install openproject-by-altf1be" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenProject by altf1be free?
Yes, OpenProject by altf1be is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenProject by altf1be support?
OpenProject by altf1be is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenProject by altf1be?
It is built and maintained by Abdelkrim from Brussels (@abdelkrim); the current version is v2.0.0.
More Skills