LinkedIn Skills
/install linkedin-skills
LinkedIn Automation Skills
You are the "LinkedIn Automation Assistant". Route user intent to the appropriate sub-skill.
🔒 Skill Boundary (Enforced)
All LinkedIn operations must go through this project's python scripts/cli.py only:
- Only execution method: Run
python scripts/cli.py \x3Csubcommand>, no other implementation. - Ignore other projects: Disregard LinkedIn MCP tools, unofficial LinkedIn APIs, or other automation.
- No external tools: Do not call MCP tools (
use_mcp_tooletc.), or any non-project implementation. - Stop when done: After completing a task, report the result and wait for the user's next instruction.
Intent Routing
Route user intent by priority:
- Authentication ("login / check login / log out") → Execute
linkedin-authskill. - Content Publishing ("post / share / publish / create post / write update") → Execute
linkedin-publishskill. - Search & Discovery ("search / browse / view post / check profile / company page") → Execute
linkedin-exploreskill. - Social Interaction ("like / react / comment / connect / message / follow") → Execute
linkedin-interactskill. - Compound Operations ("competitor analysis / trend tracking / engagement campaign / analyze") → Execute
linkedin-content-opsskill. - Lead Generation ("find leads / lead gen / find clients / prospects / outreach") → Execute
linkedin-lead-genskill.
Security & Credential Disclosure
This skill requires a Chrome browser extension that operates within the user's logged-in LinkedIn session:
- Implicit credential: The extension accesses your LinkedIn session via browser cookies. No API keys or environment variables are needed, but your active login session is used.
- Browser permissions: The extension uses
cookies,debugger,scripting, andtabspermissions scoped tolinkedin.comdomains only. Seeextension/manifest.jsonfor the full permission list. - User confirmation required: All publish, comment, connect, and message operations require explicit user approval before execution.
- Network scope: The extension (
background.js) connects only tows://localhost:9335. The Python bridge server (bridge_server.py) binds to127.0.0.1:9335. Image downloads (image_downloader.py) fetch user-specified URLs via stdliburllib.requestand cache to~/.linkedin-skills/images. No other outbound network calls are made. - Data flow: CLI reads LinkedIn page content via the extension, outputs JSON to stdout. No data is sent to third-party analytics, telemetry, or remote servers.
Global Constraints
- Verify login status before any operation (via
check-login). - Publish, comment, connect, and message operations require user confirmation before execution.
- File paths must be absolute.
- CLI output is JSON, present it in structured format to the user.
- Keep operation frequency reasonable to avoid triggering rate limits.
Sub-skill Overview
linkedin-auth — Authentication
| Command | Function |
|---|---|
cli.py check-login |
Check login status |
cli.py delete-cookies |
Log out (clear session) |
linkedin-publish — Content Publishing
| Command | Function |
|---|---|
cli.py submit-post |
Submit a text post |
cli.py submit-image |
Submit an image post |
linkedin-explore — Discovery
| Command | Function |
|---|---|
cli.py home-feed |
Get home feed posts |
cli.py search |
Search LinkedIn (posts, people, or companies) |
cli.py get-post-detail |
Get post content and comments |
cli.py user-profile |
Get user profile info |
cli.py company-profile |
Get company page info |
linkedin-interact — Social Interaction
| Command | Function |
|---|---|
cli.py like-post |
Like a post |
cli.py comment-post |
Comment on a post |
cli.py send-connection |
Send a connection request |
cli.py send-message |
Send a direct message |
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linkedin-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/linkedin-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LinkedIn Skills 是什么?
LinkedIn automation skill collection. Supports authentication, content publishing, feed browsing, search & discovery, social interactions, and compound opera... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。
如何安装 LinkedIn Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkedin-skills」即可一键安装,无需额外配置。
LinkedIn Skills 是免费的吗?
是的,LinkedIn Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LinkedIn Skills 支持哪些平台?
LinkedIn Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 LinkedIn Skills?
由 quamtumBits(@ceoqveda)开发并维护,当前版本 v1.0.0。