🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@howells/claudestatus

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@howells/claudestatus

CLI to check Claude usage across multiple accounts

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
6
20%
Maintainers
1
Weekly downloads
 
Created
Source

Claude Status Dashboard

CLI to check Claude usage across multiple accounts.

Features

  • Add multiple Claude accounts (saved locally)
  • Fetch usage from Claude API and display a simple dashboard
  • Recommend the next best account to use

Requirements

  • Node.js 18+
  • Chrome installed (Playwright uses your local Chrome)

Usage

# One-off (after publish)
npx @howells/claudestatus@latest

# Or install globally
npm install -g @howells/claudestatus
claudestatus

# Add an account (opens Chrome for login)
claudestatus add <name>

# Refresh an account session
claudestatus refresh <name>

# List accounts
claudestatus list

# Show dashboard
claudestatus

# Quick recommendation only
claudestatus --quick

Notes

  • Account sessions are stored locally in accounts/ (ignored by git).
  • If Cloudflare blocks a session, re-run refresh for that account.

License

MIT

FAQs

Package last updated on 26 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts