openproject-by-altf1be
OpenProject CRUD skill — manage work packages, projects, groups, news, users, watchers, relations, notifications, time entries, comments, attachments, wiki pages, statuses, and more via OpenProject API v3 with API token auth. Supports cloud and self-hosted instances.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abdelkrim/openproject-by-altf1beWhat This Skill Does
The openproject-by-altf1be skill provides a comprehensive CLI-based interface for the OpenProject API v3, enabling the OpenClaw agent to perform full CRUD operations on your project management ecosystem. It bridges the gap between your AI agent and your project tracking software, allowing for automated management of work packages, project structures, time tracking, and team collaboration. Whether you are managing complex development tasks, tracking billable hours, or updating project wiki pages, this skill streamlines these workflows by executing commands directly against your OpenProject instance, supporting both self-hosted and cloud configurations.
Installation
- Install the skill via terminal:
clawhub install openclaw/skills/skills/abdelkrim/openproject-by-altf1be. - Log in to your OpenProject instance and navigate to My Account → Access Tokens to generate a new API token.
- Configure your environment by creating a
.envfile in the skill's base directory or setting the following variables:OP_HOST(your OpenProject URL),OP_API_TOKEN(the token you generated), andOP_DEFAULT_PROJECT. - Ensure Node.js is installed on your system, then run
npm installwithin the skill directory to download necessary dependencies.
Use Cases
- Project Management: Automatically generate work packages based on AI-analyzed requirements or meeting minutes.
- Time Tracking: Log billable hours against specific work packages directly from the AI chat interface upon completion of a task.
- Collaboration: Add comments, track statuses, and manage attachments like screenshots or bug reports without leaving your IDE or console.
- Reporting: Quickly pull lists of open work packages or time logs for specific projects to generate progress summaries.
Example Prompts
- "List all open work packages assigned to me in the current project."
- "Create a new bug report in OpenProject with the subject 'UI alignment issue' and attach the file ./logs/ui-error.png."
- "Log 2 hours for work package #42 with the comment 'Finished implementing the authentication module'."
Tips & Limitations
- Security: Ensure that the API token provided has the minimum necessary permissions required for the tasks assigned to the agent.
- Confirmations: Destructive commands like
wp-delete,attachment-delete, andtime-deleterequire the--confirmflag to prevent accidental data loss. - Environment Variables: Keep your
OP_API_TOKENsecret; do not commit the.envfile to public version control repositories. - Compatibility: This skill interacts with API v3. Verify your OpenProject instance version supports this API if you encounter connectivity issues.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abdelkrim-openproject-by-altf1be": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
x-twitter-by-altf1be
Post tweets, threads, and media to X/Twitter via API v2 — secure OAuth 1.0a signing, minimal dependencies (commander + dotenv only).
sharepoint-by-altf1be
Secure SharePoint file operations and Office document intelligence via Microsoft Graph API — certificate auth, Sites.Selected, read/write Word (mammoth), Excel (exceljs), PowerPoint (jszip), PDF (pdf-parse).
atlassian-jira-by-altf1be
Atlassian Jira Cloud CRUD skill — manage issues, comments, attachments, workflow transitions, and JQL search via Jira REST API v3 with email + API token auth.
hivebrite-by-altf1be
Hivebrite Admin API CLI — users, companies, events, groups, donations, memberships, emailings, mentoring, news, projects, media center, forums, and more. OAuth2 auth (password grant or refresh token) or bearer token.
atlassian-bitbucket-by-altf1be
Atlassian Bitbucket Cloud skill — full CRUD on repos, PRs, pipelines, issues, snippets, workspaces, branches, deployments, and more via Bitbucket REST API 2.0 with API Token auth.