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

Recursive AI Agent System Builds and Improves Its Own Website
A developer built a website using Claude Code that generates its own newsletter content, then uses that content to identify gaps and create an improvement backlog. The system runs on a weekly pipeline deployed on Vercel.

Using Claude in Chrome for Intent-Based Social Media Monitoring
A Reddit user describes using Claude in Chrome to automate social media monitoring by providing context about target audiences instead of just keywords. The extension reads page content, makes judgment calls based on meaning, and outputs actionable findings to an HTML file.

Claude Artifacts + React: Teacher Builds Mini Golf Game for Angle Lessons in 20 Min
A teacher used Claude's Artifact + React to build a mini golf game for teaching angles, then converted to HTML for sharing. Students designed their own courses via drawings.

OpenClaw Cost Optimization: How a Developer Fixed a $750 Mistake with Model Routing
A developer shares how switching all OpenClaw subagents to the free Hunter Alpha model on OpenRouter led to silent failures, including a video production agent that generated valid code but produced a 9-second silent black video. The solution involved implementing explicit model routing based on task requirements.