Install
openclaw skills install rendshot-twitterCreate high-performing Twitter/X content images — post images, thread headers, link preview cards, and profile banners. Use when the user mentions: 'Twitter'...
openclaw skills install rendshot-twitterCreate post images, thread headers, and link preview cards optimized for Twitter/X's algorithm and visual standards.
Ask (if not provided):
Read references/algorithm.md for:
Read references/design-style.md for:
Post Image (1200x675):
generate_image({
prompt: "Twitter post image for a tech announcement, dark theme, bold white title 'We just shipped v2.0', subtle gradient background, modern sans-serif, minimal and impactful",
platform: "twitter_post",
locale: "en"
})
Link Preview Card (1200x628):
generate_image({
prompt: "Twitter card for a blog post about React performance, dark blue tech aesthetic, title 'React Renders Explained', code snippet preview, clean layout",
platform: "twitter_card",
locale: "en"
})
Thread Header:
generate_image({
prompt: "Twitter thread header image, 'How I Built a SaaS in 30 Days', numbered badge '1/12', dark background with cyan accent, bold modern font",
platform: "twitter_post"
})
Using templates:
list_templates({ platform: "twitter_card", q: "blog post" })
get_template({ template_id: "tpl_xxx" })
generate_image({ template_id: "tpl_xxx", variables: { ... } })
create_template({
name: "Product Launch Tweet",
html: "<returned html>",
variables: [...],
platform: "twitter_post",
tags: ["launch", "product", "announcement"]
})
| Format | Platform preset | Size | Use case |
|---|---|---|---|
| Post image | twitter_post | 1200x675 | Image tweets, thread headers |
| Link card | twitter_card | 1200x628 | Blog/article OG images for link previews |