# Send Claude Usage Release to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-claude-usage",
    "name": "Claude Usage Release",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/chunhualiao/openclaw-claude-usage",
    "canonicalUrl": "https://clawhub.ai/chunhualiao/openclaw-claude-usage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-claude-usage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-claude-usage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "STATUS.json",
      "skill.yml",
      "tests/test-triggers.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-claude-usage",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:30:50.486Z",
      "expiresAt": "2026-05-07T09:30:50.486Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-claude-usage",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-claude-usage",
        "contentDisposition": "attachment; filename=\"openclaw-claude-usage-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-claude-usage"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-claude-usage"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-claude-usage",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-claude-usage",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-claude-usage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-claude-usage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-claude-usage/agent.md"
  }
}
```
## Documentation

### Claude Usage

Check Claude Max subscription usage by launching Claude Code interactively.

### Requirements

expect must be installed (available at /usr/bin/expect on macOS)
Claude Code CLI must be installed and authenticated

### Procedure

Use expect to automate the interactive TUI (the /usage command is a terminal UI, not a simple CLI):

Run the expect script to launch Claude Code and execute /usage:
expect -c '
spawn claude
expect "Welcome"
send "/usage\\r"
expect "Show plan usage"
sleep 1
send "\\r"
expect "Resets"
'



Parse the output for these metrics:

Current session: Look for "Current session" line with percentage and reset time
Current week (all models): Look for "Current week (all models)" with percentage and reset date
Current week (Sonnet only): Look for "Current week (Sonnet only)" with percentage
Extra usage: Look for "Extra usage" line



Strip ANSI escape codes from output before parsing


Format and relay the metrics to the user

### Example Output

The expect script returns something like:

Current session     ██████████░░░░░░░░░░░░░░░░░ 21% used    Resets 5:59pm (America/Los_Angeles)

Current week (all models)
████████████████████████░░░░░░░░░░░░░ 28% used    Resets Feb 21 at 6am (America/Los_Angeles)

Current week (Sonnet only)
█████████████████████████░░░░░░░░░░░░ 29% used    Resets Feb 21 at 7am (America/Los_Angeles)

Extra usage
Extra usage not enabled • /extra-usage to enable

$50 free extra usage · /extra-usage to enable

### Fallback

If expect is not available, fall back to:

claude auth status - shows subscription type (Max/Pro)
~/.claude/stats-cache.json - shows local session token counts (limited data)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: chunhualiao
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:30:50.486Z
- Expires at: 2026-05-07T09:30:50.486Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-claude-usage)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-claude-usage/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-claude-usage/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-claude-usage/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-claude-usage)