From Hyper Marketing
Publishes LinkedIn content via Hyper MCP: text posts, article/link previews, document/PDF uploads, company page posts, and AI-generated text-to-carousel posts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyper-marketing:linkedinThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Skill for publishing to LinkedIn through the LinkedIn integration exposed by the Hyper MCP.
Skill for publishing to LinkedIn through the LinkedIn integration exposed by the Hyper MCP.
| Request | Send them to |
|---|---|
| Instagram post / Reel / Story | instagram |
| TikTok organic posting | tiktok |
| TikTok ad campaign | tiktok-ads |
| Meta (Facebook / Instagram) ads | meta-ads |
| Google Ads campaign | google-ads |
| Amazon Sponsored Products campaign | amazon-ads |
If linkedin_create_text_post is not in the tool list, stop and tell the user to enable Hyper MCP and connect LinkedIn.
| Tool | Purpose |
|---|---|
linkedin_create_text_post | Standard member or organization text post; also article / link posts via the article fields. |
linkedin_create_organization_post | Post explicitly as a company page (when you already know organization_id). |
linkedin_create_document_post | PDF / document post — LinkedIn renders pages as a swipeable document. |
linkedin_create_carousel_from_text | AI text-to-carousel pipeline — generates slides + assembles a PDF + publishes as a document post. |
linkedin_create_text_post for standard member or organization posts.linkedin_create_organization_post when the user explicitly wants to post as a company page and you already know the organization_id.linkedin_create_document_post for PDF / document uploads. LinkedIn renders PDF pages as a swipeable document post.linkedin_create_carousel_from_text when the user wants a text-to-carousel workflow driven by AI-generated slides.Do not rely on LinkedIn to scrape Open Graph metadata for API-created posts.
For reliable article posts:
article_url.article_title, article_description, and thumbnail_url.Use this shape when editing or preparing a LinkedIn article post:
linkedin_create_text_post(
text="Caption text",
article_url="https://example.com/article",
article_title="Explicit preview title",
article_description="Explicit preview description",
thumbnail_url="https://example.com/thumbnail.jpg",
organization_id="123456789", # optional
)
LinkedIn carousels are implemented as document posts backed by a PDF.
Use linkedin_create_document_post when you already have a PDF URL or stored file ID:
linkedin_create_document_post(
text="Caption text",
title="Deck title",
document_url="https://example.com/deck.pdf",
organization_id="123456789", # optional
)
Use linkedin_create_carousel_from_text when the user wants the system to build the carousel from a block of source text:
linkedin_create_carousel_from_text(
text_content="Source content for the slides",
title="Carousel title",
caption="LinkedIn caption",
num_slides=4,
style="professional",
color_scheme="blue",
organization_id="123456789", # optional
)
The current implementation:
Supported slide counts are 4, 6, and 9.
The current LinkedIn carousel pipeline is PDF-based. It does not provide a first-class live canvas editing loop before publish.
If a user wants manual refinement:
linkedin_create_document_post.Do not promise an in-product editable canvas workflow unless the tool is actually available in the current environment.
When posting to a company page:
organization_id, call linkedin_get_my_managed_pages() first — it returns all company pages the connected account can post to, with their IDs.linkedin_get_organization_posts_detailed(organization_id=...) to preview recent posts before publishing — avoids accidental duplicates.organization_id to whichever posting tool you're using.linkedin_create_text_post with explicit article_title, article_description, and thumbnail_url.organization_id.linkedin_create_carousel_from_text returned an unexpected slide count. Only num_slides of 4, 6, or 9 are supported.document_url must be a directly-fetchable PDF (no auth, no HTML redirect page).npx claudepluginhub hyperfx-ai/marketing-skills --plugin hyper-marketingGenerates LinkedIn posts in your voice by building an author profile via interviews and scraping, then drafts with news and humanizes. Automates personal content creation.
Automates LinkedIn tasks like creating posts with images, retrieving profile and company info, managing comments via Composio toolkit and Rube MCP. Activate for social media automation workflows.
Automates LinkedIn tasks via Rube MCP (Composio): create posts with images, retrieve profile/company info, manage comments. Requires RUBE_SEARCH_TOOLS first and active connection.