一键导入
Manage LinkedIn messaging, profiles, posts, connections, and company pages via Unipile. Use for networking, content publishing, and lead engagement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage LinkedIn messaging, profiles, posts, connections, and company pages via Unipile. Use for networking, content publishing, and lead engagement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guides agents through isolated Git worktree setup, lifecycle commands, process cleanup, and per-worktree local development state. Use when creating, starting, stopping, inspecting, cleaning up, or troubleshooting Git worktree development environments or when a repository includes a worktree lifecycle CLI.
Continuously watch and fix release main CI until the branch is fully green and verified working. Use when asked to babysit CI, babysit CI release, monitor release main, run /loop for CI, run /goal until checks pass, or keep iterating until release main is green.
Fix flaky tests by repeatedly running the suite, collecting intermittent failures, and proving stability. Use when asked to fix flaky tests or require repeated/consecutive green test runs.
Scoped commit workflow with a bundled committer script that prevents accidental broad staging. Use when the user asks to commit, commit all, create a git commit, or handle commit-time staging in this repository.
Systematically QA a web application like a real user, triage issues by severity, fix scoped bugs when asked, verify fixes with evidence, and report ship readiness. Use when asked to QA, test a site or app, find bugs, test and fix, or check whether a feature works.
Debug Bap end-to-end across coworker/chat workflows, MCP state, Daytona sandboxes, observability, and UI QA. Use when debugging Bap, a Bap coworker or chat flow, sandbox behavior, Daytona build issues, production-like regressions, or any issue where local fixes are not enough and the full loop must work.
| name | |
| description | Manage LinkedIn messaging, profiles, posts, connections, and company pages via Unipile. Use for networking, content publishing, and lead engagement. |
Full LinkedIn management via Unipile API -- messaging, profiles, posts, connections, and company pages.
UNIPILE_API_KEY - Unipile API keyUNIPILE_DSN - Unipile DSN hostnameLINKEDIN_ACCOUNT_ID - LinkedIn account ID in Unipilelinkedin chats list [-l limit]
linkedin chats get <chatId>
linkedin messages list <chatId> [-l limit]
linkedin messages send <chatId> --text "Hello!"
linkedin messages start <profileId> --text "Hi, let's connect"
linkedin profile me
linkedin profile get <identifier>
linkedin profile company <identifier>
linkedin search -q "product manager SF" [-l limit]
linkedin invite send <profileId> [--message "Would love to connect"]
linkedin invite list
linkedin connections list [-l limit]
linkedin connections remove <profileId>
linkedin posts list [--profile <id>] [-l limit]
linkedin posts get <postId>
linkedin posts create --text "Excited to announce..."
linkedin posts comment <postId> --text "Great post!"
linkedin posts react <postId> --type LIKE
# Reaction types: LIKE, CELEBRATE, SUPPORT, LOVE, INSIGHTFUL, FUNNY
linkedin company posts <companyId> [-l limit]
linkedin company post <companyId> --text "Company update"
JSON objects with cursor-based pagination:
{
"items": [{ "id": "...", "name": "John Doe", "headline": "CEO at Acme" }],
"cursor": "next_page_cursor"
}