Files
jackwener__opencli/docs/adapters/browser/linkedin.md
Piotr Yordanov 8869d3b457 feat(linkedin): add timeline feed command (#342)
* feat(linkedin): add timeline feed command

* test(linkedin): add timeline adapter unit tests

Add shape tests and utility function tests for the new timeline command.
Include linkedin in the vitest adapter project config.

---------

Co-authored-by: jackwener <jakevingoo@gmail.com>
2026-03-24 15:54:51 +08:00

636 B

LinkedIn

Mode: 🔐 Browser · Domain: linkedin.com

Commands

Command Description
opencli linkedin search
opencli linkedin timeline Read posts from your LinkedIn home feed

Usage Examples

# Quick start
opencli linkedin search --limit 5

# Read your home timeline
opencli linkedin timeline --limit 5

# JSON output
opencli linkedin search -f json

opencli linkedin timeline -f json

# Verbose mode
opencli linkedin search -v

Prerequisites