โ† All skills
Tencent SkillHub ยท Content Creation

B2c Marketing 1.0.1

B2C mobile app marketing via short-form video content on TikTok, Instagram Reels, and YouTube Shorts. Use when creating, scheduling, or strategizing organic...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

B2C mobile app marketing via short-form video content on TikTok, Instagram Reels, and YouTube Shorts. Use when creating, scheduling, or strategizing organic...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 19 sections Open source page

B2C Marketing โ€” Short-Form Video Content Machine

Automate organic B2C app marketing through short-form video on TikTok, Instagram Reels, and YouTube Shorts. This skill is based on a proven method that drove 30,000 downloads in one month with zero ad spend.

Phase 1: Account Warmup (Days 1-2)

Create new account(s) on Instagram and/or TikTok Scroll 15 min/day in your target audience niche ONLY Follow, comment, and like posts that your app/product is relevant to This teaches the algorithm where to push your content โ€” CRITICAL for TikTok especially Never buy old accounts โ€” they suck and have a locked-in audience you can't change Same email for multiple TikTok accounts is fine

Phase 2: Research (Ongoing)

Save any videos you see that you could remake to promote your app Study what other apps in your niche are doing Browse competitor accounts โ€” sort by Popular on TikTok to see their top performers Note caption patterns, video length, hooks, hashtags Think creatively about how existing viral formats can showcase YOUR app

Phase 3: Start Posting (Day 3+)

Start with 1 post/day per warmed account โ€” quality over quantity Every post needs a CTA relevant to your app (in caption, comment, or end of video) Views without downloads are useless โ€” always tie content back to your app If you can't break 500 views after consistent posting, pause 2-3 days and improve content quality

Phase 4: Find Your Winner

Each app's "winning format" is unique โ€” this may take 300+ videos to find Keep testing new formats, hooks, and angles Once you find a format that pops, DOUBLE DOWN on it Make variations of your winner โ€” same hook structure, different content

Phase 5: Scale with Post Bridge

Once you have a winning format, scale to 2-6 posts/day Use Post Bridge API to upload and schedule across IG, TikTok, YouTube simultaneously Instagram as main platform, then reupload to YouTube, TikTok, and others via Post Bridge This takes 10x less time than posting manually on each platform

What the Algorithm Wants

The algo LOVES two things: Watch time โ€” short videos (under 10 seconds) get highest completion rates Comments โ€” make content that drives people to comment ("what app is this?") Your two goals with every piece of content: maximize watch time and drive comments. Don't name the app in the caption โ€” let people ask in comments. This drives engagement AND the algo rewards comment activity.

Key Principles

Hook in first 1-2 seconds (text overlay or surprising visual) "POV:" captions drive curiosity and shares Show the app in action, not just talking about it Emotional triggers: love, FOMO, curiosity, relatability 1 creative, well-thought-out post > 5 pieces of slop Log every lesson, iterate on what works

The Hook Formula

WINNING formula: [Another person] + [conflict/doubt] โ†’ showed them [app/result] โ†’ they changed their mind Creates a story in the viewer's head โ€” they picture the reaction It's about the HUMAN MOMENT, not the app Self-focused hooks about features/price โ†’ dead Always ask: "Who's the other person, and what's the conflict?"

Hook Templates (adapt to your niche)

pov: [relatable scenario involving your app] found the cutest/best/most useful [app type] for [audience] may this type of [emotion] find you [emoji] [person] didn't believe me until I showed them this this [feature] is actually insane how did I not know about this sooner

Hashtag Strategy

Max 4-5 hashtags per post Mix broad (#fyp #viral) with niche (#yourappniche) Don't include app name in hashtags unless it's already known

Slideshow Format

AI-generated slideshows for TikTok/Reels โ€” see references/slideshow-method.md: Use AI image generation for frames Add text overlays programmatically Great for apps without visual demo content

Posting via Post Bridge API

Base: https://api.post-bridge.com | Auth: Authorization: Bearer <key>

Setup

Create Post Bridge account at post-bridge.com ($9/mo, API add-on $14/mo) Connect your social accounts (TikTok, Instagram, YouTube, Twitter, etc.) Get API key from Settings โ†’ API Store in workspace .env: POST_BRIDGE_API_KEY=pb_live_xxxxx

Posting Flow

POST /v1/media/create-upload-url โ†’ { "mime_type": "video/mp4", "size_bytes": <int>, "name": "file.mp4" } PUT <upload_url> with binary file POST /v1/posts with caption, media IDs, social_account IDs, optional scheduled_at GET /v1/posts/<id> to check status

Platform Configs (pass in platform_configurations)

TikTok: { draft: true, video_cover_timestamp_ms: 3000 } โ€” draft lets you add trending sound manually Instagram: { video_cover_timestamp_ms: 3000 } โ€” normal reel by default YouTube: { video_cover_timestamp_ms: 3000 } โ€” posts as Short automatically

Scheduling

Set scheduled_at (ISO 8601 UTC) to schedule ahead Omit for instant post Stagger posts throughout the day (e.g. 9am + 3pm)

Performance Tracking

Track every post in a local file: Post ID, platform, caption, format type, date Check views by browsing platform pages Note which hooks/formats perform best Weekly review: double down on winners, try new variations of top performers If a format stops working, go back to research phase

Daily Workflow

Pick next unposted video from content folder Extract frame โ†’ read text overlay โ†’ write caption + hashtags Upload media โ†’ create post โ†’ schedule or post instantly Move video to posted/ subfolder Set cron to check post status 5 mins after scheduled time Report results (include TikTok caption in copy-paste block if using draft mode) Repeat for each daily post slot

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • _meta.json Config