at-usage
Query and display the current API provider balance and recent usage.
Install
npx skills add https://github.com/kairyou/agent-tools/tree/main/capabilities/usage/skills/at-usage
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install kairyou-agent-tools@llmmart
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.
Reviews (0)
No reviews yet.
No comments yet.