openproject-workflows

openproject-workflows is a skill for Claude Code, Codex from NobuoTsukamoto/openproject-local-mcp. It costs 50 tokens per session (619 once invoked), scanned A, original, MIT.

A set of instructions for using OpenProject, a project-management system, through a local connector. It explains how to find, inspect, create, and comment on work packages, which are OpenProject work items such as tasks or issues.

In plain words
What is it for?
Use it to list assigned work, search projects and work packages, view details, or prepare approved work-package and comment changes.
Why use it?
It gives the agent a safe, consistent way to handle project work and prevents it from guessing IDs or writing to OpenProject without confirmation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list assigned work, search projects and work packages, view details, or prepare approved work-package and comment changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nobuotsukamoto/openproject-local-mcp/openproject-workflows
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add NobuoTsukamoto/openproject-local-mcp --skill openproject-workflows
Clone the repo
git clone --depth 1 https://github.com/NobuoTsukamoto/openproject-local-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openproject-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/nobuotsukamoto/openproject-local-mcp/openproject-workflows/github.svg)](https://agentmods.dev/skills/nobuotsukamoto/openproject-local-mcp/openproject-workflows)
Your own site
<a href="https://agentmods.dev/skills/nobuotsukamoto/openproject-local-mcp/openproject-workflows"><img src="https://agentmods.dev/badge/skills/nobuotsukamoto/openproject-local-mcp/openproject-workflows/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openproject-workflows

Your own site · 80×15
<a href="https://agentmods.dev/skills/nobuotsukamoto/openproject-local-mcp/openproject-workflows"><img src="https://agentmods.dev/badge/skills/nobuotsukamoto/openproject-local-mcp/openproject-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 619 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00619
Opus 5 $0.00025 $0.00309
Sonnet 5 $0.00010 $0.00124
Haiku 4.5 $0.00005 $0.00062

Measured 9d ago against content hash e389b2deaf59, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

openproject-workflows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agent-skills/openproject-workflows/SKILL.md · 46 lines

What it actually says

OpenProject Workflows

使えるMCPツール

  • get_my_work_packages: 設定されたAPIユーザーの担当Work Package
  • search_work_packages: project、assignee、status、type、priority、text、カスタムフィルターによる検索
  • get_work_package: 数値IDによる詳細取得
  • list_projects: APIユーザーから見えるプロジェクト一覧
  • create_work_package: Work Package作成。OPENPROJECT_ENABLE_WRITE=trueが必要
  • add_work_package_comment: コメント追加。OPENPROJECT_ENABLE_WRITE=trueが必要

安全ルール

  • 作成とコメント追加は書き込み操作として扱う。
  • 書き込み前に対象と本文を要約し、ユーザーへ確認する。
  • project、work package、type、status、priority、assigneeのIDを推測しない。検索またはユーザー確認で特定する。
  • APIトークン、非公開URL、ローカルMCP設定をWork Packageへ書かない。
  • 書き込みが無効ならOPENPROJECT_ENABLE_WRITE=trueが必要と説明し、再実行しない。

担当項目の確認

指定がなければget_my_work_packagesstatus: "open"sort_by: [["updatedAt", "desc"]]で呼びます。結果はID、subject、status、type、assignee、priority、updatedAtを中心に短く整理します。

検索

ユーザーの条件をsearch_work_packagesへ渡します。本文を含む高度な条件にはcustom_filtersを使用します。結果が多い場合は候補を要約し、詳細が必要な項目だけget_work_packageで取得します。

作成

project_idtype_idsubjectを確認します。オプション項目はユーザーが指定したもの、または運用上明確なものだけを設定します。送信前に最終内容を表示し、確認後にcreate_work_packageを呼びます。

コメント追加

対象IDとコメント本文を確認し、送信する本文をそのまま表示します。ユーザー確認後にadd_work_package_commentを呼びます。

回答スタイル

  • OpenProjectから返った事実と推測を分ける。
  • OpenProjectの正式名称であるWork Packageを使う。
  • ユーザーが日本語で聞いた場合は日本語で答える。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 46 lines · 50 tokens per session scan A e389b2deaf59

Subscribe to this mod's changes

openproject-workflows is a skill published in the GitHub repository NobuoTsukamoto/openproject-local-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 619 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories