/trino
Execute SQL queries against the Trino data warehouse directly from Claude Code.
Usage
/trino
No arguments required. When invoked, Claude will connect to the Trino cluster and execute SQL queries on your behalf using the tqds library.
What It Does
Connects to the Trino data warehouse using the project's Python environment and runs SQL queries via pandas.read_sql. Results are returned as DataFrames for inline analysis.
Inputs
- A SQL query (provided in conversation after invoking the skill)
Outputs
- Query results displayed as a pandas DataFrame