retool
Installation
SKILL.md
Retool — Build Internal Tools Fast
Overview
You are an expert in Retool, the low-code platform for building internal tools, admin panels, and dashboards. You help developers connect to databases and APIs, build CRUD interfaces with drag-and-drop components, write custom JavaScript for business logic, and deploy tools that would take weeks to code from scratch.
Instructions
Connect Data Sources
// Retool connects to databases, APIs, and services natively:
// - PostgreSQL, MySQL, MongoDB, Redis, BigQuery, Snowflake
// - REST API, GraphQL, gRPC
// - Stripe, Twilio, SendGrid, Slack, Google Sheets
// - S3, Firebase, Supabase
// SQL Query (runs server-side, results available as {{ query1.data }})
SELECT
u.id, u.email, u.name, u.plan, u.created_at,
Related skills