Install
$ agentstack add skill-altertable-ai-skills-ask ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Altertable Ask
Central entry point for Altertable skills. Every Altertable task starts here. Match the user query to the best available skill and hand off.
Procedure
- Read the user's query.
- If using Altertable MCP tools, call
initializebefore any other Altertable tool so organization, environment, and knowledge context are correct. - Match the query against the routing table below, then apply the rules.
- Activate the matched skill in your harness, passing the original query through so the matched skill has full context.
- If the query is Altertable-related but no skill matches with confidence, use
understanding-platformto orient the user.
For data questions, route to exploring-data when schema is unclear; otherwise route to querying-lakehouse.
Routing Table
| Skill | When to route | |-------|---------------| | exploring-data | Discover what data exists: catalogs, schemas, tables, columns, semantic models | | querying-lakehouse | Answer questions that require querying lakehouse data using SQL | | analyzing-funnels | Build or analyze a step-by-step conversion flow (drop-off between ordered events) | | analyzing-web-traffic | Web analytics: pageviews, sessions, traffic sources, UTM, device, country breakdowns | | analyzing-insights | Interpret an existing Insight or visualization the user is looking at | | building-segments | Define or compare user cohorts by properties (not step-based) | | forecasting-timeseries | Project future metric values or detect whether a change is within normal range | | tracking-events | Work with tracked product analytics events, identities, or traits (querying or advising on instrumentation) | | creating-insights | Create a new Insight that will be saved and visible to users | | creating-discoveries | Create a discovery from a meaningful finding that should notify users and enter review | | deciding-actions | Decide which insight or task type to use, or whether to create / update / skip a discovery | | managing-discoveries | Review, approve, or reject existing discoveries and process user feedback on them | | configuring-tasks | Set up a scheduled AI task (anomaly detection, forecast, monitor) that runs on a cron | | using-memory | Search or create agent memories; create organization knowledge only when the user explicitly asks | | evaluating-skills | Review or author agent skills themselves (skill structure, spec, quality) | | understanding-platform | Explain Altertable concepts, architecture, or how agents work |
When a skill is added, renamed, or removed from this repository, update this table in the same change.
Routing Rules
- Single best match: pick one skill. Do not fan out.
- Prefer the narrower skill: when two skills could match, prefer the more specific one.
- Data-first when intent is vague: if the user wants to analyze data but does not specify how, start with
exploring-data. - Fallback for unknown queries: if nothing matches with confidence, route to
understanding-platform. - Pass context through: hand the original query to the matched skill.
- Never invent a skill: only invoke skills that are actually installed.
- Clarify before routing: if the query could reasonably mean different things, propose the most likely directions and let the user choose.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: altertable-ai
- Source: altertable-ai/skills
- License: MIT
- Homepage: https://altertable.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.