Use when the user wants to check usage, view invoices, or manage payment methods on Zilliz Cloud.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Use when the user wants to check usage, view invoices, or manage payment methods on Zilliz Cloud.
Prerequisites
CLI installed and logged in via OAuth (see setup skill).
Billing features require OAuth login -- API Key mode may not have access.
Commands Reference
Query Usage
# Last N days
zilliz billing usage --last 7d
# Current month
zilliz billing usage --month this
# Last month
zilliz billing usage --month last
# Specific month
zilliz billing usage --month 2026-01
# Custom date range
zilliz billing usage --start 2026-01-01 --end 2026-01-31
List Invoices
# List all invoices (paginated)
zilliz billing invoices
# Fetch all pages
zilliz billing invoices --all
# Paginate manually
zilliz billing invoices --page-size 10 --page 1