← Back to Skills Marketplace
danyangliu-sandwichlab

Growth Hub

by danyangliu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
268
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install growth-hub
Description
Top-level orchestration skill that manages ads operations and enterprise growth decisions across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube A...
README (SKILL.md)

Growth Hub

Purpose

Core mission:

  • Act as the top-level orchestration layer for the Growth Hub system.
  • Parse user intent and route to the right execution or decision path.
  • Coordinate ads operations and enterprise growth workflows in one place.
  • Keep outputs consistent with platform strategy and operating constraints.

When To Trigger

Use this skill when the user asks for:

  • end-to-end planning that spans ads execution and business growth decisions
  • a unified control-plane recommendation instead of a single specialist task
  • cross-functional coordination among marketing, finance, and growth teams
  • platform-level system behavior and operating rules

High-signal keywords:

  • growth hub, growth, strategy, report, dashboard
  • ads, advertising, campaign, performance, optimize
  • revenue, profit, budget, allocation, forecast

Input Contract

Required:

  • business_goal_bundle: revenue, profit, cashflow, and growth targets
  • operating_scope: markets, channels, teams, and timeline
  • decision_priority: speed, efficiency, scale, or risk control

Optional:

  • platform_constraints
  • capital_constraints
  • existing_operating_playbook
  • governance_policies

Output Contract

  1. Unified Intent Map
  2. Orchestration Plan (which helper/skill does what)
  3. Cross-functional KPI Tree
  4. Execution and Decision Timeline
  5. Governance and Escalation Matrix

Workflow

  1. Parse the request into execution and decision components.
  2. Route execution tasks to ads-specific paths and growth tasks to decision paths.
  3. Build shared KPI tree across teams.
  4. Sequence actions and dependencies.
  5. Output control-plane instructions and ownership.

Decision Rules

  • If request spans multiple domains, prioritize dependency-safe sequencing.
  • If KPI conflict exists, surface trade-off before final recommendation.
  • If governance constraints are missing, apply conservative defaults.
  • If decision impact is high, require explicit review gates.

Platform Notes

Primary scope:

  • Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, DSP/programmatic

Platform behavior guidance:

  • Use specialist skills for channel-level execution details.
  • Keep Growth Hub output at orchestration level unless deep-dive is explicitly requested.

Constraints And Guardrails

  • Do not bypass governance for speed.
  • Keep ownership and accountability explicit in every plan.
  • Separate policy from recommendation.

Failure Handling And Escalation

  • If request is ambiguous, ask only for missing high-impact fields.
  • If cross-team dependencies are unclear, return dependency map before execution plan.
  • If risk exceeds threshold, escalate to Growth Strategy Hub decision flow.

Code Examples

Orchestration Payload (JSON)

{
  "orchestrator": "growth-hub",
  "execution_path": ["ads-execution-hub", "shopify-ads-helper"],
  "decision_path": ["growth-strategy-hub"],
  "governance_level": "standard"
}

KPI Tree Spec (YAML)

north_star: contribution_profit
children:
  - revenue
  - blended_roas
  - cashflow_stability
  - customer_ltv

Examples

Example 1: Unified quarterly plan

Input:

  • Need one plan for ads + enterprise growth

Output focus:

  • orchestration map
  • ownership matrix
  • phased timeline

Example 2: Multi-team execution conflict

Input:

  • Marketing wants scale, finance wants cash preservation

Output focus:

  • conflict resolution logic
  • KPI trade-off framework
  • staged plan

Example 3: Platform expansion + governance

Input:

  • Add two channels while maintaining controls

Output focus:

  • control-plane routing
  • governance gates
  • escalation paths

Quality Checklist

  • Required sections are complete and non-empty
  • Trigger keywords include at least 3 registry terms
  • Input and output contracts are operationally testable
  • Workflow and decision rules are capability-specific
  • Platform references are explicit and concrete
  • At least 3 practical examples are included
Usage Guidance
What to consider before installing: - The skill itself is instruction-only and coherent for orchestration; it does not ask for secrets or install code. - The main risk is indirect: Growth Hub routes to channel-specific 'specialist' skills that may require API keys and external access. Before enabling, review which specialist skills will be invoked, and verify their provenance, required credentials, and permissions. - If you want to limit risk, require explicit human review gates for high-impact decisions, restrict autonomous invocation for this skill, and test with non-sensitive/demo accounts first. - Because the skill's source/homepage is unknown, prefer installing only if you trust the registry owner or after performing additional provenance checks on the specialist skills it will call.
Capability Analysis
Type: OpenClaw Skill Name: growth-hub Version: 1.0.1 The growth-hub skill bundle is a high-level orchestration template designed to guide an AI agent in managing marketing and growth strategies. The content in SKILL.md and the JSON metadata files is strictly limited to business logic, workflow definitions, and KPI mapping, with no executable code, suspicious network calls, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description, input/output contracts, workflow, and decision rules all align with a top-level orchestration/orchestrator role for ad channels and growth decisions. The skill does not ask for unrelated binaries, environment variables, or config paths — nothing requested appears out of scope for an orchestration skill.
Instruction Scope
SKILL.md stays at an orchestration level (parse intent, route to specialist skills, build KPI trees, sequence actions). It does not instruct reading local files, secrets, or external endpoints itself. Note: the instructions explicitly route to 'specialist skills' for channel-level execution; that means this skill may cause the agent to invoke other skills which could access credentials or external services. The orchestration role is inherently broad in authority, so review which downstream skills the agent will call.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install surface because nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. This is proportionate for an instruction-only orchestrator. However, because it delegates to channel-specific skills (e.g., Meta, Google Ads, TikTok), those downstream skills may require sensitive credentials — so credential access is an indirect risk to be managed outside this skill.
Persistence & Privilege
always is false (normal). disable-model-invocation is false, meaning the model may autonomously invoke the skill — this is the platform default. Because Growth Hub is a top-level orchestrator, autonomous invocation increases blast radius (it could route work automatically to other skills). Consider adding explicit human review gates or limiting autonomous invocation if you do not want unattended orchestration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install growth-hub
  3. After installation, invoke the skill by name or use /growth-hub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Version 1.0.1 — Major upgrade and rebranding from "lanbow-ads" to "growth-hub" - Skill renamed from "lanbow-ads" to "growth-hub", expanding scope to enterprise-wide growth orchestration. - Core mission and workflow updated to include end-to-end planning across ads, marketing, finance, and growth teams. - New input and output contracts focused on unified intent mapping, orchestration, and KPI trees. - Enhanced governance, failure handling, and escalation procedures for cross-team and cross-domain requests. - Documentation examples and high-signal trigger keywords broadened to cover both advertising execution and broader growth strategies.
Metadata
Slug growth-hub
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Growth Hub?

Top-level orchestration skill that manages ads operations and enterprise growth decisions across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube A... It is an AI Agent Skill for Claude Code / OpenClaw, with 268 downloads so far.

How do I install Growth Hub?

Run "/install growth-hub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Growth Hub free?

Yes, Growth Hub is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Growth Hub support?

Growth Hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Growth Hub?

It is built and maintained by danyangliu (@danyangliu-sandwichlab); the current version is v1.0.1.

💬 Comments