ad-creative-generation
Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity…
Publish organic TikTok content (videos, photos, carousels) through the TikTok-compliant interactive posting form via the Hyper MCP. Use when the user wants to post a video to TikTok, share photos on TikTok, upload to TikTok, or any phrase like "post this to TikTok" / "share on
$ npx -y skills add hyperfx-ai/marketing-skills --skill tiktok --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/tiktokContext preview
The summary Claude sees to decide when to auto-load this skill.
Publish organic TikTok content (videos, photos, carousels) through the TikTok-compliant interactive posting form via the Hyper MCP. Use when the user wants to post a video to TikTok, share photos on TikTok, upload to TikTok, or any phrase like "post this to TikTok" / "share on
name: tiktok description: Publish organic TikTok content (videos, photos, carousels) through the TikTok-compliant interactive posting form via the Hyper MCP. Use when the user wants to post a video to TikTok, share photos on TikTok, upload to TikTok, or any phrase like "post this to TikTok" / "share on TikTok" / "put this on my TikTok". For paid TikTok advertising campaigns, use the `tiktok-ads` skill instead. requires_toolkits: - tiktok icon: tiktok short_description: Publish organic TikTok videos, photos, and carousels through the compliance posting form.
End-to-end skill for publishing organic content to TikTok through the **TikTok Content Sharing Guidelines-compliant** interactive posting form.
| Request | Send them to | | --- | --- | | TikTok ad campaign, Spark Ads, paid promotion | `tiktok-ads` | | Instagram post / Reel / story | `instagram` | | LinkedIn document or carousel post | `linkedin` |
If `search("tiktok_post_form_open")` does not find `tiktok_post_form_open`, stop and tell the user to enable Hyper MCP and connect TikTok.
Every tool in this skill is named by its canonical tool name. Run it with the call your surface gives you:
| Surface | Find a tool | Run it | | --- | --- | --- | | MCP client (Claude, Cursor, Codex, ChatGPT) | `search("<what you want to do>")`, then `describe("<name>")` | `call("<name>", {...})` | | Hyper CLI | `hyperai search "<what you want to do>"`, then `hyperai describe <name>` | `hyperai call <name> --json '{...}'` |
If a tool is not found, its integration is not connected or not enabled for the workspace: stop and tell the user which integration to connect.
| Tool | Purpose | | --- | --- | | `tiktok_post_form_open` | **The only entrypoint when a user wants to post.** Opens the compliance form. | | `tiktok_videos_send_from_url`, `tiktok_post_video_from_file`, `tiktok_photos_send` | Final posting tools — call ONLY after the user submits the form. | | `tiktok_current_user_get` | Authenticated user profile (does not require the form). | | `tiktok_creator_info_get` | Check posting capabilities and limits. | | `tiktok_videos_list`, `tiktok_videos_query` | Browse the user's published videos. | | `tiktok_posts_status_get` | Check the status of a previously submitted post. | | `tiktok_videos_upload_from_url`, `tiktok_videos_upload_from_file`, `tiktok_photos_upload` | Send to inbox as draft (user posts manually in the TikTok app — bypasses the form intentionally). |
> **CRITICAL**: ALWAYS use `tiktok_post_form_open` when a user wants to post to TikTok. NEVER call `tiktok_videos_send_from_url`, `tiktok_photos_send`, or `tiktok_post_video_from_file` directly in response to a user request. The posting form is required for TikTok compliance.
> **CRITICAL**: Do NOT ask the user about privacy, policies, captions, or branded content settings before opening the form. The form handles all of this interactively.
> **CRITICAL**: Call `tiktok_post_form_open` immediately when the user wants to post. Do not gather information first.
If the user says ANY of:
**Immediately call `tiktok_post_form_open`:**
tiktok_post_form_open(
media_type="video", # or "photo"
media_url="<url>", # single video / single photo URL
media_urls=["<url>", ...] # for photo carousels (max 35)
)**DO NOT:**
The interactive posting form is TikTok Content Sharing Guidelines compliant and handles:
When calling `tiktok_post_form_open`, provide what you know:
| Parameter | When to provide | | --- | --- | | `media_type` | Always (`"video"` or `"photo"`). | | `media_url` | Single video or single photo. | | `media_urls` | Photo carousel (list of URLs, max 35). | | `video_duration_sec` | If known — enables duration validation. | | `title` | If the user mentioned a caption. | | `is_aigc` | If you generated the media (Sora, Veo, image gen, etc.). |
When the user fills out and submits the form, you receive a message containing all their chosen settings. At that point, call the appropriate posting tool with the exact parameters from their submission:
The posting tool will automatically poll status and return a completion message.
**Videos:**
**Photos:*
Agent Skills for marketing — paid ads, social media, SEO, AI search, competitor research, ad creative generation, email lifecycle, analytics, operations, and more.
Repo: hyperfx-ai/marketing-skills
Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity…
Plan and create Amazon Sponsored Products campaigns end-to-end via the Hyper MCP. Use when the user wants to launch Amazon Ads, set up Sponsored Products,…
Drive Google Analytics (GA4), Google Tag Manager, Google Search Console, and BigQuery from chat — tracking plans, GA4 reports, key-event (conversion) setup,…
Generate one excellent, on-brand blog post per run for any business, built to rank on Google and get cited by AI search (ChatGPT, Claude, Perplexity, AI…
Create and maintain a single brand-context.md — positioning, audience, personas, pain points, customer language, voice, proof points — that every other…
Run end-to-end B2B cold-email outreach through the Hyper MCP — enrich prospects with Apollo, scrape per-prospect signals from company sites and LinkedIn, draft…