Interact with LinkedIn via Unipile API - send messages, view profiles, manage connections, create posts, react to content. Use when the user asks to message someone on LinkedIn, check LinkedIn messages, view LinkedIn profiles, send connection requests, create LinkedIn posts, or interact with LinkedIn content.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install unipile-linkedin或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install unipile-linkedin⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/unipile-linkedin/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: unipile-linkedin description: Interact with LinkedIn via Unipile API - send messages, view profiles, manage connections, create posts, react to content. Use when the user asks to message someone on LinkedIn, check LinkedIn messages, view LinkedIn profiles, send connection requests, create LinkedIn posts, or interact with LinkedIn content. ---
Access LinkedIn through the Unipile API using the CLI script.
Requires environment variables in ~/.openclaw/workspace/TOOLS.md or shell:
UNIPILE_DSN - Your Unipile API endpoint (e.g., https://api1.unipile.com:13111)UNIPILE_ACCESS_TOKEN - Your Unipile access tokenGet credentials from dashboard.unipile.com.
Run commands via the CLI script:
./scripts/linkedin.mjs <command> [options]
./scripts/linkedin.mjs accounts # List connected accounts
./scripts/linkedin.mjs account <account_id> # Get account details
./scripts/linkedin.mjs chats [--account_id=X] [--limit=N] [--unread] # List chats
./scripts/linkedin.mjs chat <chat_id> # Get chat details
./scripts/linkedin.mjs messages <chat_id> [--limit=N] # List messages in chat
./scripts/linkedin.mjs send <chat_id> "<text>" # Send message
./scripts/linkedin.mjs start-chat <account_id> "<text>" --to=<user_id>[,<user_id>] [--inmail] # Start new chat
./scripts/linkedin.mjs profile <account_id> <identifier> [--sections=experience,education,skills] [--notify]
./scripts/linkedin.mjs my-profile <account_id> # Your own profile
./scripts/linkedin.mjs company <account_id> <identifier> # Company profile
./scripts/linkedin.mjs relations <account_id> [--limit=N] # Your connections
./scripts/linkedin.mjs invite <account_id> <provider_id> ["message"] # Send connection request
./scripts/linkedin.mjs invitations <account_id> [--limit=N] # List pending invites
./scripts/linkedin.mjs cancel-invite <account_id> <invitation_id> # Cancel invitation
./scripts/linkedin.mjs posts <account_id> <identifier> [--company] [--limit=N] # List posts
./scripts/linkedin.mjs post <account_id> <post_id> # Get post
./scripts/linkedin.mjs create-post <account_id> "<text>" # Create post
./scripts/linkedin.mjs comments <account_id> <post_id> [--limit=N] # List comments
./scripts/linkedin.mjs comment <account_id> <post_id> "<text>" # Add comment
./scripts/linkedin.mjs react <account_id> <post_id> [--type=like|celebrate|support|love|insightful|funny]
./scripts/linkedin.mjs attendees [--account_id=X] [--limit=N] # List chat contacts
# List all chats, only unread
./scripts/linkedin.mjs chats --unread
# Send a message
./scripts/linkedin.mjs send "abc123" "Thanks for connecting!"
# View someone's profile with experience section
./scripts/linkedin.mjs profile "myaccount" "john-doe-123" --sections=experience,about
# Send connection request with note
./scripts/linkedin.mjs invite "myaccount" "jane-smith-456" "Hi Jane, let's connect!"
# Create a LinkedIn post
./scripts/linkedin.mjs create-post "myaccount" "Excited to announce our new product launch! 🚀"
# React to a post
./scripts/linkedin.mjs react "myaccount" "post789" --type=celebrate
identifier can be a LinkedIn user ID or profile URL slugaccount_id is your connected LinkedIn account ID (get from accounts command)--inmail flag when messaging non-connections (requires LinkedIn Premium)安装 storyagent_linkedin 后,可以对 AI 说这些话来触发它
Help me get started with storyagent_linkedin
Explains what storyagent_linkedin does, walks through the setup, and runs a quick demo based on your current project
Use storyagent_linkedin to interact with LinkedIn via Unipile API - send messages, view profil...
Invokes storyagent_linkedin with the right parameters and returns the result directly in the conversation
What can I do with storyagent_linkedin in my marketing & growth workflow?
Lists the top use cases for storyagent_linkedin, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/unipile-linkedin/ 目录(个人级,所有项目可用),或 .claude/skills/unipile-linkedin/(项目级)。重启 AI 客户端后,用 /unipile-linkedin 主动调用,或让 AI 根据上下文自动发现并使用。
storyagent_linkedin 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
storyagent_linkedin 可免费安装使用。请查阅仓库了解许可证信息。
Interact with LinkedIn via Unipile API - send messages, view profiles, manage connections, create posts, react to content. Use when the user asks to message someone on LinkedIn, check LinkedIn messages, view LinkedIn profiles, send connection requests, create LinkedIn posts, or interact with LinkedIn content.
Automate my marketing & growth tasks using storyagent_linkedin
Identifies repetitive steps in your workflow and sets up storyagent_linkedin to handle them automatically
storyagent_linkedin 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。