Your agent builds your LinkedIn presence while you sleep. Schedule posts, auto-engage with target accounts, run personalized DM sequences, and never miss an engagement opportunity. Handles connection requests, profile visiting campaigns, post engagement, and follow-up sequences with safety throttling and human-like behavior patterns. Configure your targets, define engagement rules, and let your agent network 24/7. Use when setting up LinkedIn automation, managing posting schedules, running engagement campaigns, or building agent-driven LinkedIn lead generation workflows.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install linkedin-autopilot或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install linkedin-autopilot⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/linkedin-autopilot/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: linkedin-autopilot description: Your agent builds your LinkedIn presence while you sleep. Schedule posts, auto-engage with target accounts, run personalized DM sequences, and never miss an engagement opportunity. Handles connection requests, profile visiting campaigns, post engagement, and follow-up sequences with safety throttling and human-like behavior patterns. Configure your targets, define engagement rules, and let your agent network 24/7. Use when setting up LinkedIn automation, managing posting schedules, running engagement campaigns, or building agent-driven LinkedIn lead generation workflows. metadata: clawdbot: emoji: "🤝" requires: browser: true env: - LINKEDIN_EMAIL - LINKEDIN_PASSWORD ---
You sleep. Your LinkedIn thrives.
LinkedIn Autopilot turns your agent into a 24/7 LinkedIn manager. It schedules posts, auto-engages with target accounts, runs personalized DM sequences, and builds your network while you focus on actual work. No more "I should post more" guilt. No more missing engagement windows. No more manual connection request grinding.
What makes it different: This isn't a dumb bot — it's your agent using real browser automation with human-like behavior patterns. Random delays, natural engagement patterns, safety throttling, and intelligent targeting. Multi-day sequences with conditional logic. State tracking across sessions. Full reporting on what worked.
❌ "I spend 2 hours/day on LinkedIn and have nothing to show for it" ✅ Your agent handles engagement, DMs, and connection building automatically
❌ "I post inconsistently and my reach is dying" ✅ Scheduled posts with optimal timing — your agent never forgets
❌ "I see opportunities to engage but I'm too busy" ✅ Auto-engage on target accounts' posts with personalized comments
❌ "Follow-up sequences are tedious and I drop leads" ✅ Multi-step DM sequences with conditional logic — your agent follows up
❌ "I want to build my network but connection requests feel spammy" ✅ Targeted connection campaigns with personalized notes and safety limits
scripts/setup.sh to initialize config and data directories~/.config/linkedin-autopilot/config.json with targets, sequences, and posting schedule~/.clawdbot/secrets.env:```bash [email protected] LINKEDIN_PASSWORD=your-password ```
scripts/engage.sh --dry-runConfig lives at ~/.config/linkedin-autopilot/config.json. See config.example.json for full schema.
Key sections:
| Script | Purpose | |--------|---------| | scripts/setup.sh | Initialize config and data directories | | scripts/post.sh | Post scheduled content from queue | | scripts/engage.sh | Auto-engage on target posts (like, comment, share) | | scripts/dm-sequence.sh | Manage DM sequences (send, follow-up, track) | | scripts/connect.sh | Send connection requests to target profiles | | scripts/report.sh | Generate analytics report (engagement, growth, conversions) |
All scripts support --dry-run for testing without actually posting/engaging.
Run scripts/post.sh on schedule (cron daily at optimal times). The script:
Post queue example:
"posts": [
{
"content": "5 lessons from building AI agents in production:\n\n1. ...",
"scheduled_time": "2024-01-28T09:00:00Z",
"status": "pending",
"media": null
}
]
Run scripts/engage.sh 3-4x daily. The script:
Target patterns:
Engagement types:
Run scripts/dm-sequence.sh daily. The script:
Sequence example:
{
"name": "consulting-intro",
"trigger": "new_connection",
"steps": [
{
"delay_hours": 24,
"message": "Hey {first_name}! Thanks for connecting. I help {title}s with {pain_point}. Are you currently working on anything in this space?",
"condition": null
},
{
"delay_hours": 72,
"message": "Following up — I saw your post about {topic}. Would love to chat about {offering}. Free for a quick call this week?",
"condition": "no_reply"
}
]
}
Run scripts/connect.sh weekly (not daily — LinkedIn limits this). The script:
Target criteria:
"connection_targets": [
{
"query": "AI consultant OR automation specialist",
"companies": ["Microsoft", "Google", "OpenAI"],
"exclude_titles": ["Recruiter"],
"note_template": "Hey {first_name}, I'm building AI tools for {industry} and saw your work at {company}. Would love to connect!"
}
]
LinkedIn Autopilot follows conservative rate limits to avoid account flags:
| Action | Limit | Timing | |--------|-------|--------| | Posts | 1-2/day | Optimal hours (9am-11am, 2pm-4pm) | | Engagements | 80-100/day | Spread across 3-4 runs | | Connection Requests | 20-30/week | Gradual warmup over first 2 weeks | | DMs | 30-50/day | Random delays 5-15min between sends | | Profile Views | 50-80/day | Natural browsing pattern |
Warmup Period: First 2 weeks run at 50% capacity to establish normal behavior pattern.
Blackout Windows: No activity during nights/weekends (configurable).
Random Delays: 3-8 seconds between actions, 5-15 minutes between campaigns.
Human-Like Patterns: Varied engagement times, occasional skips, natural language variance.
All activity is logged and tracked:
~/.config/linkedin-autopilot/
├── config.json # User configuration
├── posts-queue.json # Scheduled posts
├── engagement-history.json # Posts engaged with (dedup)
├── dm-sequences.json # Active DM threads
├── connections.json # Connection requests + status
├── analytics.json # Performance metrics
└── activity-log.json # Full audit trail
scripts/report.sh generates performance reports:
...
安装 LinkedIn Autopilot 后,可以对 AI 说这些话来触发它
Help me get started with LinkedIn Autopilot
Explains what LinkedIn Autopilot does, walks through the setup, and runs a quick demo based on your current project
Use LinkedIn Autopilot to your agent builds your LinkedIn presence while you sleep
Invokes LinkedIn Autopilot with the right parameters and returns the result directly in the conversation
What can I do with LinkedIn Autopilot in my marketing & growth workflow?
Lists the top use cases for LinkedIn Autopilot, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/linkedin-autopilot/ 目录(个人级,所有项目可用),或 .claude/skills/linkedin-autopilot/(项目级)。重启 AI 客户端后,用 /linkedin-autopilot 主动调用,或让 AI 根据上下文自动发现并使用。
LinkedIn Autopilot 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
LinkedIn Autopilot 可免费安装使用。请查阅仓库了解许可证信息。
Your agent builds your LinkedIn presence while you sleep. Schedule posts, auto-engage with target accounts, run personalized DM sequences, and never miss an engagement opportunity. Handles connection requests, profile visiting campaigns, post engagement, and follow-up sequences with safety throttling and human-like behavior patterns. Configure your targets, define engagement rules, and let your agent network 24/7. Use when setting up LinkedIn automation, managing posting schedules, running engagement campaigns, or building agent-driven LinkedIn lead generation workflows.
Automate my marketing & growth tasks using LinkedIn Autopilot
Identifies repetitive steps in your workflow and sets up LinkedIn Autopilot to handle them automatically
LinkedIn Autopilot 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。