What problem does it solve?
This skill provides a Python-based integration layer for OpenProject API v3, enabling automated project management, work packages, time tracking, and administrative tasks from Claude Code.
Core Features & Use Cases
- Automate project lifecycle operations: create, update, and query projects; manage work packages and time entries; handle documents, attachments, and wiki pages.
- Orchestrate user access, groups, memberships, notifications, and saved queries to build automated workflows.
- Use in real-world tasks like generating project status reports, updating tasks en masse, or syncing OpenProject data with other tools.
Quick Start
Navigate to the skill directory, install dependencies with uv sync, configure environment variables (OPENPROJECT_URL and OPENPROJECT_API_KEY) in .env, and verify the connection with a quick Python snippet.