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.
npx skills add zilliztech/zilliz-plugin --skill project-regiongit clone --depth 1 https://github.com/zilliztech/zilliz-pluginWrote 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.
[](https://agentmods.dev/skills/zilliztech/zilliz-plugin/project-region)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
Prerequisites
- 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 listandzilliz cluster regions(see cluster skill). - Project
upgradedoes not includeFreeas a valid target plan -- only Serverless, Standard, and Enterprise. - Before deleting a volume, confirm with the user.
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.
- 8d ago First seen · 94 lines · 30 tokens per session scan A 092fed67cc95
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.
Other skills, from other repositories
convex-domains
Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
convex-ship
Publish the current Convex app to a live .convex.app URL (deploy backend + upload web build).
cloudflare-cron-triggers
Cloudflare Cron Triggers for scheduled Workers execution. Use for periodic tasks, scheduled jobs, or encountering handler not found, invalid cron expression, timezone errors.
qwenpaw-usage
A QwenPaw command-line guide for setting up scheduled self-checks and packaging a QwenPaw workspace for another server.
cloudflare-nextjs
Deploy Next.js to Cloudflare Workers via the OpenNext adapter (@opennextjs/cloudflare). Use for SSR/ISR/SSG/App or Pages Router, getCloudflareContext, bindings (D1/R2/KV/AI/Hyperdrive), caching tiers, skew protection, multi-worker, custom worker, env vars, or worker…
cloudflare-workflows
Cloudflare Workflows for durable long-running execution. Use for multi-step workflows, retries, state persistence, or encountering NonRetryableError, execution failed errors.