Publieur LinkedIn avec Playwright

VérifiéSûr

Publie du contenu sur LinkedIn en utilisant l'automatisation de navigateur avec Playwright. Utile pour programmer des publications, gérer l'authentification LinkedIn ou traiter la file d'attente des posts. Ne génère pas le contenu lui-même.

Spar Skills Guide Bot
ContenuIntermédiaire
5002/06/2026
Claude Code
#linkedin#automation#playwright#social-media#posting

Recommandé pour

Notre avis

Automatise la publication de contenu sur LinkedIn via Playwright, avec gestion de session et file d'attente d'approbation.

Points forts

  • Automatisation fiable de la publication LinkedIn
  • Persistance de session pour éviter les connexions répétées
  • Workflow d'approbation intégré pour valider les posts avant publication
  • Respect des limites de taux (2 posts/jour, 1 post/heure)

Limites

  • Nécessite une connexion manuelle initiale
  • Dépend du sélecteur DOM de LinkedIn, pouvant se casser avec les mises à jour
  • Ne génère pas le contenu des posts (uniquement publication)
Quand l'utiliser

Utilisez cette compétence pour publier automatiquement des posts approuvés sur LinkedIn sans intervention manuelle.

Quand l'éviter

Ne l'utilisez pas pour rédiger le contenu des posts – combinez-la avec une compétence de génération de contenu.

Analyse de sécurité

Sûr
Score qualité85/100

The skill automates LinkedIn posting using Playwright with no obfuscated or destructive actions. It only references local Python scripts and does not instruct downloading or executing external payloads. The automation is transparent, rate-limited, and includes an approval workflow.

Aucun point d'attention détecté

Exemples

Publish an approved post
Run the LinkedIn poster to process and publish all approved posts from the pending queue.
Direct post
Post this to LinkedIn: "Excited to share our new product launch! Check it out at https://example.com"
Check session status
Check if the LinkedIn session is still valid and we can post without re-authenticating.

name: posting-linkedin description: | Post content to LinkedIn using Playwright browser automation. Use when publishing LinkedIn posts, configuring posting schedule, troubleshooting LinkedIn authentication, or managing post queue. NOT when generating post content (use generating-ceo-briefing for metrics).

LinkedIn Poster Skill

Browser automation for LinkedIn posting.

Quick Start

# Process approved posts
python scripts/run.py --process-approved

# Post directly
python scripts/run.py --post "Your post content here"

# Check session
python scripts/run.py --check-session

First Run

  1. Browser opens automatically
  2. Log in to LinkedIn manually
  3. Session persists in config/linkedin_data/

Rate Limits

  • 2 posts per day
  • 1 post per hour

Approval Workflow

Posts go through Vault/Pending_Approval/ before publishing.

Verification

Run: python scripts/verify.py

Skills similaires