Claude Skill

at-usage

Query and display the current API provider balance and recent usage.

LLM Mart · 0 points · 13 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download kairyou-agent-tools-capabilities_usage_skills_at-usage-df525b2.zip · 0 KB
Part of kairyou/agent-tools — 8 skills

Install

skills CLI npx skills add https://github.com/kairyou/agent-tools/tree/main/capabilities/usage/skills/at-usage
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install kairyou-agent-tools@llmmart
Git git clone https://github.com/kairyou/agent-tools.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole kairyou/agent-tools collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Run this installed local command once using the shell or command-execution tool:

node "{{USAGE_CLI_PATH}}" --agent {{USAGE_AGENT}}

Return stdout verbatim as the complete response. Do not explain, reformat, or wrap it in Markdown. If stdout is empty, say exactly Provider usage is unavailable.

Never run npx, npm, pnpm, bun, install a package, or substitute another usage script. Use only the installed command above.

Files (agent-tools)
  • SKILL.md 548 B
    ---
    name: at-usage
    description: Query and display the current API provider balance and recent usage.
    ---
    
    Run this installed local command once using the shell or command-execution tool:
    
    ```text
    node "{{USAGE_CLI_PATH}}" --agent {{USAGE_AGENT}}
    ```
    
    Return stdout verbatim as the complete response. Do not explain, reformat, or
    wrap it in Markdown. If stdout is empty, say exactly `Provider usage is unavailable.`
    
    Never run `npx`, `npm`, `pnpm`, `bun`, install a package, or substitute another
    usage script. Use only the installed command above.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related