Claude Plugin
The Altertable Skills repository publishes a Claude Plugin that bundles Altertable-specific Skills and the Altertable MCP providing Claude with tools to explore data, query the lakehouse, build insights, and operate the platform.
Install in Claude Code
-
Add the plugin:
claude plugin marketplace add altertable-ai/skillsIn an interactive Claude Code session you can use the equivalent slash command, for example
/plugin marketplace add altertable-ai/skills. -
Install the plugin:
claude plugin install altertable@altertable-skillsOr open
/plugin, find Altertable under that marketplace, and install from the UI. -
Update the plugin when new skills are added:
claude plugin marketplace update altertable-skills
Install in Claude Desktop
Install in Claude Desktop is coming soon.
Router command: /altertable:ask
After the plugin is loaded, use the built-in router when you are unsure which skill applies:
/altertable:ask <your question>
| Example prompt | Typical routing |
|---|---|
/altertable:ask show me my web traffic | analyzing-web-traffic |
/altertable:ask what tables do I have? | exploring-data |
/altertable:ask analyze my signup funnel | analyzing-funnels |
/altertable:ask what is Altertable? | understanding-platform |
Skills included
Each skill lives under skills/<name>/ in the repo with a SKILL.md and optional references/, scripts/, and assets/. Current catalog:
Skill | Description |
|---|---|
analyzing-funnels | Creates and analyzes conversion funnels to understand user journeys |
analyzing-insights | Interprets chart data to identify patterns, anomalies, and trends |
analyzing-web-traffic | Analyzes web analytics data to identify traffic patterns |
building-segments | Creates user segments and cohorts using filters and dimensions |
configuring-watchers | Configures monitoring agents with intervals and targets |
creating-insights | Creates discoveries with insights through the approval workflow |
deciding-actions | Decision matrices for choosing insight types and discovery actions |
evaluating-skills | Evaluates and creates agent skills following best practices |
exploring-data | Explores data connections and schemas |
forecasting-timeseries | Analyzes time series data for trends, anomalies, and forecasts |
managing-discoveries | Manages the discovery approval workflow and user feedback |
querying-lakehouse | Writes and executes SQL queries against the DuckDB lakehouse |
tracking-events | Works with product analytics events and user identification |
understanding-platform | Explains platform concepts and architecture |
using-memory | Stores and retrieves agent memories for learning and context |
Related Reading
- Connecting Clients: Connect Claude or another MCP-compatible client to Altertable’s hosted MCP server
- Authentication: OAuth discovery and environment-scoped access for MCP
- Available Tools: MCP tool surface once connected
- altertable-ai/skills on GitHub (source, releases, MIT license)