← 返回 Skills 市场
lucassynnott

Supabase

作者 Lucas Synnott · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
9255
总下载
17
收藏
80
当前安装
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 give the agent administrator-level Supabase access. Prefer a restricted project/key or test database where possible, review every write/delete/raw-SQL action before running it, and do not use vector search with sensitive query 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 stated purpose matches the artifacts: the skill runs Supabase REST/RPC operations, CRUD commands, raw SQL, table inspection, and pgvector search. These are legitimate for a Supabase administration skill.
Instruction Scope
The instructions encourage raw SQL, schema changes, update, upsert, delete, and RPC calls using a service-role key, with only minimal guardrails such as requiring filters for update/delete and no explicit confirmation, dry run, allowlist, or read-only default.
Install Mechanism
The package contains a SKILL.md file and one shell wrapper script. No hidden installer, package postinstall hook, background service, or unrelated setup mechanism was found.
Credentials
SUPABASE_SERVICE_KEY is documented as required and gives full access that bypasses RLS. OPENAI_API_KEY is documented as optional for embeddings, and vector search sends the query text to OpenAI; this is purpose-related but important for privacy-sensitive deployments.
Persistence & Privilege
The skill does not create local persistence or privilege escalation, but it can persistently mutate or delete remote database data and schema through service-role Supabase access and raw SQL/RPC operations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install supabase
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /supabase 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Database operations, CRUD, vector similarity search with pgvector, table management
元数据
Slug supabase
版本 1.0.0
许可证
累计安装 310
当前安装数 80
历史版本数 1
常见问题

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 插件,目前累计下载 9255 次。

如何安装 Supabase?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install supabase」即可一键安装,无需额外配置。

Supabase 是免费的吗?

是的,Supabase 完全免费(开源免费),可自由下载、安装和使用。

Supabase 支持哪些平台?

Supabase 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Supabase?

由 Lucas Synnott(@lucassynnott)开发并维护,当前版本 v1.0.0。

💬 留言讨论