Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Create a signup lead for Jane Smith, jane@example.com, phone +1-555-0199, job title Marketing Director
- 1Extracts email, firstName, lastName, phoneNumber, and jobTitle from the request
- 2Reads AGENTICCREED_API_KEY from environment variables
- 3Sends a POST request to https://gateway.agenticcreed.ai/signup-leads with the provided fields
- 4Returns the API response confirming the created lead
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.