Stats
Actions
Tags
From claude-plugin-security-risk
Estimates token count and approximate cost for a code snippet.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-plugin-security-risk:cost_estimatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Returns a cheap, naive token-count + cost estimate for a snippet.
Returns a cheap, naive token-count + cost estimate for a snippet.
from skills.cost_estimator.cost_estimator import estimate_cost
report = estimate_cost(snippet)
Returns a dict with token_count, model, estimated_usd.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub stevegjones/claude-plugin-security-risk --plugin claude-plugin-security-risk