OpenProject
Use this skill when the user wants to read or update data in OpenProject.
Before use
- Prefer the plugin MCP tools from the
openprojectserver. - Confirm connectivity first with
server_infoorget_current_user. - If the task creates or updates work packages, resolve the project and type
first with
list_projectsandlist_project_types.
Workflow
- Check connection state with
server_info. - Discover the target project with
list_projects. - When needed, inspect allowed types via
list_project_types. - Use
search_work_packagesorget_work_packageto gather context before making changes. - Prefer
create_work_package,update_work_package, andcomment_on_work_packagefor mutations. - Return the resulting work package id, subject, and API link in the answer.
Configuration
The plugin reads:
OPENPROJECT_BASE_URLOPENPROJECT_API_TOKENOPENPROJECT_ACCESS_TOKEN
OpenProject documents API v3 authentication with Bearer tokens, API tokens, and
OAuth2. A personal API token in OPENPROJECT_API_TOKEN is the simplest setup.
Source: hashgraph-online/awesome-codex-plugins → plugins/varaprasadreddy9676/team-codex-plugins/skills/openproject/SKILL.md