π¦ ClawHub
Tweet Crafter
by @austindixson
Drafts engaging tweets in copy-paste friendly code blocks and generates companion blog posts for various OpenClaw projects and announcements. Integrates with...
π‘ Examples
This skill will expose one primary function:
tweet_crafter.draft_content(tweet_prompt: str, blog_context: str, skill_name: str = None, github_repo: str = None, clawhub_link: str = None, mentions: list = [], hashtags: list = [], character_limit: int = 280) -> dict:tweet_prompt and blog_context. Optionally takes skill_name, github_repo, clawhub_link, mentions, and hashtags.
Returns a dictionary with the drafted tweet (as a string in a code block) and the blog post content.TERMINAL
clawhub install tweet-crafter