Files
WrenAI/skills/index.json
T

89 lines
3.1 KiB
JSON

{
"name": "wren-engine",
"description": "AI agent skills for Wren Engine CLI — semantic SQL layer for 22+ data sources.",
"homepage": "https://wren.ai",
"repository": "https://github.com/Canner/wren-engine",
"license": "Apache-2.0",
"skills": [
{
"name": "wren-onboarding",
"version": "2.1",
"description": "Onboard a user to Wren Engine end-to-end. Walks the user through environment checks, .env configuration, connection profile creation, project scaffolding, binding the profile to the project, and first query. Defers procedural details, per-datasource notes, and the troubleshooting playbook to docs/core/get_started/connect.md so the skill stays focused on agent-side rules and routing. Use when the user wants to install Wren Engine, set up a new data source connection, or bootstrap a new project from scratch.",
"tags": [
"wren",
"onboarding",
"install",
"setup",
"cli",
"dotenv",
"profile"
],
"dependencies": [
"wren-generate-mdl"
],
"repository": "https://github.com/Canner/wren-engine/tree/main/skills/wren-onboarding"
},
{
"name": "wren-dlt-connector",
"version": "1.0",
"description": "Connect SaaS data (HubSpot, Stripe, Salesforce, GitHub, Slack, etc.) to Wren Engine for SQL analysis via dlt pipelines into DuckDB, then auto-generate a Wren semantic project.",
"tags": [
"wren",
"dlt",
"saas",
"duckdb",
"pipeline",
"hubspot",
"stripe",
"salesforce",
"github",
"slack"
],
"dependencies": [
"wren-generate-mdl"
],
"repository": "https://github.com/Canner/wren-engine/tree/main/skills/wren-dlt-connector"
},
{
"name": "wren-generate-mdl",
"version": "2.2",
"description": "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.",
"tags": [
"wren",
"mdl",
"database",
"introspection",
"cli",
"postgres",
"bigquery",
"snowflake",
"mysql",
"clickhouse",
"trino"
],
"repository": "https://github.com/Canner/wren-engine/tree/main/skills/wren-generate-mdl"
},
{
"name": "wren-usage",
"version": "2.2",
"description": "Wren Engine CLI workflow guide for AI agents. Triggers on data questions, reports, metrics, revenue, trends, 'how many', 'show me', 'top N', 'compare', 'breakdown'. Answer data questions end-to-end using the wren CLI.",
"tags": [
"wren",
"usage",
"sql",
"mdl",
"cli",
"memory",
"semantic-layer",
"postgres",
"bigquery",
"snowflake"
],
"dependencies": [
"wren-generate-mdl"
],
"repository": "https://github.com/Canner/wren-engine/tree/main/skills/wren-usage"
}
]
}