linkedin

Installation
SKILL.md

LinkedIn

Query profile, posts, and organization data via the LinkedIn API.

Environment Variables

  • LINKEDIN_ACCESS_TOKEN - OAuth 2.0 access token

Get profile

curl -s -H "Authorization: Bearer $LINKEDIN_ACCESS_TOKEN" \
  "https://api.linkedin.com/v2/userinfo" | jq '{sub, name, email, picture}'

Get organization

Installs
2
First Seen
Mar 1, 2026
linkedin — thinkfleetai/thinkfleet-engine