linkedin

Create, read, and delete LinkedIn posts via the v2 REST API.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/HaraldeRoessler/ownify-microclaw --skill linkedin-haralderoessler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkedin
Source: https://github.com/HaraldeRoessler/ownify-microclaw/tree/main/skills/built-in/linkedin
Command: npx skills add https://github.com/HaraldeRoessler/ownify-microclaw --skill linkedin-haralderoessler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you interact with LinkedIn without leaving the agent, making it easier to post updates, share articles, and retrieve your own profile details through the official API.

Core Features & Use Cases

  • Create posts: Publish text updates or article shares directly to LinkedIn.
  • Read profile data: Fetch your own OIDC userinfo profile details for author identification and verification.
  • Manage content: Delete previously created posts when you need to correct or remove them.
  • Use Case: A founder can ask the agent to draft and publish a product announcement, then later remove it if a revision is needed.

Quick Start

Ask the agent to post a short LinkedIn update announcing your latest product launch.

Frequently Asked Questions about linkedin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I post updates to LinkedIn using the v2 REST API?

To post updates to LinkedIn, you use the v2 REST API with an OAuth 2.0 bearer token to publish text shares or article links directly from your agent environment.

What do I need to read my LinkedIn profile data through the API?

Reading LinkedIn profile data requires an OAuth 2.0 bearer token with the correct userinfo scopes to fetch your own OIDC profile details for author verification.

Can I delete a LinkedIn post through the API if I need to make a revision?

Yes, you can delete previously created LinkedIn posts through the v2 REST API to manage content cleanup when corrections or removals are needed.

Does posting to LinkedIn through an agent require specific authentication scopes?

Posting to LinkedIn requires specific OAuth 2.0 scopes for userinfo and publishing, along with curl and a valid bearer token to authenticate API requests.

What is the best way to share articles and text updates on LinkedIn automatically?

The best way to share articles automatically is using the v2 REST API to create link shares or text updates, managing content workflows without leaving your agent.