qwencloud-usage

Manage QwenCloud authentication, usage, and billing from the CLI.

36|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/QwenCloud/qwencloud-ai --skill qwencloud-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwencloud-usage
Source: https://github.com/QwenCloud/qwencloud-ai/tree/main/skills/usage/qwencloud-usage
Command: npx skills add https://github.com/QwenCloud/qwencloud-ai --skill qwencloud-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cryptography, keyring, and includes scripts (resource) components.

What problem does it solve?

Seamlessly manage QwenCloud authentication and usage data from the command line, reducing manual tracking and friction when accessing billing and plan information.

Core Features & Use Cases

  • Authentication & Sessions: Sign in via Device Flow, persist sessions locally, and securely log out to revoke access.
  • Usage & Billing: Retrieve current usage, free-tier quotas, coding plan status, and pay-as-you-go costs across models.
  • Breakdowns & Reports: Get per-model usage breakdown by period and unit, with clear cost attribution.

Quick Start

Run python3 usage.py login to authenticate, then run python3 usage.py summary to view your current usage.

Frequently Asked Questions about qwencloud-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check QwenCloud usage and billing from the command line?

You can check QwenCloud usage and billing by running the CLI command `python3 usage.py summary` after authenticating, which retrieves current usage, free-tier quotas, and pay-as-you-go costs across all models.

How does device flow authentication work for QwenCloud CLI?

Device flow authentication allows you to sign in to QwenCloud CLI by running `python3 usage.py login`, which supports headless environments and persists sessions locally using secure credential storage.

Can I get a per-model usage breakdown and cost attribution for QwenCloud?

Yes, the CLI provides per-model usage breakdowns by period and unit, offering clear cost attribution for both free-tier quotas and pay-as-you-go expenses across all available models.

Do I need local credential storage to manage QwenCloud authentication?

Yes, local credential storage is required to persist sessions and manage authentication, utilizing keyring and cryptography dependencies to securely store your QwenCloud access credentials.

How do I revoke access and log out of QwenCloud CLI?

To revoke access and securely log out of QwenCloud CLI, run the `python3 usage.py logout` command, which clears your locally persisted sessions and revokes active authentication.