openproject-notifications
CommunityManage OpenProject notifications via API v3.
Authorhoangvantuan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a programmatic interface to manage OpenProject in-app notifications via the API, reducing manual monitoring, filtering, and state updates across projects.
Core Features & Use Cases
- List, filter, and retrieve notifications by read state or reason.
- Mark notifications as read or unread and count unread items for dashboards.
- Use cases include automating notification feeds, building alerts for important events, and syncing notification state with external workflows.
Quick Start
Use the skill to fetch and update notifications from an OpenProject instance.
- cd .claude/skills/openproject
- uv run python -c "from openproject_notifications import list_unread, mark_read; [mark_read(n['id']) for n in list_unread()]"
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-notifications Download link: https://github.com/hoangvantuan/claude-plugin/archive/main.zip#openproject-notifications 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.