← Back to Skills Marketplace
257
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install supabase-api
Description
Supabase API integration with managed authentication. Access database tables via PostgREST, manage auth users, and handle storage buckets. Use this skill whe...
Usage Guidance
This skill delegates Supabase access through Maton (gateway.maton.ai / ctrl.maton.ai) and requires your MATON_API_KEY. Before installing, confirm you trust Maton with access to any Supabase projects you connect and that the MATON_API_KEY has least-privilege (limited scope/expiry) where possible. Review Maton's privacy/security docs and consider creating a limited gateway connection or dedicated service account rather than using a broad personal key. Because this is an instruction-only skill, the agent will make network calls to Maton with that key—treat the key like a password and rotate/revoke it if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill
Name: supabase-api
Version: 1.0.0
The skill bundle provides a standard integration for interacting with Supabase services through a managed gateway (gateway.maton.ai). The code snippets and instructions in SKILL.md are well-documented examples for database queries, authentication management, and storage operations using the required MATON_API_KEY. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or prompt injection attacks was found.
Capability Assessment
Purpose & Capability
The skill exposes Supabase PostgREST, auth, and storage via a Maton gateway. The only declared requirement is MATON_API_KEY, which is appropriate for a gateway-based integration.
Instruction Scope
SKILL.md contains concrete HTTP examples that call the Maton gateway and control endpoints; it does not instruct the agent to read unrelated local files, other environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec or code files — instruction-only. Nothing is downloaded or written to disk by an installer.
Credentials
Only one environment variable (MATON_API_KEY) is required and is justified by the gateway authentication described in the docs. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not forced-always and uses normal, user-invocable/autonomous invocation defaults. It does not request system-wide persistence or modify other skills' settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install supabase-api - After installation, invoke the skill by name or use
/supabase-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Supabase API integration.
- Enables managed authentication and access to Supabase database tables, auth users, and storage buckets via the Maton Gateway.
- Provides API reference for querying tables, managing users, and using storage.
- Includes connection management and usage examples with required environment variable (MATON_API_KEY).
- Documentation for common operations with sample Python code and endpoint details.
Metadata
Frequently Asked Questions
What is Supabase?
Supabase API integration with managed authentication. Access database tables via PostgREST, manage auth users, and handle storage buckets. Use this skill whe... It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.
How do I install Supabase?
Run "/install supabase-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Supabase free?
Yes, Supabase is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Supabase support?
Supabase is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Supabase?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.
More Skills