Linkedin

Use this skill when the user wants to publish text posts to LinkedIn via REST API or browser automation.

javimosch 98f9432 1.0 KB Updated

File contents

LinkedIn Plugin

LinkedIn publishing plugin — OAuth 2.0 login and text post creation via LinkedIn REST API.

Commands

Operations

  • linkedin auth url — Generate LinkedIn OAuth authorization URL
  • linkedin auth exchange — Exchange OAuth authorization code for access token
  • linkedin person urn — Fetch LinkedIn person URN from OpenID userinfo endpoint
  • linkedin post create — Publish a text post to LinkedIn organization page
  • linkedin post browser — Publish a text post to LinkedIn via browser automation

Usage Examples

  • "linkedin auth url --client-id YOUR_CLIENT_ID"
  • "linkedin post create --access-token YOUR_TOKEN --text 'Hello world'"
  • "linkedin post browser --text 'Hello world' --cookies-file cookies.json"

Installation

npm install node

Examples

node --version

Key Features

  • linkedin
  • social-media
  • publishing
  • oauth
  • api

javimosch/supercli/tree/main/plugins/linkedin/skills/quickstart commit 98f9432081

Frequently asked questions

npx skillmds@latest add javimosch/linkedin