π¦ ClawHub
Social Poster
by @jpaulgrayson
Post to social media via VibePost API. Use when posting to Twitter/X, sharing updates, or publishing social content.
TERMINAL
clawhub install social-posterπ About This Skill
description: Post to social media via VibePost API. Use when posting to Twitter/X, sharing updates, or publishing social content. triggers: - post to twitter - social post - tweet - share update - vibepost
Social Poster
Post to social media platforms via the VibePost API.
Setup
API key is configured in the script. Uses x-quack-api-key header for authentication.
Scripts
Post Content
node skills/social-poster/scripts/post.mjs --text "Hello world" [--platform twitter]
API Reference
POST https://vibepost-jpaulgrayson.replit.app/api/quack/postx-quack-api-key header{ "text": "your message", "platform": "twitter" }text not contentTips
βοΈ Configuration
API key is configured in the script. Uses x-quack-api-key header for authentication.