tweet-crafter
Drafts engaging tweets in copy-paste friendly code blocks and generates companion blog posts for various OpenClaw projects and announcements. Integrates with Agent Swarm and enforces ClawHub link best practices.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/austindixson/tweet-crafterTweet Crafter for OpenClaw
Description
Drafts engaging tweets in copy-paste friendly code blocks and generates companion blog posts for various OpenClaw projects and announcements. Integrates with Agent Swarm and enforces ClawHub link best practices.
Tweet Crafter Skill
This skill streamlines the process of creating social media content, specifically tweets, and accompanying blog posts for your OpenClaw projects and journey. It ensures tweets are formatted for easy sharing, adheres to character limits, and intelligently links to relevant resources (like ClawHub skill pages).
Usage
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: Drafts a tweet and a companion blog post. Requires atweet_promptandblog_context. Optionally takesskill_name,github_repo,clawhub_link,mentions, andhashtags. Returns a dictionary with the drafted tweet (as a string in a code block) and the blog post content.
Commands
This section would detail direct OpenClaw CLI commands to invoke the skill's functions. These will be implemented in scripts/tweet_crafter.py.
Purpose
To automate and standardize the creation of marketing and update content for OpenClaw skills and projects, making it easy to share your progress and achievements across social media and blogs.
Features
- Intelligent Tweet Drafting: Leverages Agent Swarm to craft engaging and concise tweets.
- Code Block Output: Presents drafted tweets in a code block for easy copy-pasting, preventing formatting issues.
- ClawHub Link Enforcement: Automatically includes ClawHub links for skills where applicable.
- Companion Blog Post Generation: Creates a short blog post to expand on the tweet's announcement.
- Customizable Content: Allows specification of mentions, hashtags, and context.
Configuration (config.json)
This skill might have configuration options for default tweet lengths, common hashtags, or even preferred LLMs for drafting if not handled directly by Agent Swarm. (Currently empty, can be extended.)
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-austindixson-tweet-crafter": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
what-just-happened
When the gateway comes back online, check recent logs and post a short message about what happened (restart, SIGUSR1, auth change, reconnect). User sees the response in TUI or Telegram.
agent-loops
Multi-agent workflow orchestrator. Use when the user asks to build, create, make, ship, develop, or launch any software (apps, webapps, websites, mobile apps, APIs, tools, bots, dashboards, SaaS, MVPs); fix or debug bugs; review or audit code; research topics; refactor code; or publish skills.
composio-composer-xskill
Enables posting tweets to Twitter/X through Composio's integration platform via HTTP and BeautifulSoup. Use when posting tweets or integrating with Composio.
creative-agents
Integration scripts for the creative agent swarm managed by overstory (Claude Code). Use when configuring or running researcher, social media, blog, or scribe agents.
skill-doc-formatter
Formats SKILL.md (OpenClaw/Cursor skill docs) for optimal display on ClawHub. Produces a consistent structure—Description, Installation, Usage with benefit-focused examples, and Commands—so skill pages are clear and scannable.