LinkedIn AI Roast Generator
Scrapes a LinkedIn profile and generates a savage audio roast about being replaced by AI.
Setup
Install the skill:
npx constants-skills install linkedin_ai_roast_generator_0edc9796
Authentication
This tool requires a Constants API key. Get yours at https://www.constants.io/settings
export CONSTANTS_API_KEY="wk_your_key_here"
Usage
constants run linkedin_ai_roast_generator_0edc9796 linkedinUrl="..."
Parameters
linkedinUrl(string, required): LinkedIn profile URL (e.g. https://www.linkedin.com/in/username)roastIntensity(string): How harsh the roast should be: mild, medium, or savage (default: savage)voice(string): Voice style for the audio — e.g. a deep male voice, sarcastic female voice, etc. (optional)
Output
roastAudio(file): Generated roast audio file (MP3)roastText(string): The full roast script that was spokenprofileName(string): Name of the person roasted
Notes
- Runs in an isolated sandbox on Constants infrastructure
HTTP Fallback
If the CLI is not available, call the REST API directly:
curl -X POST https://www.constants.io/api/v1/run/linkedin_ai_roast_generator_0edc9796 \
-H "Authorization: Bearer $CONSTANTS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"linkedinUrl":"..."}'