openproject-projects
CommunityManage OpenProject projects via API v3.
Authorhoangvantuan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a programmatic way to manage OpenProject projects—listing, creating, updating, copying, and deleting projects, as well as inspecting versions, categories, and types—reducing manual API work and enabling automation.
Core Features & Use Cases
- Project lifecycle operations: list, get, create, update, delete, and copy projects.
- Hierarchy and metadata: query versions, categories, and work package types within projects.
- Use Case: Automate setup of new OpenProject workspaces for onboarding sprints or standard project templates, and integrate with dashboards or CI pipelines.
- This skill supports programmatic project management tasks in OpenProject via a Python client.
Quick Start
Change into the skill directory and run a sample snippet to list all projects: cd .claude/skills/openproject/openproject-projects uv run python -c "from openproject_projects import list_projects; print(list_projects())"
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: openproject-projects Download link: https://github.com/hoangvantuan/claude-plugin/archive/main.zip#openproject-projects Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.