qwen_agent/skills/developing/table-query/skill.yaml
2026-06-07 08:58:22 +08:00

26 lines
652 B
YAML

name: table-query
version: 1.0.0
description: Fast LLM-free table querying. Locate tables, fetch schema, author SQLite SQL, and run it with row-level citations.
author:
name: sparticle
email: support@gbase.ai
license: MIT
tags:
- table
- sql
- excel
- retrieval
- citation
runtime:
python: ">=3.7"
dependencies:
- requests
entry_point: scripts/table_query.py
commands:
search-tables:
description: Vector-locate relevant tables for a query
get-schemas:
description: Fetch CREATE TABLE schema + sample rows for given tables
run-sql:
description: Execute an authored SQLite plan and return CSV with __src citations