メインコンテンツまでスキップ

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
Vectorssearch、query、insert、upsert、delete、hybrid search
Indexes作成(AUTOINDEX)、一覧表示、詳細表示、drop
Databases作成、一覧表示、詳細表示、drop
Users & RolesRBAC セットアップ、権限管理
Backups作成、restore、export、ポリシー管理
ImportS3/GCS/Azure Blob Storage からのバルクデータ import
Partitions作成、load、release、管理
Monitoringcluster ステータス、collection 統計、load 状態
Projectsproject と 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"

次のステップ​