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

Onboarding AI agents like junior contractors: CLAUDE.md and production lessons
A store run entirely with AI agents treated onboarding like hiring a junior contractor, finding that clear constraints in a CLAUDE.md document consistently outperformed 'smarter' models with vague instructions.

Using Telegram Topics for Unlimited Parallel AI Agent Conversations
A developer discovered that converting Telegram groups to forums enables each topic to function as an isolated session for AI agents, allowing unlimited parallel conversations without creating additional bots or tokens.

Corporate Developer's Claude Workflow for Backend Development
A backend developer at a large US finance company shares their Claude workflow: providing detailed task descriptions with specs and internal documents, using Claude to create a working markdown document, then employing a codeReviewing agent with organizational style guidelines.

Practical AI Agent Setups for Small Businesses: Barber, Therapist, Law Firm, Content Creator, and Game Dev
A developer shares specific AI agent implementations for five small business types, detailing the workflows automated and time saved. Each setup uses multiple specialized agents with shared memory architecture.