linkedin-message-writer
Research LinkedIn profiles and write personalized messages for any LinkedIn message type — connection requests, InMails, DMs, message requests, post comments, and comment replies. Takes LinkedIn URLs as input, researches each person (profile data + recent posts via Apify), and generates messages tailored to each lead's background, interests, and recent activity. Exports tool-ready CSVs for Dripify, Expandi, Botdog, PhantomBuster, or generic format. No LinkedIn cookies or login required.
npx skills add gooseworks-ai/goose-skills --skill linkedin-message-writer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# LinkedIn Message Writer Research LinkedIn leads and write personalized messages for any LinkedIn message type. Takes LinkedIn URLs, researches each person using Apify (profile + recent posts), and writes messages based on what it finds. No LinkedIn cookies. No database setup. Just LinkedIn URLs in, personalized messages out. ## When to Auto-Load Load this skill when: - User says "write LinkedIn messages", "LinkedIn outreach", "connect with these leads on LinkedIn", "send LinkedIn messages" - User has a list of LinkedIn URLs and wants to reach out - User wants to write personalized connection requests, InMails, DMs, or comments ## Prerequisites ### Apify API Token Required for researching LinkedIn profiles and posts. Set in `.env`: ``` APIFY_API_TOKEN=your_token_here ``` No LinkedIn cookies, login, or session tokens needed. Apify handles scraping without any LinkedIn credentials. That's it. One env var. Nothing else. --- ## LinkedIn Message Types Reference This skill writes any text-based LinkedIn message type. Each type has different constraints. | Message Type | Who Can Receive | Character Limit | When to Use | |-------------|----------------|-----------------|-------------| | *
- When to Auto-Load
- Prerequisites
- Apify API Token
- LinkedIn Message Types Reference
- Key Rules Per Type
- Workflow
- Phase 0: Intake
- Phase 1: Load Leads
- Phase 2: Research
- Phase 3: Write Messages
- Phase 4: Export
- Phase 5: Review & Deliver
- Cost Estimates
- Error Handling
curl -X POST "https://api.apify.com/v2/acts/harvestapi~linkedin-profile-scraper/runs?token=$APIFY_API_TOKEN" \
Check run status
curl "https://api.apify.com/v2/acts/harvestapi~linkedin-profile-scraper/runs/{RUN_ID}?token=$APIFY_API_TOKEN"
When status is SUCCEEDED, fetch results
curl "https://api.apify.com/v2/datasets/{DATASET_ID}/items?token=$APIFY_API_TOKEN"
curl -X POST "https://api.apify.com/v2/acts/harvestapi~linkedin-profile-posts/runs?token=$APIFY_API_TOKEN" \What does the linkedin-message-writer skill do?
Research LinkedIn profiles and write personalized messages for any LinkedIn message type — connection requests, InMails, DMs, message requests, post comments, and comment replies. Takes LinkedIn URLs as input, researches each person (profile data + recent posts via Apify), and generates messages tailored to each lead's background, interests, and recent activity. Exports tool-ready CSVs for Dripify, Expandi, Botdog, PhantomBuster, or generic format. No LinkedIn cookies or login required.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill linkedin-message-writer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
