← 返回 Skills 市场
Supabase
作者
Lucas Synnott
· GitHub ↗
· v1.0.0
10322
总下载
17
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install supabase
功能描述
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
安全使用建议
Install only if you intend to let the agent operate with administrator-level Supabase access. Prefer a test project or restricted credentials where possible, review every write/delete/raw-SQL action before it runs, and avoid vector-search queries containing secrets, customer data, or proprietary text unless sending that text to OpenAI is acceptable.
功能分析
Type: OpenClaw Skill
Name: supabase
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for Supabase is classified as benign. The skill's purpose is to interact with Supabase, which inherently requires access to sensitive environment variables like `SUPABASE_SERVICE_KEY` (full access) and `OPENAI_API_KEY` for vector search. The `SKILL.md` documentation clearly outlines these requirements and the commands, without any prompt injection attempts against the agent. The `scripts/supabase.sh` script uses `curl` to interact with Supabase and OpenAI, properly escaping all user-provided input (e.g., SQL queries, JSON data) using `jq -Rs .` to prevent shell injection vulnerabilities. All network calls are directed to the specified Supabase URL and the OpenAI API, aligning with the stated functionality without evidence of data exfiltration to unauthorized endpoints or other malicious activities.
能力评估
Purpose & Capability
The artifacts coherently implement the stated Supabase purpose: SQL/RPC calls, CRUD, table inspection, and pgvector-style vector search. These capabilities are expected for a Supabase administration skill, but they are high-impact.
Instruction Scope
The skill documents raw SQL, schema creation, insert, update, upsert, delete, and RPC commands, and its trigger text covers broad database/vector/embedding requests. Update and delete require filters, but there is no explicit confirmation, read-only mode, dry run, or strong scoping for destructive or schema-changing operations.
Install Mechanism
The package contains a markdown skill file and one shell script. I found no hidden installer, background service, postinstall behavior, obfuscation, or unrelated setup mechanism.
Credentials
The required SUPABASE_SERVICE_KEY is documented as a full-access service role key that bypasses RLS, which is powerful but consistent with the admin operations. OPENAI_API_KEY is documented for embeddings, and vector-search sends query text to the OpenAI embeddings endpoint, which is purpose-related but privacy-sensitive.
Persistence & Privilege
The skill does not create local persistence or privilege escalation, but it can persistently modify or delete remote Supabase data and schema through service-role credentials and raw SQL/RPC access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install supabase - 安装完成后,直接呼叫该 Skill 的名称或使用
/supabase触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Database operations, CRUD, vector similarity search with pgvector, table management
元数据
常见问题
Supabase 是什么?
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 10322 次。
如何安装 Supabase?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install supabase」即可一键安装,无需额外配置。
Supabase 是免费的吗?
是的,Supabase 完全免费(开源免费),可自由下载、安装和使用。
Supabase 支持哪些平台?
Supabase 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Supabase?
由 Lucas Synnott(@lucassynnott)开发并维护,当前版本 v1.0.0。
推荐 Skills