Social Operations
When to Use
- •Posting approved updates to LinkedIn
- •Scheduling social media posts for future publication
- •Checking status of recent posts
- •Preventing duplicate content posting
Instructions
- •
Post Update:
bashpython3 .claude/skills/social-ops/scripts/main_operation.py --action post --content "CONTENT"
Note: Requires approval for public posts. Use dry-run to test.
- •
Schedule Post:
bashpython3 .claude/skills/social-ops/scripts/main_operation.py --action schedule --content "CONTENT" --time "ISO8601_TIMESTAMP"
- •
List Recent Posts:
bashpython3 .claude/skills/social-ops/scripts/main_operation.py --action list-recent --limit 5
Validation
- • Post successfully published (or logged in dry-run)
- • Duplicate content warning triggered if applicable
- • Audit log entry created
See REFERENCE.md for LinkedIn API configuration.