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).

@AbdullahMalik17
NOASSERTION۱۴۰۴/۱۲/۱
(0)
۲ستاره
۰دانلود
۱بازدید

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install AbdullahMalik17/Digital-FTE/posting-linkedin

نصب در پروژه فعلی:

npx skillhub install AbdullahMalik17/Digital-FTE/posting-linkedin --project

مسیر پیشنهادی: ~/.claude/skills/posting-linkedin/

محتوای SKILL.md

---
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

```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

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`