← Back to Skills Marketplace
Signup Lead
by
waqas-orcalo
· GitHub ↗
· v1.0.0
991
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install signup-lead
Description
Create a signup lead in AgenticCreed by submitting contact and personal details via their public HTTP API endpoint.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install signup-lead - After installation, invoke the skill by name or use
/signup-lead - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Signup Lead?
Create a signup lead in AgenticCreed by submitting contact and personal details via their public HTTP API endpoint. It is an AI Agent Skill for Claude Code / OpenClaw, with 991 downloads so far.
How do I install Signup Lead?
Run "/install signup-lead" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Signup Lead free?
Yes, Signup Lead is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Signup Lead support?
Signup Lead is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Signup Lead?
It is built and maintained by waqas-orcalo (@waqas-orcalo); the current version is v1.0.0.
More Skills