← 返回 Skills 市场
lead-generating
作者
big-roman123
· GitHub ↗
· v1.0.0
2782
总下载
4
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sales-bot
功能描述
Automate lead capture and tracking with Supabase storage and Make.com email workflows, managing conversations from new to qualified status.
安全使用建议
This skill appears to do what it says (lead capture, storing conversations, triggering automations) but it asks you to provide a Supabase Service Role Key — a full-access credential that bypasses Supabase row-level security and can read/write any table. Before installing, consider:
- Avoid giving the agent the Service Role Key unless the skill runs in a trusted, server-side environment you control. Prefer using an Anon/public key with properly configured RLS policies, or a narrowly scoped server-side token that only allows the required inserts/queries.
- Ask the skill author why the Service Role Key is required and whether the skill can work with RLS or a restricted API key.
- Verify where the key will be stored by your platform (is it encrypted/secret-scoped?) and whether the agent runtime could leak it to logs or remote endpoints.
- Review and/or run the code in a staging environment to confirm the skill only accesses the declared Supabase tables and does not call unexpected external endpoints. There are references to Make.com/Resend in docs, but no hardcoded webhook URLs in the code — you will need to configure those automations yourself.
- Rotate the key after testing and monitor Supabase logs for unexpected queries.
If you cannot host the skill in a trusted server-side environment or cannot supply a narrowly scoped credential, treat this skill as unsafe to run with a Service Role Key.
功能分析
Type: OpenClaw Skill
Name: sales-bot
Version: 1.0.0
The skill is designed for lead management using Supabase and Make.com. It requires a Supabase Service Role Key, which grants full database access, but this is explicitly stated in `SKILL.md` and `skill.json` and is necessary for the skill's stated purpose. The `src/api.ts` code exclusively interacts with the configured Supabase instance for CRUD operations on lead and conversation data, consistently applying `org_id` filters for multi-tenancy. There is no evidence of data exfiltration to unauthorized endpoints, arbitrary command execution, persistence mechanisms, or prompt injection attempts against the agent to perform actions beyond its declared functionality. The `lead.delete` capability is present but is a standard CRUD operation for a lead management system.
能力评估
Purpose & Capability
Name, README, SKILL.md, skill.json and the TypeScript code all implement lead capture, conversation logging, status updates and automation checks against a Supabase backend. The claimed capabilities align with the code and schemas.
Instruction Scope
Runtime instructions ask operators to use the Supabase Service Role Key (SKILL.md / README) which grants full DB privileges and bypasses row-level security — broader scope than a typical per-org agent integration needs. Otherwise instructions stay within lead/automation scope and do not request arbitrary file or system reads.
Install Mechanism
This is an instruction-only skill with a code file and package.json. There is no download-from-arbitrary-URL or installer; standard npm dependency (@supabase/supabase-js) is declared. No extract-from-URL installs or suspicious binaries were found.
Credentials
The skill requires Supabase connection info (supabaseUrl, supabaseKey, orgId) in its config. The SKILL.md and README explicitly instruct using the Service Role Key rather than an anon key — that key is a full-access secret (SECRET-like) and is disproportionate compared to the function (which could be implemented with anon key + RLS or a limited server-side token).
Persistence & Privilege
The skill is not always-enabled, does not request system-wide config changes, and its hooks are simple echo statements. It does not declare elevated platform privileges beyond normal runtime execution.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sales-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/sales-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Lead Inbox Automator – Initial Release
- Capture and store leads in a centralized Supabase database.
- Automatically trigger Make.com webhooks for instant email responses.
- Track lead status and conversation history from "new" to "qualified."
- Full CRUD actions: create, retrieve, update, and list leads.
- Manual note/reply logging and automation status checking included.
- Includes error handling for duplicates, email format, and automation status.
元数据
常见问题
lead-generating 是什么?
Automate lead capture and tracking with Supabase storage and Make.com email workflows, managing conversations from new to qualified status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2782 次。
如何安装 lead-generating?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sales-bot」即可一键安装,无需额外配置。
lead-generating 是免费的吗?
是的,lead-generating 完全免费(开源免费),可自由下载、安装和使用。
lead-generating 支持哪些平台?
lead-generating 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 lead-generating?
由 big-roman123(@big-roman123)开发并维护,当前版本 v1.0.0。
推荐 Skills