Zilliz Skill
Zilliz Skills は、Zilliz Cloud を操作するための特化機能を Claude Code に提供する、再利用可能なスキルモジュールです。
Zilliz Skills とは?
Skills は、Claude Code の機能を拡張するモジュール型の機能です。Zilliz Skills リポジトリには、一般的な 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)、list、describe、drop |
| Databases | 作成、list、describe、drop |
| Users & Roles | RBAC のセットアップ、権限管理 |
| Backups | 作成、restore、export、ポリシー管理 |
| Import | S3/GCS/Azure Blob Storage からの一括データインポート |
| 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"