# Org Linkedin Bookmarks

> Use when the user wants to organize LinkedIn saved posts and articles — exporting to Notion or Notes reference, categorizing by topic, identifying actionable vs reference content, and pruning the saved queue. Triggers: 'organize LinkedIn bookmarks', 'process my LinkedIn saves'.

- Skill: `pooriaarab/org-linkedin-bookmarks` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pooriaarab/org-linkedin-bookmarks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pooriaarab/org-linkedin-bookmarks/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: pooriaarab (https://skillmd.com/u/pooriaarab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pooriaarab/org-linkedin-bookmarks

---


# LinkedIn Bookmarks Organizer

Process the LinkedIn "Saved Posts" / "Saved Items" queue.

## Requirements

- LinkedIn account.
- **`linkedinclaw` CLI** — [pooriaarab/linkedinclaw](https://github.com/pooriaarab/linkedinclaw) (scaffold; needs implementation). Browser-cookie-based scraper in steipete's `*claw` style. Goal: export Saved Posts and My Items into structured JSON, claw-able for agents.
- Logged-in LinkedIn session in a browser (cookies imported via `sweetcookie`).
- Alternative until `linkedinclaw` is built: Playwright or chrome-devtools MCP.

## Step 1 — Ask the User First

```
1. Goal — export to Notion/Notes, or in-place categorization (LinkedIn has no native folders)?
2. Categorization — by topic (career, hiring, fundraising, etc.), by content type (post / article / job)?
3. After export — unsave on LinkedIn, or leave originals?
4. Destination format — markdown export, structured Notion DB, or simple URL list?
```

## Steps (TBD)

1. **Inventory** — scrape Saved Items list.
2. **Classify** — topic clustering.
3. **Plan** — migration TSV.
4. **Approve** — batch by topic.
5. **Apply** — write to destination, optionally unsave.
6. **Verify** — final count.

## Surface-specific notes

- LinkedIn's anti-scraping is aggressive; respect rate limits, use long delays.
- "Saved Posts" and "My Items" are separate queues — handle each.
- Job saves: separate flow (likely you'll want to convert active job leads into a tracker, archive the rest).
- LinkedIn cookies expire frequently; document the re-auth dance for the user.

## See also

- [`../org-life-organizer/_lib/taxonomy.md`](../org-life-organizer/_lib/taxonomy.md)
- [`../org-life-organizer/_lib/patterns.md`](../org-life-organizer/_lib/patterns.md)
- [`../notion-organizer/SKILL.md`](../notion-organizer/SKILL.md)

