← Back to Skills Marketplace
waqas-orcalo

AgenticCreed SignUP Lead

by waqas-orcalo · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1124
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install agenticcreed-signup-lead
Description
Create a new signup lead in AgenticCreed by submitting contact and personal details via the public HTTP API endpoint.
README (SKILL.md)

signup_lead

Create a signup lead in the AgenticCreed system using the public HTTP endpoint.

This skill sends lead details (email, name, contact info, etc.) to https://gateway.agenticcreed.ai/signup-leads.

Usage

Use this skill when you need to create a new signup lead with contact information.

Parameters

  • email: Email address (required)
  • firstName: First name (required)
  • lastName: Last name (required)
  • address: Physical address
  • dateOfBirth: Date of birth (ISO format)
  • phoneNumber: Phone number
  • whatsAppNumber: WhatsApp number
  • jobTitle: Job title
  • dateOfJoining: Date of joining (ISO format)

Configuration

Set the AGENTICCREED_API_KEY environment variable before using this skill.

Usage Guidance
Before installing or using this skill: 1) Verify the endpoint and owner — ask for a homepage, documentation, or company identity for gateway.agenticcreed.ai. 2) Only provide an API key that is scoped/minimal (restrict permissions, set expiry) and avoid using high-privilege keys. 3) Be aware the skill will send personal data (email, address, date of birth, phone) to an external service — confirm its privacy and retention policies. 4) Fix the metadata discrepancy: ensure the registry entry declares AGENTICCREED_API_KEY as a required credential so automated tooling can surface that secret requirement. 5) Test with non-sensitive or dummy data first and rotate the API key if you later remove the skill or suspect misuse.
Capability Analysis
Type: OpenClaw Skill Name: agenticcreed-signup-lead Version: 1.0.1 The skill is designed to create a signup lead by sending specified contact information to a declared HTTP endpoint (https://gateway.agenticcreed.ai/signup-leads). It uses an API key from an environment variable, which is standard practice. All actions are transparently defined in SKILL.md and SKILL.yaml, aligning with the stated purpose without any evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
SKILL.md and SKILL.yaml clearly describe a lead-creation HTTP POST to https://gateway.agenticcreed.ai/signup-leads and expect an AGENTICCREED_API_KEY. However the registry metadata at the top lists no required env vars or primary credential. The runtime behavior (sending leads to that endpoint) is coherent with the skill name, but the metadata omission is an inconsistency that could mislead automated permission checks.
Instruction Scope
Instructions are narrowly scoped to sending lead fields (email, name, address, DOB, phone, etc.) to the stated endpoint and mapping the JSON response. This is consistent with the stated function, but it will transmit personal data (PII) to an external endpoint; the skill provides no homepage, owner info beyond an opaque owner ID, or privacy/policy details to evaluate whether that data handling is acceptable.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal on-disk risk. No downloads or build steps are present.
Credentials
The SKILL.md and SKILL.yaml require AGENTICCREED_API_KEY (x-api-key header), which is a single API credential appropriate for the integration. However the registry metadata incorrectly lists 'Required env vars: none' and 'Primary credential: none', creating a mismatch between declared requirements and actual runtime needs. That mismatch is a governance/privacy concern and could cause secrets to be omitted or mismanaged.
Persistence & Privilege
The skill does not request always:true or any elevated persistence. It is user-invocable and allows autonomous invocation (platform default), which is expected for skills of this type.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agenticcreed-signup-lead
  3. After installation, invoke the skill by name or use /agenticcreed-signup-lead
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No changes detected in this version. - Functionality, configuration, and usage remain the same.
v1.0.0
Initial release. - Create signup leads in the AgenticCreed system via public HTTP endpoint. - Collects contact details including email, name, and optional fields such as address and phone. - Requires setting the AGENTICCREED_API_KEY environment variable for use.
Metadata
Slug agenticcreed-signup-lead
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is AgenticCreed SignUP Lead?

Create a new signup lead in AgenticCreed by submitting contact and personal details via the public HTTP API endpoint. It is an AI Agent Skill for Claude Code / OpenClaw, with 1124 downloads so far.

How do I install AgenticCreed SignUP Lead?

Run "/install agenticcreed-signup-lead" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AgenticCreed SignUP Lead free?

Yes, AgenticCreed SignUP Lead is completely free (open-source). You can download, install and use it at no cost.

Which platforms does AgenticCreed SignUP Lead support?

AgenticCreed SignUP Lead is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AgenticCreed SignUP Lead?

It is built and maintained by waqas-orcalo (@waqas-orcalo); the current version is v1.0.1.

💬 Comments