Install
openclaw skills install supabase-toolGenerate Supabase API curl commands and SQL query helpers. Use when querying tables, counting rows, inserting records, checking database health, auditing RLS policies, or listing tables. No credentials stored — commands are generated for you to run.
openclaw skills install supabase-toolsupabase query, database health, count rows, insert record, rls policy, sql query, supabase table, postgresql
Query, inspect, and manage Supabase databases. Run SQL, count rows, insert records, check health, and audit RLS policies.
Run a raw SQL query.
bash scripts/script.sh query "SELECT COUNT(*) FROM skills WHERE is_ours=true"
Query a table with optional filters and limit.
bash scripts/script.sh select <table> [--limit N] [--filter col=eq.val]
Count rows — all tables or a specific one.
bash scripts/script.sh count
bash scripts/script.sh count skills
Insert a record into a table.
bash scripts/script.sh insert <table> '<json>'
Check API health and response time with row counts.
bash scripts/script.sh health
Audit RLS policy issues using Supabase Security Advisor.
bash scripts/script.sh rls
Show all available commands.
bash scripts/script.sh help
Powered by BytesAgain | bytesagain.com