AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ask

skill-altertable-ai-skills-ask · by altertable-ai

Routes user queries to the best-fit Altertable skill. Use when unsure which Altertable skill applies to a request.

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-altertable-ai-skills-ask

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-altertable-ai-skills-ask)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Ask? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Read the user's query.
  2. If using Altertable MCP tools, call initialize before any other Altertable tool so organization, environment, and knowledge context are correct.
  3. Match the query against the routing table below, then apply the rules.
  4. Activate the matched skill in your harness, passing the original query through so the matched skill has full context.
  5. If the query is Altertable-related but no skill matches with confidence, use understanding-platform to 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

  1. Single best match: pick one skill. Do not fan out.
  2. Prefer the narrower skill: when two skills could match, prefer the more specific one.
  3. Data-first when intent is vague: if the user wants to analyze data but does not specify how, start with exploring-data.
  4. Fallback for unknown queries: if nothing matches with confidence, route to understanding-platform.
  5. Pass context through: hand the original query to the matched skill.
  6. Never invent a skill: only invoke skills that are actually installed.
  7. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.