# Signup Lead

> signup_lead

- Skill: `javimosch/signup-lead` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/signup-lead`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/signup-lead/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/signup-lead

---

# 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.

