lanbow
Brand-level orchestration skill for Lanbow, a unified app that manages ads operations and enterprise growth decisions across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP/programmatic.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/danyangliu-sandwichlab/lanbowLanbow
Purpose
Core mission:
- Act as the top-level orchestration layer for the Lanbow 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 Lanbow 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
- brand-level Lanbow system behavior and operating rules
High-signal keywords:
- lanbow, 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 Lanbow 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 Lanbow Enterprise Growth decision flow.
Code Examples
Orchestration Payload (JSON)
{
"orchestrator": "lanbow",
"execution_path": ["lanbow-ads", "shopify-ads-helper"],
"decision_path": ["lanbow-enterprise-growth"],
"governance_level": "standard"
}
KPI Tree Spec (YAML)
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-danyangliu-sandwichlab-lanbow": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
cmo-ads-helper
Support CMO-level planning across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP/programmatic with revenue, profit, cashflow, ROAS, and LTV strategy modeling.
landing-page-optimizer
Optimize conversion pages for paid traffic from Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and Shopify Ads journeys.
crm-lead-manager
Manage ad-generated leads and pipeline routing from Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, and landing-page funnels.
traffic-structure-analyzer
Analyze traffic composition and quality trends from Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and DSP/programmatic channels.
roas-forecast-attribution-modeler
Build ROAS forecasting and attribution-model assumptions for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP/programmatic planning.