スキルOfficialdatabase
💳billing
- プラグイン
- zilliz
- ソース
- GitHub で見る ↗
説明
次のような場合に使用: ユーザーがZilliz Cloud上で使用状況の確認、請求書の閲覧、または支払い方法の管理を行いたいとき。
原文を表示
Use when the user wants to check usage, view invoices, or manage payment methods on Zilliz Cloud.
ユースケース
- ✓Zilliz Cloudの使用状況を確認するとき
- ✓請求書を閲覧したいとき
- ✓支払い方法を管理するとき
本文(日本語訳)
前提条件
- CLI がインストール済みであり、OAuth でログイン済みであること(セットアップ skill を参照)。
- 請求機能には OAuth ログインが必要です。API Key モードではアクセスできない場合があります。
コマンドリファレンス
使用状況の照会
# 直近 N 日間
zilliz billing usage --last 7d
# 今月
zilliz billing usage --month this
# 先月
zilliz billing usage --month last
# 特定の月を指定
zilliz billing usage --month 2026-01
# カスタム日付範囲
zilliz billing usage --start 2026-01-01 --end 2026-01-31
請求書の一覧表示
# すべての請求書を一覧表示(ページネーション付き)
zilliz billing invoices
# 全ページを取得
zilliz billing invoices --all
# 手動でページネーション
zilliz billing invoices --page-size 10 --page 1
請求書の詳細を表示
zilliz billing invoices --invoice-id inv-xxxxxxxxxxxx
ガイダンス
- 請求コマンドには、API Key 認証ではなく OAuth ログインが必要です。
- ユーザーがコストや支出について質問した場合は、適切な期間を指定して
billing usageを使用してください。 - クレジットカードの登録については、Zilliz Cloud の Web コンソールへユーザーを案内してください。セキュリティ上の理由から、CLI 経由でのカード登録はご利用いただけません。
原文(English)を表示
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
View Invoice Details
zilliz billing invoices --invoice-id inv-xxxxxxxxxxxx
Guidance
- Billing commands require OAuth login, not API Key authentication.
- When the user asks about costs or spending, use
billing usagewith an appropriate time range. - To bind a credit card, direct the user to the Zilliz Cloud web console -- card binding is not available via CLI for security reasons.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。