linkedin

Installation
SKILL.md

LinkedIn Skill

Post content to a LinkedIn organization page using the LinkedIn REST API.

Prerequisites

Credentials must be configured as Space environment variables.

Variable Required Description Example
LINKEDIN_ACCESS_TOKEN Yes OAuth 2.0 Bearer token (expires every 2 months) AQV...
LINKEDIN_ORG_ID Yes LinkedIn organization numeric ID 104061442

Verify Setup

echo "LINKEDIN_ACCESS_TOKEN: ${LINKEDIN_ACCESS_TOKEN:+configured (${#LINKEDIN_ACCESS_TOKEN} chars)}"
echo "LINKEDIN_ORG_ID: ${LINKEDIN_ORG_ID:-not set}"
Installs
1
GitHub Stars
2
First Seen
Jun 22, 2026
linkedin — teamday-ai/agents