linkedinlisted
Install: claude install-skill tomcounsell/ai
# LinkedIn Activity
This skill drives the user's real, logged-in Chrome session via the **BYOB**
stack — the Chrome extension + native messaging host + MCP server
(`mcp__byob__browser_*`). No CDP flag, no `state.json`, no
headless-fingerprint detection.
## Default Behavior (no arguments)
Run all three tasks in order:
1. **Check messages** — reply to any DMs that need attention
2. **Write a post** — about recent work from git history
3. **Browse feed** — find and comment on 3 posts
If arguments are given, interpret them and do only what's asked.
**This skill executes — it does not pause for confirmation.** When the skill says "show the draft inline before publishing," that means render the draft in your response *and continue with the publish step in the same turn*. Don't stop to ask "should I post this?" — the user already opted in by invoking the skill, and they can interrupt mid-stream if they want changes. The only legitimate stop conditions are: (a) hard tool failure with no fallback (see the BYOB share-modal limitation under Task 2), (b) a finding that contradicts the skill's premise (e.g. "no DMs need replying" → skip Task 1 cleanly with one sentence of why).
## Prerequisites
This skill needs **two preconditions** plus a **scheduler-gate flag**:
### 1. BYOB extension installed and connected
BYOB is the "Bring Your Own Browser" stack: a Chrome extension + native
messaging host + MCP server that lets this skill act on the user's already
logged-in Chrome (no head