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

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
Vectorssearch、query、insert、upsert、delete、hybrid search
Indexes作成(AUTOINDEX)、list、describe、drop
Databases作成、list、describe、drop
Users & RolesRBAC のセットアップ、権限管理
Backups作成、restore、export、ポリシー管理
ImportS3/GCS/Azure Blob Storage からの一括データインポート
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"

次のステップ​