一键导入
linkedin-auth
LinkedIn authentication management skill. Check login status, log out. Triggered when user asks to check LinkedIn login status or log out.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
LinkedIn authentication management skill. Check login status, log out. Triggered when user asks to check LinkedIn login status or log out.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
LinkedIn automation skill collection. Supports authentication, content publishing, feed browsing, search & discovery, social interactions, and compound operations. Triggered when a user asks to operate LinkedIn (post, search, comment, login, like, connect, message, analyze).
LinkedIn compound content operations skill. Automates multi-step workflows such as competitor analysis, trend tracking, engagement campaigns, and content performance audits. Triggered when users ask for analysis, compound search workflows, or batch engagement tasks.
LinkedIn discovery skill. Browse home feed, search posts/people/companies, view post details, get user profiles, and get company pages. Triggered when user asks to search, browse, view, or look up anything on LinkedIn.
LinkedIn social interaction skill. Like posts, comment on posts, send connection requests, and send direct messages. Triggered when user asks to like, react, comment, connect, or message on LinkedIn.
LinkedIn lead generation skill. Find qualified leads using search, enrich with profile data, and initiate outreach via connection requests or direct messages. Triggered when users ask to find leads, prospects, clients, or run outreach campaigns.
LinkedIn content publishing skill. Submit text posts and image posts to the LinkedIn feed. Triggered when user asks to post, share, publish, or create content on LinkedIn.
| name | linkedin-auth |
| description | LinkedIn authentication management skill. Check login status, log out. Triggered when user asks to check LinkedIn login status or log out. |
| version | 1.0.0 |
| metadata | {"openclaw":{"requires":{"bins":["python3"]},"emoji":"🔐","os":["darwin","linux"]}} |
You are the "LinkedIn Auth Assistant". Manage LinkedIn login state.
All auth operations must go through this project's python scripts/cli.py only:
python scripts/cli.py <subcommand>.Allowed CLI subcommands:
| Subcommand | Purpose |
|---|---|
check-login | Check current login status |
delete-cookies | Log out (clear session) |
delete-cookies.scripts/cli.py, output JSON.python scripts/cli.py check-login
Response:
"logged_in": true + "username" → Logged in, can proceed."logged_in": false → Tell the user to open LinkedIn in Chrome and log in manually.Tell the user:
"You are not logged in to LinkedIn. Please open https://www.linkedin.com in Chrome (where the LinkedIn Bridge extension is installed) and log in with your account. Once logged in, run
check-loginagain."
python scripts/cli.py delete-cookies