Canner

26 mods across 2 repositories, 18k stars between them.

WrenAI

01

Canner/WrenAI

Settings file Claude Code

Agent settings declaring 13 allowed tools.

17k 4d ago A tokens not measured

WrenAI AGENTS.md

02

Canner/WrenAI

Instructions file CodexOpenCode

AGENTS.md instructions for Canner/WrenAI: Repository-wide instructions live in .claude/CLAUDE.md. Please refer to that file for shared build commands, architecture, and conventions.

17k 4d ago A 123 tokens

dlt-connector

03

Canner/WrenAI

Skill Claude CodeCodex

Connect SaaS data (HubSpot, Stripe, Salesforce, GitHub, Slack, etc.) to Wren Engine for SQL analysis. Guides the user through the full flow: install dlt, pick a SaaS source, set up credentials, run the data pipeline into DuckDB, then auto-generate a Wren semantic project from the loaded data. Use this skill whenever…

17k 4d ago A 158 tokens

enrich-context

04

Canner/WrenAI

Skill Claude CodeCodex

Augment a Wren project with business context that DB schema cannot carry — enum value meanings, units (USD vs cents, ms vs sec), NULL semantics, magic sentinels (-1 = unknown), soft-delete default filters, business synonyms, time-grain / TZ conventions, cross-system identifiers, currency rules, canonical-table…

17k 4d ago A 347 tokens

genbi

05

Canner/WrenAI

Skill Claude CodeCodex

Turn a Wren project's context layer into a shareable, browser-side GenBI web app and deploy it to the user's Vercel or Cloudflare account. Orchestrates the full flow: wren genbi build returns a project-hydrated build instruction, the agent authors the app from scratch into apps/ /, then register → verify → deploy…

17k 4d ago A 140 tokens

generate-mdl

06

Canner/WrenAI

Skill Claude CodeCodex

Generate a Wren MDL project by exploring a database with available tools (SQLAlchemy, database drivers, MCP connectors, or raw SQL). Guides agents through schema discovery, type normalization, and MDL YAML generation using the wren CLI. Use when: user wants to create or set up a new MDL, onboard a new data source, or…

17k 4d ago A 82 tokens

onboarding

07

Canner/WrenAI

Skill Claude CodeCodex

Onboard a user to Wren Engine end-to-end. Walks through environment checks, project scaffolding, connection configuration via .env, and first query. Use when: user wants to install Wren Engine, set up a new data source connection, or bootstrap a new project from scratch. Triggers: '/wren-onboarding', 'install wren'…

17k 4d ago B 96 tokens

usage

08

Canner/WrenAI

Skill Claude CodeCodex

Wren Engine CLI workflow guide for AI agents. Answer data questions end-to-end using the wren CLI: gather schema context, recall past queries, write SQL through the MDL semantic layer, execute, and learn from confirmed results. Use when: user asks a data question, requests a report or analysis, asks about metrics…

17k 4d ago A 156 tokens

wren

09

Canner/WrenAI

Plugin Claude Code

Plugin marketplace listing 1 plugin: wren.

17k 4d ago A tokens not measured

wren

10

Canner/WrenAI

Plugin Claude Code

AI agent skills for Wren Engine CLI — semantic SQL layer for 22+ data sources.

17k 4d ago A tokens not measured

wren

11

Canner/WrenAI

Skill Claude CodeCodex

