wren-connection-info

wren-connection-info is a skill for Claude Code from Canner/wren-engine. It costs 113 tokens per session (1,070 once invoked), scanned A, original, Apache-2.0.

A reference guide for configuring Wren Engine connections to databases and file storage, including PostgreSQL, BigQuery, Amazon S3, and local files.

In plain words
What is it for?
Use it when setting up or checking a Wren connection to one of its supported databases or file sources.
Why use it?
It explains which connection fields each supported data source needs and how to handle sensitive values. Connection details must be entered through Wren’s web interface at http://localhost:9001.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the wren plugin — 8 skills shipped together

Good fit Use it when setting up or checking a Wren connection to one of its supported databases or file sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/canner/wren-engine/wren-connection-info
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 Canner/wren-engine --skill wren-connection-info
Clone the repo
git clone --depth 1 https://github.com/Canner/wren-engine

Made for: Claude Code.

Or install wren, the plugin that ships this one along with the rest of its 8 skills.

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 wren-connection-info

README.md
[![agentmods](https://agentmods.dev/badge/skills/canner/wren-engine/wren-connection-info.svg)](https://agentmods.dev/skills/canner/wren-engine/wren-connection-info)
Your own site
<a href="https://agentmods.dev/skills/canner/wren-engine/wren-connection-info"><img src="https://agentmods.dev/badge/skills/canner/wren-engine/wren-connection-info.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,070 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.00113 $0.01070
Opus 5 $0.00056 $0.00535
Sonnet 5 $0.00023 $0.00214
Haiku 4.5 $0.00011 $0.00107

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

Security

Grade A, and why

wren-connection-info 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.

skills-archive/wren-connection-info/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wren Connection Info Reference

Connection info can only be configured through the MCP server Web UI at http://localhost:9001. Do not attempt to set it programmatically. Always direct the user to the Web UI.


Supported data sources

Value Database Fields reference
POSTGRES PostgreSQL databases.md
MYSQL MySQL / MariaDB databases.md
MSSQL SQL Server databases.md
CLICKHOUSE ClickHouse databases.md
ORACLE Oracle databases.md
DORIS Apache Doris databases.md
REDSHIFT Amazon Redshift databases.md
TRINO Trino databases.md
BIGQUERY Google BigQuery databases.md
SNOWFLAKE Snowflake databases.md
DUCKDB DuckDB databases.md
ATHENA AWS Athena databases.md
DATABRICKS Databricks databases.md
SPARK Apache Spark databases.md
S3_FILE Amazon S3 file-sources.md
GCS_FILE Google Cloud Storage file-sources.md
MINIO_FILE MinIO file-sources.md
LOCAL_FILE Local files file-sources.md

Read the linked reference file for the user's data source to get required fields, default ports, and setup notes.


Common patterns

Most database connectors need: host, port, user, password, database.

Exceptions:

  • BigQuery — uses project_id, dataset_id, credentials (base64-encoded). See databases.md for encoding instructions.
  • Snowflake — uses account instead of host, plus schema.
  • Trino — needs catalog and schema instead of database.
  • Databricks — uses serverHostname, httpPath, accessToken (or service principal with clientId, clientSecret).
  • Spark — only host and port (Spark Connect protocol, no auth fields).
  • File sources — use url, format, plus bucket/credentials. See file-sources.md.

Read the full file on GitHub · 84 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 84 lines · 113 tokens per session scan A 83f0e6dc16c2

Subscribe to this mod's changes

wren-connection-info is a skill published in the GitHub repository Canner/wren-engine (663 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 113 tokens to every session and 1,070 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

database

Query and manage SQLite, PostgreSQL, and MySQL databases from the command line. Use when the user asks to run SQL queries, inspect database schemas, create or alter tables, import or export data, manage indexes, analyze query performance with EXPLAIN, back up or restore databases, or perform CRUD operations via…

bug-ops/zeph · 76 tokens

analytical-databases-expert

Design and query columnar analytical stores: DuckDB, ClickHouse and cloud warehouses, including file formats, partitioning, sort keys and cost control. Use when the user mentions DuckDB, ClickHouse, Parquet, columnar storage, OLAP, a data warehouse or lakehouse, analytical queries over large tables, or when the task…

personamanagmentlayer/pcl · 100 tokens

malloy-lookml-review

Analyze LookML files as prior art for Malloy modeling. Used during Step 1 (DISCOVER) when .lkml files are present. Coordinates reference files that extract business logic, relationships, and curation decisions. Works with or without a database connection.

malloydata/publisher · 58 tokens

postgresql-expert

Expert-level PostgreSQL database administration, advanced queries, performance tuning, and production operations. Use when the user mentions database, SQL, or performance, or when the task involves Advanced Data Types, Full-Text Search, Advanced Indexes, or Advanced Queries.

personamanagmentlayer/pcl · 56 tokens

data-relational-database

Use this skill when asked about PostgreSQL, MySQL, relational database, partitioning, replication, indexing, vacuum, connection pooling, query optimization, EXPLAIN, CTE, window functions, or transaction isolation. This skill enforces: PostgreSQL architecture understanding (MVCC, WAL, vacuum), indexing strategies…

j4flmao/agent-skills · 148 tokens

business-intelligence-expert

Build comprehensive business intelligence solutions including data warehouses, ETL pipelines, interactive dashboards, and analytical reporting systems. Use when the user mentions BI, data warehousing, star or snowflake schemas, OLAP cubes, ETL/ELT pipelines, dashboards, KPIs, or analytical reporting.

personamanagmentlayer/pcl · 64 tokens