version

A command that reports which version of the rpm project-management add-on is installed.

In plain words
What is it for?
Use it to verify the installed rpm version.
Why use it?
It removes guesswork when checking whether the expected release is loaded.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/dppdppd/rpm/version
Any agent
npx skills add dppdppd/rpm --skill version
Clone the repo
git clone --depth 1 https://github.com/dppdppd/rpm

Made for: Claude Code, Codex.

Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 92 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.00092
Opus 5 $0.00017 $0.00046
Sonnet 5 $0.00007 $0.00018
Haiku 4.5 $0.00003 $0.00009

Measured 2d ago against content hash 46e53fc80f38, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

version 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/version.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/version/SKILL.md · 15 lines

What it actually says

/version

Report the installed rpm plugin version and stop.

!bash "${CLAUDE_SKILL_DIR}/scripts/version.sh"

Return exactly the script output. Do not add commentary.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 15 lines · 35 tokens per session scan A 46e53fc80f38

Subscribe to this mod's changes

version is a skill published in the GitHub repository dppdppd/rpm (3 stars, last pushed 3d ago), licensed MIT. It adds 35 tokens to every session and 92 once invoked, about $0.0002 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

plan-writing

Write, review, and maintain implementation-ready .plan.md files with YAML frontmatter, actionable TODO lists, concrete execution details, verification gates, and rollback notes. Use when creating, splitting, reviewing, or updating plan files, especially files under .agents/plans or .cursor/plans — and also whenever…

dirtybits/agent-skills · 88 tokens

automotive-project-management

Comprehensive project planning from initiation to closeout for automotive software projects Covers 2 topics across project-management domain. Includes 2 skill files covering .

pangzhenying2025/hermes-automotive-skills · 34 tokens

project-docs

Software development project documentation management and progress tracking. Use when: (1) Initializing a new software project and need to create all required documentation (MRD, PRD, Technical Plan, Roadmap), (2) Updating project roadmap after completing tasks, (3) Getting a summary of current project progress, (4)…

lorissun2025/project-docs · 97 tokens

gsd

Get Shit Done (GSD) - A comprehensive project management system for solo developers using Claude agents.

allgpt-co/QuickVoice · 23 tokens

meegle

飞书项目(Meego/Meegle)操作工具。支持查询和管理工作项、节点流转、视图查询、个人待办、排期统计等功能。 Use when user needs to work with Feishu/Lark Meego project management — including querying work items, creating/updating work items, completing workflow nodes, checking views, listing todos, analyzing schedules/workloads, or searching with MQL.…

larksuite/meegle-cli · 126 tokens

review-checklist

Creates a local checklist for code review notes provided in the current task.

BradGroux/veritas-kanban · 0 tokens