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.
1---2name: signup-lead3description: signup_lead4---5# signup_lead67Create a signup lead in the AgenticCreed system using the public HTTP endpoint.89This skill sends lead details (email, name, contact info, etc.) to https://gateway.agenticcreed.ai/signup-leads.1011## Usage1213Use this skill when you need to create a new signup lead with contact information.1415## Parameters1617- `email`: Email address (required)18- `firstName`: First name (required)19- `lastName`: Last name (required)20- `address`: Physical address21- `dateOfBirth`: Date of birth (ISO format)22- `phoneNumber`: Phone number23- `whatsAppNumber`: WhatsApp number24- `jobTitle`: Job title25- `dateOfJoining`: Date of joining (ISO format)2627## Configuration2829Set the `AGENTICCREED_API_KEY` environment variable before using this skill.
Run npx skillmds@latest add javimosch/signup-lead in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
signup_lead It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.