Agent skill
posting-linkedin
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).
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/posting-linkedin-abdullahmalik17-digital-fte
SKILL.md
LinkedIn Poster Skill
Browser automation for LinkedIn posting.
Quick Start
bash
# 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
Didn't find tool you were looking for?