LaunchKit · 2026
Back to Skills

signup-lead

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

0
777 downloads
by @waqas-orcalo

Setup & Installation

openclaw skills install @waqas-orcalo/signup-lead

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install signup-lead

What This Skill Does

Creates a signup lead record in the AgenticCreed system by posting contact details to its public HTTP endpoint. Accepts fields including email, name, phone number, WhatsApp number, job title, date of birth, and address.

When to use it

  • Registering a new sales prospect in AgenticCreed
  • Capturing a webinar or event signup with full contact details
  • Logging a conference attendee as a lead
  • Adding a new hire's onboarding contact record
  • Submitting a customer inquiry with phone and address info

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a signup lead for Jane Smith, jane@example.com, phone +1-555-0199, job title Marketing Director

AGENT
  1. 1Extracts email, firstName, lastName, phoneNumber, and jobTitle from the request
  2. 2Reads AGENTICCREED_API_KEY from environment variables
  3. 3Sends a POST request to https://gateway.agenticcreed.ai/signup-leads with the provided fields
  4. 4Returns the API response confirming the created lead
OUTPUT

New signup lead created for Jane Smith (jane@example.com) in AgenticCreed

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AGENTICCREED_API_KEY environment variable