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

Preset Sqllab

skill-preset-io-agent-skills-preset-sqllab · by preset-io

Inspect Preset SQL Lab bootstrap, query history, saved queries, result/export routing, query control, and SQL execution routing through direct Superset API calls. Use only for direct API workflows; Do not use for MCP-only work.

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

Install

$ agentstack add skill-preset-io-agent-skills-preset-sqllab

✓ 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-preset-io-agent-skills-preset-sqllab)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo 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 Preset Sqllab? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

preset-sqllab

Use for SQL Lab capability and query metadata workflows in a resolved Preset workspace.

Always

  • Auth and conventions come from preset-api (JWT exchange, base URLs, Rison); resolve the workspace hostname through the Management API when it is not already known. Consult preset-superset only when permissions drift matters.
  • Run SQL Lab bootstrap/capability metadata reads directly.
  • Run the user's own query history and saved-query reads directly when they asked in their own message AND current-user/owner filtering is applied before SQL-bearing fields are fetched (default page 25 records, hard cap 100 without explicit confirmation). If an endpoint returns SQL text before ownership is proven, keep the read confirmation-gated as SQL-text disclosure.
  • Route execution, result retrieval/export, query stop, saved-query mutation, and permalinks to preset-sql-execution.

Decision Rules

  • Distinguish query history metadata from SQL text, result retrieval, and execution to pick the right endpoint and filters.
  • Other users' history or SQL text, and any history read where owner filtering cannot be applied first, require confirmation.
  • Route saved query, history, result, stop, permalink, and execution requests separately.
  • Avoid SQL execution from this skill.

Workflow Order

  1. Inspect SQL Lab bootstrap state.
  2. Route history, saved query, result, stop, permalink, and execution request.
  3. Fetch owner-filtered history or saved queries the user asked for with parameterized page limits.
  4. Confirm before unowned SQL-text reads; route execution-family operations to preset-sql-execution.

Retrieve

  • Combined SQL Lab routing and approval essentials: [references/routing-essentials.md](references/routing-essentials.md)
  • SQL Lab availability, database options, UI defaults: [references/sqllab-bootstrap.md](references/sqllab-bootstrap.md)
  • Query history reads and SQL text exposure: [references/query-history.md](references/query-history.md)
  • Saved query reads, mutations, permalinks: [references/saved-queries.md](references/saved-queries.md)
  • SQL execution routing: [references/sql-execution.md](references/sql-execution.md)
  • Result retrieval and exports: [references/query-results-and-exports.md](references/query-results-and-exports.md)
  • Query stop/cancel: [references/query-control.md](references/query-control.md)

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.