From linkedin-commander
Quick status check without API calls. Shows current state from data files + session info.
npx claudepluginhub sabania/linkedin-cliThis skill is limited to using the following tools:
Shows the current state without API calls or updates. Only reads data files and config.json.
Automates LinkedIn via CLI: fetch profiles, search people/companies, send messages, manage connections, create posts, react, comment, and use Sales Navigator for outreach/research workflows.
Scans Twitter/X feeds from Anthropic/Claude Code team members for actionable insights on features/updates, tracks state, generates reports using browser automation.
Audits and optimizes LinkedIn profiles (photo, headline, About, experience, SSI score) using Chrome DevTools snapshots/screenshots and Playwright; generates high-engagement posts and thought leadership content.
Share bugs, ideas, or general feedback.
Shows the current state without API calls or updates. Only reads data files and config.json.
Load config: config.json (incl. session block)
Read data files (no agent needed, read directly):
Glob("data/posts/*.md") → count per lifecycleGlob("data/posts/archive/*.md") → countGlob("drafts/*.md") → count per statusGrep("status: New", path="data/signals/")Grep("status: Active", path="data/strategy/")Grep("experiment:", path="data/posts/")Show session info:
Display compact:
LinkedIn Commander Status (@username)
SESSION:
Last session: 18h ago (yesterday 08:00)
Last report: CW 10 (4 days ago)
Last evolve: 11 days ago
Last competitor check: 8 days ago
CONTENT:
Posts tracked: 5 active + 3 cooling + 42 archived
Ideas: 3 | Drafts: 1
Last post: 1 day ago
Strategy: v1.2 (since Mar 03)
Experiment: hook-type-v1 (7/10 posts)
SIGNALS:
New: 3 (1 High, 2 Medium)
RECOMMENDATION:
→ /auto for Morning Check (18h since last session)
If user asks to update a signal (e.g., "mark signal as acted", "dismiss signal X"):
Grep("<search term>", path="data/signals/") → find matching signal fileEdit(file, "status: New", "status: Acted") (or Acknowledged/Dismissed as requested)This is the ONLY write operation /check performs — all other data is read-only.