diff --git a/skills/.claude-plugin/marketplace.json b/skills/.claude-plugin/marketplace.json index 62aac87a1..dace14c87 100644 --- a/skills/.claude-plugin/marketplace.json +++ b/skills/.claude-plugin/marketplace.json @@ -1,43 +1,21 @@ { - "name": "wren", + "name": "wrenai", "owner": { - "name": "Canner", - "email": "dev@cannerdata.com" + "name": "Wren AI", + "email": "contact@getwren.ai" }, "metadata": { - "description": "Wren Engine skills — semantic SQL, MDL management, MCP server setup for 20+ data sources" + "description": "GenBI (Generative BI) queries any database in natural language, generates accurate SQL, charts, and AI-powered business intelligence in seconds." }, "plugins": [ { - "name": "wren", - "source": ".", - "description": "AI agent skills for Wren Engine — semantic SQL layer and MCP server for 20+ data sources.", + "name": "wren-engine", + "source": "./", + "description": "The open context engine for AI agents. Open-source. 15+ data sources. MCP-native. Built on Rust and Apache DataFusion.", "version": "1.0.0", - "keywords": [ - "wren", - "sql", - "mdl", - "mcp", - "semantic-layer", - "docker", - "amazon-s3", - "apache-spark", - "apache-doris", - "athena", - "bigquery", - "clickhouse", - "databricks", - "duckdb", - "google-cloud-storage", - "minio", - "mysql", - "oracle", - "postgres", - "redshift", - "sql-server", - "snowflake", - "trino" - ] + "author": { + "name": "Wren AI Team" + } } ] } diff --git a/skills/.claude-plugin/plugin.json b/skills/.claude-plugin/plugin.json index 178ce0252..8b419df06 100644 --- a/skills/.claude-plugin/plugin.json +++ b/skills/.claude-plugin/plugin.json @@ -1,22 +1,26 @@ { - "name": "wren", - "description": "AI agent skills for Wren Engine — semantic SQL layer and MCP server for 20+ data sources.", + "name": "wren-engine", + "description": "The open context engine for AI agents. Open-source. 15+ data sources. MCP-native. Built on Rust and Apache DataFusion.", "version": "1.0.0", "author": { - "name": "Canner", + "name": "Wren AI Team", "url": "https://www.getwren.ai/" }, - "homepage": "https://www.getwren.ai/", + "homepage": "https://github.com/Canner/wren-engine", "repository": "https://github.com/Canner/wren-engine", "license": "Apache-2.0", "keywords": [ - "wren", + "wrenai", "sql", "mdl", "mcp", + "rust", + "data-fusion", "semantic-layer", - "data-source", - "docker", + "context-engine", + "context-layer", + "genbi", + "business intelligence", "amazon-s3", "apache-spark", "apache-doris", diff --git a/skills/README.md b/skills/README.md index ea2a263fe..6db967a37 100644 --- a/skills/README.md +++ b/skills/README.md @@ -9,7 +9,7 @@ This directory contains reusable AI agent skills for working with Wren Engine. S Add the marketplace and install: ``` /plugin marketplace add Canner/wren-engine --path skills -/plugin install wren@wren +/plugin install wrenai@wren-engine ``` Or test locally during development: @@ -17,7 +17,7 @@ Or test locally during development: claude --plugin-dir ./skills ``` -Skills are namespaced as `/wren:` (e.g., `/wren:generate-mdl`, `/wren:wren-sql`). +Skills are namespaced as `/wren-engine:` (e.g., `/wren-engine:generate-mdl`, `/wren-engine:wren-sql`). ### Option 2 — npx skills