← 返回 Skills 市场
Growth Hub
作者
danyangliu
· GitHub ↗
· v1.0.1
· MIT-0
268
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install growth-hub
功能描述
Top-level orchestration skill that manages ads operations and enterprise growth decisions across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube A...
使用说明 (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
- Unified Intent Map
- Orchestration Plan (which helper/skill does what)
- Cross-functional KPI Tree
- Execution and Decision Timeline
- Governance and Escalation Matrix
Workflow
- Parse the request into execution and decision components.
- Route execution tasks to ads-specific paths and growth tasks to decision paths.
- Build shared KPI tree across teams.
- Sequence actions and dependencies.
- 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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install growth-hub - 安装完成后,直接呼叫该 Skill 的名称或使用
/growth-hub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Growth Hub 是什么?
Top-level orchestration skill that manages ads operations and enterprise growth decisions across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube A... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。
如何安装 Growth Hub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install growth-hub」即可一键安装,无需额外配置。
Growth Hub 是免费的吗?
是的,Growth Hub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Growth Hub 支持哪些平台?
Growth Hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Growth Hub?
由 danyangliu(@danyangliu-sandwichlab)开发并维护,当前版本 v1.0.1。
推荐 Skills