project-region

project-region is a skill for Claude Code, Codex from zilliztech/zilliz-plugin. It costs 30 tokens per session (467 once invoked), scanned A, original, Apache-2.0.

A reference for managing Zilliz Cloud projects and storage volumes through the Zilliz command-line tool. Zilliz Cloud is a hosted service for running vector databases and related storage.

In plain words
What is it for?
Use it to create, list, describe, upgrade, add regions to, or delete Zilliz projects, and to create, list, describe, apply, or delete storage volumes.
Why use it?
It puts the commands for common project and volume operations in one place, reducing the need to look them up during maintenance.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the zilliz plugin — 22 skills, 2 commands shipped together

Good fit Use it to create, list, describe, upgrade, add regions to, or delete Zilliz projects, and to create, list, describe, apply, or delete storage volumes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zilliztech/zilliz-plugin/project-region
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zilliztech/zilliz-plugin --skill project-region
Clone the repo
git clone --depth 1 https://github.com/zilliztech/zilliz-plugin

Made for: Claude Code, Codex.

Or install zilliz, the plugin that ships this one along with the rest of its 22 skills, 2 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-region

README.md
[![agentmods](https://agentmods.dev/badge/skills/zilliztech/zilliz-plugin/project-region.svg)](https://agentmods.dev/skills/zilliztech/zilliz-plugin/project-region)
Your own site
<a href="https://agentmods.dev/skills/zilliztech/zilliz-plugin/project-region"><img src="https://agentmods.dev/badge/skills/zilliztech/zilliz-plugin/project-region.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 467 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00467
Opus 5 $0.00015 $0.00234
Sonnet 5 $0.00006 $0.00093
Haiku 4.5 $0.00003 $0.00047

Measured 8d ago against content hash 092fed67cc95, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

project-region scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/zilliz/skills/project-region/SKILL.md · 94 lines

What it actually says

Prerequisites

  1. CLI installed and logged in (see setup skill).

Commands Reference

Projects

Create a Project
zilliz project create --name <project-name> --plan <Standard|Enterprise|BusinessCritical>
# Optional: --region '[...]'
List Projects
zilliz project list
Describe a Project
zilliz project describe --project-id <project-id>
Delete a Project
zilliz project delete --project-id <project-id>
Upgrade a Project
zilliz project upgrade --project-id <project-id> --plan <Standard|Enterprise|BusinessCritical>
Bind additional regions to an existing project
zilliz project add-regions --project-id <project-id> --region '[...]'

Volumes

Create a Volume
zilliz volume create \
  --project-id <project-id> \
  --region <cloud-region> \
  --name <volume-name>
List Volumes
zilliz volume list --project-id <project-id>
# Pagination: --page-size <n> --page <n>
# Fetch all pages: --all
Delete a Volume
zilliz volume delete --name <volume-name-to-delete>
Describe a Volume
zilliz volume describe --name <volume-name>
Apply
zilliz volume apply --name <volume-name>
# Optional: --project-id <project-id>

Guidance

  • When the user wants to create a cluster, they need a project ID and region ID first. Guide them through zilliz project list and zilliz cluster regions (see cluster skill).
  • Project upgrade does not include Free as a valid target plan -- only Serverless, Standard, and Enterprise.
  • Before deleting a volume, confirm with the user.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 94 lines · 30 tokens per session scan A 092fed67cc95

Subscribe to this mod's changes

project-region is a skill published in the GitHub repository zilliztech/zilliz-plugin (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 30 tokens to every session and 467 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.