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

Using SkyClaw with Google Sheets for Job Application Workflow
A Reddit user shares their workflow using OpenClaw's SkyClaw agent to automate job search tasks. They set up a Google Sheet where the agent adds job listings based on their CV, with daily updates and notifications.

Non-technical founder builds production marketplace with Claude Code
A non-technical founder used Claude Code in the terminal to build a two-sided marketplace with Next.js, TypeScript, Supabase, Tailwind, and Vercel deployment, including full authentication, RLS, and database migrations.

Daily Claude and ChatGPT Usage Split from a Developer's Experience
A developer shares their five-month workflow split: Claude excels at long-form writing, document analysis with 200k context, nuanced comparisons, and travel planning, while ChatGPT is preferred for quick answers, image generation with DALL-E, custom GPTs, and Excel/code snippets.

Reddit user shares experience with AI agent building a Next.js project overnight
A developer on r/openclaw gave their AI agent an open-ended task to build a project from scratch overnight, documenting what the agent handled well versus where human intervention was required. The agent successfully scaffolded a Next.js project, wrote content, managed Git operations, deployed to Vercel, and iterated on design with feedback.