Zilliz Skill
Zilliz Skills は、Zilliz Cloud を扱うための特化機能を Claude Code に提供する再利用可能なスキルモジュールです。
Zilliz Skills とは?
Skills は、Claude Code の機能を拡張するモジュール型の機能です。Zilliz Skills repository には、一般的な Zilliz Cloud 操作向けの事前構築済みスキルが含まれています。
セットアップ
以下のコマンドを実行して Zilliz skill をインストールします。Node.js がインストールされていることを確認してください。
bash
npx skills add zilliztech/zilliz-skill
このコマンドは、対象ツールの選択とインストール範囲の決定をガイドします。
利用可能な Skills
| 領域 | できること |
|---|---|
| Clusters | 作成、削除、一時停止、再開、変更 |
| Collections | カスタム schema での作成、load、release、rename、drop |
| Vectors | search、query、insert、upsert、delete、hybrid search |
| Indexes | 作成(AUTOINDEX)、一覧表示、詳細表示、drop |
| Databases | 作成、一覧表示、詳細表示、drop |
| Users & Roles | RBAC セットアップ、権限管理 |
| Backups | 作成、restore、export、ポリシー管理 |
| Import | S3/GCS/Azure Blob Storage からのバルクデータ import |
| Partitions | 作成、load、release、管理 |
| Monitoring | cluster ステータス、collection 統計、load 状態 |
| Projects | project と region の管理 |
| Billing | 使用量クエリ、請求書 |
使用方法
Skills は、次のように適切な自然言語プロンプトで呼び出されます。
plaintext
"Create a serverless cluster in us-east-1 and set up a collection with 768-dimension vectors"
"Search for similar items in my product collection with filter age > 20"
"Show me the status of all my clusters and collections"
"Set up a daily backup policy for my production cluster with 7-day retention"
"Create a role with read-only access to the analytics collection"