ClaudeSuperPower

check-usage

Skill

Reports the Hunter account's plan, remaining credits, and usage. Use when the user asks how many credits they have left, what plan they're on, or how much of their quota they've used.

Install

git clone https://github.com/hunter-io/claude-plugin.git ~/.claude/skills/check-usage

What is check-usage?

Reports the Hunter account's plan, remaining credits, and usage. Use when the user asks how many credits they have left, what plan they're on, or how much of their quota they've used.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~46 tokens of context used while enabled, before you invoke anything

Documentation

README · ~1 min read

Check Usage

Read-only view of the account's plan, credits, and usage. No credits consumed, no changes made.

Examples

  • /hunter:check-usage How many credits do I have left?
  • "What plan am I on?"
  • "How many searches have I used this month?"
  • "Show my account details"

Steps

  1. Read the accountGet-Account-Details for plan and reset date; Get-Usage for search/verification consumption and what's remaining. Neither tool returns a team name — don't show one.

  2. Present a clear summary — show what's REMAINING, not the allowance. Use requests.credits.remaining when the account has a single credits bucket; otherwise compute available - used per bucket. (available is the period allowance plus packs, not what's left.)

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.