Install
openclaw skills install rendshot-linkedinCreate high-performing LinkedIn content images — feed posts, article covers, carousel documents, and company page graphics. Use when the user mentions: 'LinkedIn', 'LinkedIn post', 'LinkedIn carousel', 'LinkedIn article', 'professional post', or wants to create visual content for LinkedIn. Combines platform algorithm knowledge, B2B visual design best practices, and Rendshot image generation.
openclaw skills install rendshot-linkedinCreate feed posts, article covers, and carousel graphics optimized for LinkedIn's algorithm and professional visual standards.
Ask (if not provided):
Read references/algorithm.md for:
Read references/design-style.md for:
Feed Post (1200x627):
generate_image({
prompt: "LinkedIn feed post for a SaaS startup, professional clean design, title 'We Raised $5M Series A', navy and white palette, company logo area top-left, key metrics grid below title",
platform: "linkedin_post",
locale: "en"
})
Carousel (multi-slide, 1200x627 each):
// Slide 1 — Cover
generate_image({
prompt: "LinkedIn carousel cover, '5 Lessons from Scaling to 100 Employees', professional dark blue gradient, large bold title, author photo area bottom-left",
platform: "linkedin_post"
})
// Subsequent slides — use template for consistency
generate_image({
template_id: "tpl_linkedin_slide",
variables: { slide_number: "1", lesson_title: "Hire slow, fire fast", body: "..." }
})
Using templates:
list_templates({ platform: "linkedin_post", q: "professional" })
get_template({ template_id: "tpl_xxx" })
generate_image({ template_id: "tpl_xxx", variables: { ... } })
create_template({
name: "Company Announcement",
html: "<returned html>",
variables: [...],
platform: "linkedin_post",
tags: ["announcement", "corporate", "professional"]
})
| Format | Platform preset | Size | Use case |
|---|---|---|---|
| Feed post | linkedin_post | 1200x627 | Images, carousels, announcements |