← 返回 Skills 市场
waqas-orcalo

Signup Lead

作者 waqas-orcalo · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
991
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install signup-lead
功能描述
Create a signup lead in AgenticCreed by submitting contact and personal details via their public HTTP API endpoint.
安全使用建议
Before installing: 1) Verify the external endpoint (https://gateway.agenticcreed.ai) and the skill author are trustworthy — the homepage and owner metadata provide little context. 2) The skill sends personal data (address, DOB, phone) to a third party; confirm that you are allowed to share this data and understand retention/policy. 3) Provide an API key with least privilege and short lifetime; store AGENTICCREED_API_KEY securely. 4) Note the registry omitted the required env var — be sure the platform will supply AGENTICCREED_API_KEY and that you are not accidentally exposing other credentials. 5) If DOB or other sensitive fields are not necessary, avoid sending them. If you need higher assurance, request additional provenance (official docs, ownership, or TLS certificate checks) from the skill publisher before use.
功能分析
Type: OpenClaw Skill Name: signup-lead Version: 1.0.0 The skill is designed to create a signup lead by sending user-provided contact information to a specific external HTTP endpoint (https://gateway.agenticcreed.ai/signup-leads). All files (SKILL.md, SKILL.yaml) clearly state this purpose and the data being transmitted. The API key is securely read from an environment variable (AGENTICCREED_API_KEY), and there is no evidence of prompt injection, unauthorized data exfiltration, malicious execution, or obfuscation. The behavior is fully aligned with its stated purpose.
能力评估
Purpose & Capability
The SKILL.md and SKILL.yaml consistently describe creating a signup lead by POSTing lead fields to https://gateway.agenticcreed.ai/signup-leads with an x-api-key header. That matches the stated purpose. However, the registry metadata earlier listed 'Required env vars: none' while the skill clearly expects AGENTICCREED_API_KEY — an incoherence between declared requirements and the instruction files.
Instruction Scope
Runtime instructions only describe sending the provided lead fields (email, name, address, DOB, phone, etc.) to the external HTTP endpoint and require an API key. The instructions do not ask the agent to read unrelated files, credentials, or system state. Important note: the skill transmits sensitive personal data (PII) to a third‑party endpoint, so data‑handling and retention are relevant concerns.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so it does not download or install binaries. That minimizes code‑injection risks.
Credentials
Requesting a single service API key (AGENTICCREED_API_KEY) is proportionate to the task. The concern is that the registry metadata did not list this required environment variable while both SKILL.md and SKILL.yaml explicitly require it (x-api-key: {{env.AGENTICCREED_API_KEY}}). This mismatch could lead to confusion or accidental exposure if users are not warned. Also, the API key will authorize sending PII to a remote service — you should confirm the key's scope and lifecycle.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always:false) and does not modify other skills or system configuration. It uses normal autonomous invocation defaults only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install signup-lead
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /signup-lead 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Enables creation of signup leads via AgenticCreed API. - Sends contact details (email, name, phone, etc.) to the AgenticCreed signup-lead endpoint. - Supports parameters for key personal and contact information. - Requires the AGENTICCREED_API_KEY environment variable for authentication.
元数据
Slug signup-lead
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Signup Lead 是什么?

Create a signup lead in AgenticCreed by submitting contact and personal details via their public HTTP API endpoint. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 991 次。

如何安装 Signup Lead?

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

Signup Lead 是免费的吗?

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

Signup Lead 支持哪些平台?

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

谁开发了 Signup Lead?

由 waqas-orcalo(@waqas-orcalo)开发并维护,当前版本 v1.0.0。

💬 留言讨论