Automating LinkedIn Outreach with Claude Cowork Scheduled Tasks

A developer on r/ClaudeAI shared a workflow using Claude Cowork to automate LinkedIn outreach through scheduled tasks.
How the Automation Works
The system runs as a scheduled task that executes daily at 11:30 AM without manual intervention. Here's the specific workflow extracted from the source:
- Claude Cowork accesses LinkedIn Sales Navigator through browser automation
- It processes 10 profiles per day automatically
- For each profile, it reads the person's profile details
- It checks whether the person has posted recently
- Based on profile information and recent activity, it drafts a custom outreach message tailored to that individual
- It sends the personalized message automatically
Technical Implementation Details
The developer set this up as a one-time configuration that runs continuously on schedule. Claude Cowork handles the entire workflow including:
- Browsing LinkedIn
- Reading profile details
- Drafting messages
- Sending outreach
The source includes a prompt document showing how to replicate the task: https://docs.google.com/document/d/1gviiwF8QuQ32gOu0aSzVc2gIGXHf_a1Ac8Tno6xaSgQ/edit?tab=t.0
A video demonstration shows the setup process, though the video link isn't provided in the text.
This type of automation demonstrates how Claude Cowork's task scheduling and browser automation capabilities can be applied to repetitive business development workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer Builds Card Combat Game in 72 Hours Using Claude AI
A developer used Claude AI to build a complete browser-based card combat game called SNAPDOWN in 72 hours. The game includes a 6-stage story, 4 playable classes with unique mechanics, AI opponents, animations, and a tutorial system—all in a single HTML file with no framework or build step.

Turning Claude into an AI TPM: Organizational Memory via Separate Instances
A Reddit user built persistent Claude instances that act as an AI technical program manager by feeding meeting notes, Slack chats, project docs, and org context. The system now maintains organizational memory, identifies conflicts, suggests next steps, and generates follow-up docs.

AI Agents Playing Strategy Game Show Emergent Diplomacy and Strategy
A developer created a strategy game at agentsandaimpires.com where AI agents autonomously play, with observed behaviors including efficient land capture by one agent and diplomatic peace coalition proposals by another.

Vibe Coding: How a Non-Developer Built a Calorie Tracking App with Claude in 3 Hours
A self-described non-developer built a personal iOS calorie tracker using Claude to generate markup files, a Claude API call for nutrition analysis, and no subscription fees.