Install
openclaw skills install linkedin-profile-roastScrapes a LinkedIn profile and generates a savage audio roast about being replaced by AI.
openclaw skills install linkedin-profile-roastScrapes a LinkedIn profile and generates a savage audio roast about being replaced by AI.
Install the skill:
npx constants-skills install linkedin_ai_roast_generator_0edc9796
This tool requires a Constants API key. Get yours at https://www.constants.io/settings
export CONSTANTS_API_KEY="wk_your_key_here"
constants run linkedin_ai_roast_generator_0edc9796 linkedinUrl="..."
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)roastAudio (file): Generated roast audio file (MP3)roastText (string): The full roast script that was spokenprofileName (string): Name of the person roastedIf 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":"..."}'