skills/linkedin-scan/SKILL.md
Scan LinkedIn posts for a URL or pasted content, or fetch recent posts by a person/company. Uses cookie auth via browser-cookies (Firefox/Brave/Chrome/Arc) when available, otherwise pasted-text fallback. Returns findings without vault persistence. Sibling to llm-wiki/ingest-linkedin.
npx skillsauth add RonanCodes/ronan-skills linkedin-scanInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pull LinkedIn post(s) and return distilled findings. No file writes.
LinkedIn is unfriendly to scrapers (auth wall, HTML churn, anti-bot). Expect pasted-text mode to be the most reliable path.
/ro:linkedin-scan https://www.linkedin.com/posts/someone-activity-xxxx # one post, cookie auth
/ro:linkedin-scan paste # caller will paste post text
/ro:linkedin-scan @satya-nadella --limit 10 # recent posts by slug (cookie auth)
http → URL mode (cookie auth)paste or empty → prompt caller to paste the post, then parse@ → profile feed mode (cookie auth)linkedin.com via the browser-cookies skill (falls back to firefox-cookies if browser-cookies isn't available)curl -sL \
-H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36" \
-H "$COOKIE_HEADER" \
"<linkedin-url>"
<script type="application/ld+json">...</script> — look for articleBody / textfeed-shared-update-v2__description divsfeed-shared-actor__name span for author, feed-shared-actor__sub-description for headline/ro:linkedin-scan paste instead.Prompt:
Paste the LinkedIn post text. Include the author name on the first line if possible. End with an empty line.
Parse the pasted content:
#hashtags → tags@slug)Same cookie-auth flow as URL mode, hitting https://www.linkedin.com/in/{slug}/recent-activity/all/. Parse the first N posts. Very brittle — LinkedIn's feed markup changes often. If it breaks, tell the caller to open the profile in Firefox and copy-paste the top few posts.
# LinkedIn scan: <target> (<N> results)
1. <Author Name> — <headline if known> (<time ago>)
<post text, trimmed to ~500 chars with "..." if truncated>
Tags: #foo #bar
<linkedin-url if derivable>
2. ...
Never echo back cookie values or session tokens in output.
curl — alwaysbrowser-cookies skill — required for URL / profile-feed modes (or legacy firefox-cookies for Firefox-only setups)llm-wiki/.claude/skills/ingest-linkedin — persists LinkedIn posts into a vault with full YAML frontmatter and wiki source-notes. Use when you want to keep the content./ro:trend-scan — orchestrator./ro:hn-scan, /ro:x-scan, /ro:reddit-scan — other source scanners.browser-cookies — cookie extraction (current); firefox-cookies — legacy Firefox-only fallback./ro:linkedin — write path (official API: posts + draft-mode edits)./ro:linkedin-voyager — ToS-grey read path via unofficial Voyager API (bio, experience, full profile).testing
--- name: linear-pipeline description: The Fable orchestrator for a single dispatched Linear ticket. Holds almost no context itself; it receives `--issue <ID> --detached`, decides the stage sequence, and fans out a sub-agent per stage, passing forward only each stage's artifact (never re-derived, never inlined into its own context). Step zero, before any planning or stage routing, is a boundary triage against `canon/security-boundary.md` (#199): a match tags Ronan Connolly and stops the run, no
development
--- name: in-your-face description: Capture a chat-only answer into a durable artifact (markdown + HTML, PDF when cheap) and launch it automatically so the user cannot miss it. Use when user says "in your face", "don't let me lose this", "save that answer", "make that durable", or right after answering a substantive side question (a recipe, comparison, how-to, or generated prompt) that would otherwise die with the context. category: workflow argument-hint: [--no-open] [--vault <short>] [hint of
tools
One-shot headless OpenAI Codex CLI calls for background/admin AI tasks — summaries, classification, extraction, admin glue. The default engine for anything that runs AI constantly in the background (daemon-driven, per-event), because it bills the flat ChatGPT subscription instead of Claude usage or per-token API spend, and it keeps working while Claude is rate-limited. NEVER for coding — coding stays Claude. Use when a skill or daemon needs a cheap always-on AI call, when the user says "use codex", "ask codex", "codex as backup", or when building a background summarizer/classifier into a listener or loop. Reads auth from ~/.codex/auth.json (ChatGPT account, no API key).
research
Turn a warranty rejection, repair quote, or RMA email into a cited decision brief — legal read (NL/EU consumer law), is the part user-serviceable, live part and new-unit prices, repair-vs-DIY-vs-new economics, before-you-send-it checklist, deadlines. Use when the user pastes or screenshots a repair quote, warranty rejection, "not covered" email, onderzoekskosten fee, or asks "should I repair or replace this".