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.
git clone --depth 1 https://github.com/gemini-cli-extensions/data-agent-kit-starter-packWrote 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/plugins/gemini-cli-extensions/data-agent-kit-starter-pack/gemini-extension)<a href="https://agentmods.dev/plugins/gemini-cli-extensions/data-agent-kit-starter-pack/gemini-extension"><img src="https://agentmods.dev/badge/plugins/gemini-cli-extensions/data-agent-kit-starter-pack/gemini-extension/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/plugins/gemini-cli-extensions/data-agent-kit-starter-pack/gemini-extension"><img src="https://agentmods.dev/badge/plugins/gemini-cli-extensions/data-agent-kit-starter-pack/gemini-extension.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
dak 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 yesterday.
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 — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "dak",
"version": "0.10.1",
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
"mcpServers": {
"notebook": {
"command": "npx",
"args": [
"-y",
"-p",
"git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git",
"notebook-tools",
"--mode=notebook"
],
"env": {}
},
"visualization": {
"command": "npx",
"args": [
"-y",
"-p",
"git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git",
"notebook-tools",
"--mode=visualization"
],
"env": {}
},
"bigquery": {
"command": "node",
"args": [
"${extensionPath}/mcp/bin/mcp_proxy_bundle.cjs",
"https://bigquery.googleapis.com/mcp"
],
"env": {
"X_GOOG_PROXY_HEADERS": "{\"User-Agent\": \"datacloud.gemini-cli\"}"
}
},
"spanner": {
"command": "node",
"args": [
"${extensionPath}/mcp/bin/mcp_proxy_bundle.cjs",
"https://spanner.googleapis.com/mcp"
],
"env": {
"X_GOOG_PROXY_HEADERS": "{\"User-Agent\": \"datacloud.gemini-cli\"}"
}
},
"alloydb-postgres": {
"command": "node",
"args": [
"${extensionPath}/mcp/bin/mcp_proxy_bundle.cjs",
"https://alloydb.googleapis.com/mcp"
],
"env": {
"X_GOOG_PROXY_HEADERS": "{\"User-Agent\": \"datacloud.gemini-cli\"}"
}
},
"cloud-sql-postgresql": {
"command": "node",
"args": [
"${extensionPath}/mcp/bin/mcp_proxy_bundle.cjs",
"https://sqladmin.gooWhat 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.
- yesterday First seen · 127 lines scan A 310f35f20c20
dak is a plugin published in the GitHub repository gemini-cli-extensions/data-agent-kit-starter-pack (180 stars, last pushed today), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. 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-09-08.
Other plugins, from other repositories
neo4j-skills
Agent skills for Neo4j graph database — Cypher queries, graph modeling, drivers, imports, GraphRAG, GDS, vector indexes, and Aura provisioning.
azure-cosmosdb
Official Gemini extension for Azure Cosmos DB (NoSQL). Provides best practice skills for data modeling, partition key design, query optimization, indexing, vector search, full-text search, global distribution, security, and more.
snowflake-dbt-migration
dbt migration skills for converting source database SQL to dbt models on Snowflake.
sparq
Usage skills for the sparq RDF triplestore + SPARQL 1.1/1.2 engine (Rust/CLI/HTTP/Python/WASM + reasoning, SHACL, full-text, vector, GeoSPARQL, RSP-QL, ZK query proofs).
graph-source
Connect a property graph (knowledge graph, GraphRAG corpus, Apache AGE / openCypher data) to Skardi and query it through SQL, end to end: provision the AGE backend with a least-privilege role, declare the type: graph source and its views in context YAML, verify registration health, write correct queries (cypherquery.
sql-database-pipeline
Build SQL database pipelines with dlt: connect to any SQL source, load tables to a destination, tune performance with backends.