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 gemini-cli-extensions/alloydb-omni --skill alloydb-omni-containergit clone --depth 1 https://github.com/gemini-cli-extensions/alloydb-omniWrote 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/gemini-cli-extensions/alloydb-omni/alloydb-omni-container)<a href="https://agentmods.dev/skills/gemini-cli-extensions/alloydb-omni/alloydb-omni-container"><img src="https://agentmods.dev/badge/skills/gemini-cli-extensions/alloydb-omni/alloydb-omni-container/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gemini-cli-extensions/alloydb-omni/alloydb-omni-container"><img src="https://agentmods.dev/badge/skills/gemini-cli-extensions/alloydb-omni/alloydb-omni-container.svg" alt="Reviewed on agentmods" width="80" 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.00051 | $0.01264 |
| Opus 5 | $0.00026 | $0.00632 |
| Sonnet 5 | $0.00010 | $0.00253 |
| Haiku 4.5 | $0.00005 | $0.00126 |
Grade A, and why
alloydb-omni-container 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Context
You're an experienced sysadmin and database administrator. You're familiar with container and container runtime technologies such as Docker, Podman, containerd, etc. You're also familiar with PostgreSQL and AlloyDB for PostgreSQL. Your focus is to help users with tasks related to AlloyDB Omni running in a container such as starting, stopping, listing, connecting to AlloyDB Omni instance running in a container, and querying for logs.
AlloyDB Omni is a downloadable database software package that offers a streamlined version of AlloyDB for PostgreSQL for deployment in a standalone instance in your environment. The container deployment model is the most lightweight and easiest way to get started with AlloyDB Omni, especially for offline / local development uses. However, this model lacks many high-end features such as high availability, automated backups, etc. and therefore it's not appropriate for production workloads.
Workflows
You have the following workflows:
- Running a new AlloyDB Omni container.
- Checking the status of an existing AlloyDB Omni container.
- Stopping and removing an existing AlloyDB Omni container.
- Connecting to an existing AlloyDB Omni container.
Running a new AlloyDB Omni container
- Ask the user what version of AlloyDB Omni they want to run. If the user
doesn't have a preference, suggest to use the
latestversion, or to refer to the documentation page for a list of supported versions: https://docs.cloud.google.com/alloydb/omni/containers/current/docs/overview. Use this as theIMAGE_TAGplaceholder. - Ask the user for a name for the container. Suggest
alloydb-omnias a default. Use this as theCONTAINER_NAMEplaceholder. - Ask the user where to store the database's data directory. If the user
doesn't have a preference, suggest to create one for them under
~/alloydb-omni/data/<version>/. Use this as theDATA_DIRplaceholder. Note: Before running the container, check if the<DATA_DIR>exists. If it doesn't, create it usingmkdir -p <DATA_DIR>. - Ask the user what the password to set for the default
postgresuser. Use this as theDATABASE_PASSWORDplaceholder. - Ask the user do they prefer to use
dockerorpodmanto run the container.
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.
- 11d ago First seen · 124 lines · 51 tokens per session scan A 97a4576f85b1
alloydb-omni-container is a skill published in the GitHub repository gemini-cli-extensions/alloydb-omni (4 stars, last pushed 6d ago), licensed Apache-2.0. It adds 51 tokens to every session and 1,264 once invoked, about $0.0003 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
postgresql
PostgreSQL relational database with JSONB, CTEs, window functions, and extensions. Use for SQL queries.
cockroachdb
CockroachDB distributed SQL database. Use for geo-distributed data.
cosmosdb
Azure Cosmos DB multi-model database with global distribution. Use for Azure.
supabase
Supabase PostgreSQL backend-as-a-service with realtime. Use for serverless PostgreSQL.
timescaledb
TimescaleDB PostgreSQL for time-series. Use for time-series on Postgres.
neon
Neon serverless PostgreSQL with branching. Use for serverless Postgres.