ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/danyangliu-sandwichlab/lanbow
Or

Lanbow

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

  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 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

Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-danyangliu-sandwichlab-lanbow": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.