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)
Utilisez cette compétence pour publier automatiquement des posts approuvés sur LinkedIn sans intervention manuelle.
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ûrThe 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
Run the LinkedIn poster to process and publish all approved posts from the pending queue.Post this to LinkedIn: "Excited to share our new product launch! Check it out at https://example.com"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
- Browser opens automatically
- Log in to LinkedIn manually
- 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
Atomiseur de Contenu
Contenu
Transforme un contenu unique en publications adaptées à chaque plateforme.
Rédacteur de Blog SEO
Contenu
Rédige des articles de blog optimisés SEO avec structure et mots-clés.
Scénariste YouTube
Contenu
Écrit des scripts YouTube engageants avec hooks, structure et rétention.