Automation Bot
Automation Bot is an productivity AI skill with a core value of Specialized instructions for autonomous LinkedIn outbound campaigns—connection requests, DMs, follow-ups—with strict evasion and platform safety rules. It
helps developers solve real-world problems in the productivity domain, boosting
efficiency, automating repetitive tasks, and optimizing workflows.
Specialized instructions for autonomous LinkedIn outbound campaigns—connection requests, DMs, follow-ups—with strict evasion and platform safety rules.
Quick Facts
mkdir -p ./skills/automation-bot && curl -sfL https://raw.githubusercontent.com/mayurrathi/awesome-agent-skills/main/skills/automation-bot/SKILL.md -o ./skills/automation-bot/SKILL.md Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).
Skill Content
# 1.1.4 Automation Bot
This skill dictates how agents should execute programmatic outbound and engagement actions on LinkedIn without getting shadow-banned.
1. Engagement & Warm-Up Sequences
* **The "Give Before You Get" Rule:** Before sending a connection request, you MUST like a recent post and comment on it intelligently. Do not send cold requests without prior micro-engagement.
* **Batching Limits:** Never send more than 15 connection requests per 24 hours. Never send more than 30 DMs per 24 hours.
* **Chronological Variance:** Wait at least 4 hours after a connection request is accepted before sending the first DM. Do not send DMs immediately upon acceptance—that trips spam filters.
2. Copywriting Evasion Tactics
* **Length:** First messages must be under 3 sentences. No paragraphs.
* **Tone:** Casual, lower-case, conversational. Avoid corporate speak ("I noticed we have mutual synergies in the B2B SaaS space").
* **Structure:**
- Line 1: Context (Why you are reaching out).
- Line 2: The Ask (Low-friction question).
* **Links:** NEVER include a URL in the first message. Only provide URLs when the prospect explicitly asks for it. Use Loom or Google Doc embeds instead of raw links if possible.
3. Rate Handling (HTTP 429)
* If an agent is interacting via MCP or browser automation, it must implement **Exponential Backoff**.
* Treat any `Retry-After` header as absolute law. If a 429 is hit, pause all outbound activity for that profile for at least 6 hours.
4. The 3-Step Follow-Up Sequence
1. **Day 0:** Post-acceptance question. "Hey [Name], saw your post on [Topic]. How are you handling [Pain point]?"
2. **Day 3 (Follow up):** Value add. "Found this article/resource that reminded me of what you're doing at [Company]. Hope it's useful!"
3. **Day 7 (Breakup):** "Looks like passing ships right now. Keep up the great work at [Company], I'll be following!"
🎯 Best For
- Claude users
- Knowledge workers
- Remote teams
- Professionals
💡 Use Cases
- Using Automation Bot in daily workflow
- Automating repetitive productivity tasks
📖 How to Use This Skill
- 1
Install the Skill
Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.
- 2
Load into Your AI Assistant
Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.
- 3
Apply Automation Bot to Your Work
Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.
- 4
Review and Refine
Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.
❓ Frequently Asked Questions
How do I install Automation Bot?
Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/automation-bot/SKILL.md, ready to use.
Can I customize this skill for my team?
Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.
⚠️ Common Mistakes to Avoid
Not reading the full skill
Skills contain important context and edge cases beyond the quick start.