---
name: At Usage
slug: at-usage
category: DevOps
description: At Usage queries the current API provider balance and recent usage from a local installed command. Use it when you need to surface usage status without formatting or extra explanation.
github: "https://github.com/kairyou/agent-tools/tree/main/capabilities/usage/skills/at-usage"
language: JavaScript
stars: 178
forks: 0
install: "npx degit https://github.com/kairyou/agent-tools/tree/main/capabilities/usage/skills/at-usage ~/.claude/skills/at-usage"
installs_to: ~/.claude/skills/at-usage
source_path: capabilities/usage/skills/at-usage/SKILL.md
collection_size: 8
category_size: 1044
collection_url: "https://dirskills.com/collections/kairyou/agent-tools"
added: 2026-09-07T05:20:49.762Z
last_synced: 2026-09-07T05:20:49.762Z
canonical_url: "https://dirskills.com/skills/at-usage"
---

# At Usage

At Usage queries the current API provider balance and recent usage from a local installed command. Use it when you need to surface usage status without formatting or extra explanation.

**Install:**

```bash
npx degit https://github.com/kairyou/agent-tools/tree/main/capabilities/usage/skills/at-usage ~/.claude/skills/at-usage
```

## README

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.