Wren CLI for AI agents — a semantic SQL layer over 22+ databases (Postgres, MySQL, BigQuery, Snowflake, Spark, …). The actual workflow guides live inside the wren CLI itself; this is just a discovery stub. Use whenever the user asks a data question (how many, show me, top N, compare, trend, breakdown, metric, revenue…

17k 4d ago A 315 tokens

wren-engine

12

Canner/wren-engine

Settings file Claude Code

Agent settings declaring 19 allowed tools.

663 3mo ago A tokens not measured original Apache-2.0 archived

Canner/wren-engine

Instructions file CodexOpenCode

Instructions for Canner/wren-engine: All project instructions live in .claude/CLAUDE.md. Please refer to that file for repository overview, build commands, architecture, and conventions.

663 3mo ago A 145 tokens copy · 94% Apache-2.0 archived

wren

14

Canner/wren-engine

Plugin Claude Code

Plugin marketplace listing 1 plugin: wren.

663 3mo ago A tokens not measured original Apache-2.0 archived

wren

15

Canner/wren-engine

Plugin Claude Code

AI agent skills for Wren Engine — semantic SQL layer and MCP server for 20+ data sources.

663 3mo ago A tokens not measured original Apache-2.0 archived

Canner/wren-engine

Skill Claude CodeCodex

Reference guide for Wren Engine connection info — explains required fields for all 18 supported data sources (PostgreSQL, MySQL, BigQuery, Snowflake, ClickHouse, Trino, DuckDB, Databricks, Spark, Athena, Redshift, Oracle, SQL Server, Apache Doris, S3, GCS, MinIO, local files). Covers sensitive field handling, Docker…

663 3mo ago A 113 tokens original Apache-2.0 archived

wren-generate-mdl

17

Canner/wren-engine

Skill Claude CodeCodex

Generate a Wren MDL manifest from a database using ibis-server metadata endpoints. Use when a user wants to create or set up a new Wren MDL, scaffold a manifest from an existing database, or onboard a new data source without installing any database drivers locally.

663 3mo ago A 61 tokens original Apache-2.0 archived

wren-http-api

18

Canner/wren-engine

Skill Claude CodeCodex

Interact with Wren Engine MCP server via plain HTTP JSON-RPC requests — no MCP client SDK required. Covers session initialization, tool discovery, and calling all 20+ Wren tools (query, deploy, metadata, health check) using standard HTTP POST with JSON-RPC 2.0 payloads. Use when the client cannot or prefers not to use…

663 3mo ago A 104 tokens original Apache-2.0 archived

wren-mcp-setup

19

Canner/wren-engine

Skill Claude CodeCodex

Set up Wren Engine MCP server via Docker and register it with an AI agent. Covers pulling the Docker image, running the container with docker run, mounting a workspace, configuring connection info via the Web UI (with Docker host hint), registering the MCP server in Claude Code (or other MCP clients) using…

663 3mo ago B 116 tokens original Apache-2.0 archived

wren-project

20

Canner/wren-engine

Skill Claude CodeCodex

Save, load, and build Wren MDL manifests as YAML project directories for version control. Use when a user wants to persist an MDL as human-readable YAML files, load a YAML project back into MDL JSON, or compile a YAML project to a deployable mdl.json file.

663 3mo ago A 62 tokens original Apache-2.0 archived

wren-quickstart

21

Canner/wren-engine

Skill Claude CodeCodex

End-to-end quickstart for Wren Engine — create a workspace, generate an MDL from a live database, save it as a versioned project, start the Wren MCP Docker container, and verify the setup with a health check. Trigger when a user wants to set up Wren Engine from scratch, onboard a new data source, or get started with…

663 3mo ago A 99 tokens original Apache-2.0 archived

wren-sql

22

Canner/wren-engine

Skill Claude CodeCodex

Write and correct SQL queries targeting Wren Engine — covers MDL query rules, filter strategies, data types (ARRAY, STRUCT, JSON/VARIANT), date/time functions, Calculated Fields, BigQuery dialect quirks, and error diagnosis. Use when generating or debugging SQL for any Wren Engine data source.

663 3mo ago A 68 tokens original Apache-2.0 archived

wren-usage

23

Canner/wren-engine

Skill Claude CodeCodex

Wren Engine — semantic SQL engine for AI agents. Query 22+ data sources (PostgreSQL, BigQuery, Snowflake, MySQL, ClickHouse, etc.) through a modeling layer (MDL). This skill is the main entry point: it guides setup, delegates to focused sub-skills for SQL authoring, MDL generation, project management, and MCP server…

663 3mo ago A 126 tokens original Apache-2.0 archived

wren

24

Canner/wren-engine

Plugin Claude Code

AI agent skills for Wren Engine CLI — semantic SQL layer for 22+ data sources.

663 3mo ago A tokens not measured original Apache-2.0 archived