← 返回 Skills 市场
AI Roast Linkedin Profile
作者
xuanyuzhou98
· GitHub ↗
· v1.0.1
· MIT-0
204
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install linkedin-profile-roast
功能描述
Scrapes a LinkedIn profile and generates a savage audio roast about being replaced by AI.
使用说明 (SKILL.md)
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":"..."}'
安全使用建议
This skill sends the LinkedIn profile URL (and whatever profile data the provider scrapes) to constants.io and returns roast text/audio; before installing, verify you trust constants.io and the 'constants-skills' npm package. Be aware of privacy and legal risks: scraping private or paywalled LinkedIn content may violate LinkedIn terms, and generating insulting or harassing content may have policy or legal consequences. Protect your CONSTANTS_API_KEY like any secret (avoid sharing it), and if you stop using the skill revoke the key. If you need tighter control over data, prefer a local tool or confirm the provider's data retention and privacy policy.
功能分析
Type: OpenClaw Skill
Name: linkedin-profile-roast
Version: 1.0.1
The skill is a straightforward integration for a hosted service (constants.io) designed to scrape LinkedIn profiles and generate AI-based audio roasts. It requires a standard API key (CONSTANTS_API_KEY) and utilizes a specific CLI tool (constants-skills) via npm. No evidence of malicious intent, data exfiltration, or prompt injection was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (scrape LinkedIn + generate roast audio) match the declared requirements: a constants-skills CLI and CONSTANTS_API_KEY to call Constants infrastructure. Requested artifacts and binaries align with using the Constants hosted tool.
Instruction Scope
Runtime instructions only call the Constants CLI or the constants.io REST API with the provided linkedinUrl; they do not ask the agent to read local files or unrelated env vars. Note: profile content and generated roast (text + audio) will be sent to and processed on constants.io, so user data is transmitted off-device.
Install Mechanism
No files are installed by the skill itself, but the SKILL.md recommends using the public npm package 'constants-skills' (npx). This is a standard install pattern; npm installs carry moderate risk compared with instruction-only skills because they pull third-party code, but the package and homepage point to the Constants project (expected for this purpose).
Credentials
Only CONSTANTS_API_KEY is required and declared as the primary credential; that is proportionate for a hosted service that runs the scrape and audio generation on the provider's infrastructure.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It uses normal autonomous invocation defaults. No unusual persistence or elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linkedin-profile-roast - 安装完成后,直接呼叫该 Skill 的名称或使用
/linkedin-profile-roast触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added homepage and repository links to the skill metadata.
- Updated installation instructions to use npx constants-skills and npm.
- Specified required environment variables, primary credential, and authentication steps.
- Updated internal metadata to reflect new dependencies and requirements.
v1.0.0
Major update: Skill is now "LinkedIn AI Roast Generator" with audio roast capability.
- Scrapes a LinkedIn profile and generates a savage AI-themed roast as audio and text.
- Added customizable roast intensity and voice options.
- Provides detailed setup instructions for Constants CLI and API usage.
- Output includes roast audio file, roast script, and profile name.
- HTTP API fallback instructions included for non-CLI usage.
元数据
常见问题
AI Roast Linkedin Profile 是什么?
Scrapes a LinkedIn profile and generates a savage audio roast about being replaced by AI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。
如何安装 AI Roast Linkedin Profile?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkedin-profile-roast」即可一键安装,无需额外配置。
AI Roast Linkedin Profile 是免费的吗?
是的,AI Roast Linkedin Profile 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI Roast Linkedin Profile 支持哪些平台?
AI Roast Linkedin Profile 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Roast Linkedin Profile?
由 xuanyuzhou98(@xuanyuzhou98)开发并维护,当前版本 v1.0.1。
推荐 Skills