LaunchKit · 2026
Back to Skills

agenticcreed-signup-lead

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

0
859 downloads
by @waqas-orcalo

Setup & Installation

openclaw skills install @waqas-orcalo/agenticcreed-signup-lead

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

npx clawhub install agenticcreed-signup-lead

Version History

v1.0.1Feb 11, 2026 - Version note by skill developer:

- No changes detected in this version. - Functionality, configuration, and usage remain the same.

What This Skill Does

Creates a signup lead record in the AgenticCreed system by posting contact details to the AgenticCreed gateway API. Accepts fields like name, email, phone, WhatsApp number, job title, and dates.

Automates lead creation via a single API call instead of manual entry through a UI.

When to use it

  • Submitting a new contact from a web signup form into AgenticCreed
  • Adding a job applicant's details after an initial inquiry
  • Registering a conference attendee as a lead
  • Capturing inbound sales inquiry contact info
  • Enrolling a new hire into the system on their start date

Example Workflow

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

INPUT

User asks: Create a lead for Jane Doe, jane.doe@example.com, job title Marketing Manager, phone +1-555-0199

AGENT
  1. 1Extract email, firstName, lastName, jobTitle, and phoneNumber from the request
  2. 2Set Authorization header using AGENTICCREED_API_KEY
  3. 3POST the contact payload to https://gateway.agenticcreed.ai/signup-leads
  4. 4Return the API response confirming the lead was created
OUTPUT

Lead record for Jane Doe created in AgenticCreed with the provided contact details

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