Content Publishing
Publish approved content to target platforms.
Arguments: $ARGUMENTS — platform (soltome | LinkedIn)
Soltome Publishing
- Check credit balance:
GET /api/credits/balance - Verify draft status is
approvedorpolished - Post:
POST /api/postswith{title, content}— costs 2 credits - Log event to event-log:
soltome_postwith post ID and remaining credits - Update draft status to
published
LinkedIn Publishing
LinkedIn API posting is NOT automated. Instead:
- Format the draft for LinkedIn (add hashtags, line breaks)
- Copy formatted text to clipboard
- Instruct user to paste into LinkedIn post editor
- Mark draft as
publishedafter confirmation
Approval Required
All content must be approved by the human before publishing. Never auto-publish.
