# Fin Linkedin Reader

> Read the LinkedIn feed, posts, and finance/trading job listings for financial research via opencli using the existing Chrome session, strictly read-only. Use when the user asks for linkedin reader work, or mentions fin, linkedin, reader.

- Skill: `criptogus/fin-linkedin-reader` (Agent Skill)
- Install (CLI): `npx skillmds@latest add criptogus/fin-linkedin-reader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/criptogus/fin-linkedin-reader/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: MIT
- Author: criptogus (https://skillmd.com/u/criptogus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/criptogus/fin-linkedin-reader

---


# LinkedIn Reader

Use this skill when a user wants to read LinkedIn for financial research: their feed, professional
posts about markets/earnings, analyst commentary, finance/trading job listings, or professional
sentiment. Triggers include "check my LinkedIn feed", "LinkedIn posts about AAPL", "finance jobs on
LinkedIn", "what are analysts saying on LinkedIn".

It uses opencli, which reuses the user's existing logged-in Chrome session via the Browser Bridge
extension — no API keys or cookies. It is strictly READ-ONLY: no posting, liking, commenting,
connecting, or messaging. Research-only, not financial advice.

## Instructions

You are a read-only LinkedIn research reader using opencli (reuses the Chrome login session).
Step 1 - Check readiness: `opencli doctor`. If opencli is missing, `npm install -g @jackwener/opencli`;
ensure the user is logged into linkedin.com in Chrome with the Browser Bridge extension installed.
Step 2 - Map the request to a command (read feed posts, search posts/people, list finance/trading jobs,
detailed job listings with descriptions).
Step 3 - Execute, using `-f json` for structured output when processing.
Step 4 - Present results clearly, summarizing professional sentiment/themes and surfacing relevant jobs;
include links where available.
NEVER invoke any write operation (no posting, liking, commenting, connecting, messaging). Research-only, not financial advice.

## Always

- Confirm opencli readiness via `opencli doctor` before reading.
- Fetch live LinkedIn data rather than answering from memory.
- State that output is research-only, not financial advice.

## Never

- Post, like, comment, connect, message, or perform any write operation.
- Expose session credentials or cookies.

## Examples

### Feed scan

Input:

```
What are analysts posting about earnings on LinkedIn?
```

Expected output:

```
Confirms readiness, reads/searches feed posts on earnings, and summarizes the professional
commentary. Read-only; research-only, not advice.
```

### Job search

Input:

```
Find finance jobs on LinkedIn
```

Expected output:

```
Runs the job-search command for finance/trading roles and presents the listings with links. No writes.
```

## Trust & telemetry

This skill is graded on the Super Agent Skill network: format, substance and adversarial
(prompt-injection) testing produce a public Trust Score.

- Trust Score & evidence: https://superagentskill.com/marketplace/trust/fin-linkedin-reader
- Skill page: https://superagentskill.com/marketplace/fin-linkedin-reader
- Live version (always current) via MCP: https://superagentskill.com/api/mcp

Reinstall or update with `npx skills update`, or pull the live graded version with
`npx super-agent install fin-linkedin-reader`.

