game-marketing
텔레그램 Mini App 게임 마케팅 플레이북. 새 게임 런칭 시 로드하여 단계별 실행. 홍보 채널 세팅, 바이럴 메카닉, 수익화, 자동화까지 커버.
Why use this skill?
Scale your Telegram Mini Apps with the game-marketing skill. Get step-by-step launch playbooks, viral mechanics, and retention strategies for indie developers.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kjaylee/game-marketingWhat This Skill Does
The game-marketing skill acts as your personal CMO (Chief Marketing Officer) specifically optimized for the Telegram Mini App ecosystem. It provides a comprehensive, phased roadmap to scale your games from a prototype concept to a global hit. The skill organizes your marketing efforts into logical stages—Pre-launch, Launch, Growth, and Scale—ensuring that you focus on high-impact activities like viral mechanics, cross-promotion, and data-driven user acquisition rather than guessing what works. It translates technical game performance data into actionable marketing tasks.
Installation
You can install this skill by running the following command in your OpenClaw terminal:
clawhub install openclaw/skills/skills/kjaylee/game-marketing
Use Cases
- New Game Launch: Execute a structured 8-week plan to maximize Day 1 retention and viral growth.
- Portfolio Synergy: Automatically identify opportunities to cross-promote new releases to your existing player base.
- Performance Tuning: Troubleshoot poor retention metrics by implementing suggested improvements to the onboarding flow and viral reward loops.
- Community Management: Utilize established content templates to maintain active engagement on Telegram channels, Reddit, and TikTok.
Example Prompts
- "We're launching a new word puzzle game next week. Please generate the Phase 0 checklist and help me draft a Telegram post that includes a viral referral incentive."
- "My D7 retention is currently at 5%. Based on the game-marketing playbook, what are the top three interventions I should prioritize to improve this?"
- "Draft a 4-week TikTok content schedule for my new tap-to-earn game, focusing on viral highlights and community challenges."
Tips & Limitations
- Prioritize the Viral Loop: Do not spend money on paid ads until your organic viral coefficient (K) is above 0.3. This skill emphasizes product-led growth over expensive paid acquisition.
- Data Dependency: The effectiveness of this skill relies on the accuracy of your tracking. Ensure UTM parameters and event logs are set up according to the Phase 0 checklist.
- Cross-Promotion Power: Leverage your existing game portfolio early. The easiest way to get your first 1,000 players is by converting them from your current titles.
- Regional Strategy: Always consider the geography of your users. CPIs (Cost Per Install) vary significantly; prioritize regions like Brazil, India, or the CIS for cost-effective scaling.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kjaylee-game-marketing": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
ui-ux-pro-max
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
ralph-loop
AI 자율 구현 방법론. 구현/개발/코딩 요청 시 자동 적용. 메인은 마더 서브에이전트를 spawn하고, 마더가 워커들을 관리. specs/ → IMPLEMENTATION_PLAN.md → 1태스크씩 구현 → 2단계 리뷰 → 테스트 → 반복.
game-dev-rust-godot
Game development workflow using Rust+WASM or Godot 4.x for HTML5 games. Use when creating new games, implementing game mechanics, or porting existing games. Follows TDD-based production pipeline v3.1 with asset-first approach. Covers Rust(Macroquad/Bevy), Godot HTML5 Export, asset acquisition, test case writing, and QA automation. Master directive (2026-02-06) - ONLY Rust+WASM or Godot allowed, JS/TS frameworks prohibited.
subagent-dev
Execute implementation plans using fresh subagents per task with two-stage review (spec compliance + code quality). Use when executing multi-task plans with independent work units. Enhances ralph-loop methodology.
systematic-debugging
Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.