Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

lanbow-claw-skill兰弓爪技能

Agent Skill

lanbow-claw-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,101

周安装

472

GitHub Stars

2

下载量

3,889
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lanbow-claw-skill(兰弓爪技能)
来源仓库:https://github.com/lanbowai/lanbow-claw-skill
安装命令:
openclaw skills install lanbow-claw-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install lanbow-claw-skill

简介

端到端Meta广告系统协调器,覆盖策略制定、创意生成到投放交付全流程。

  • 适用于Facebook/Instagram广告账户管理、预算分配与ROI优化场景。
  • 内置A/B测试框架与转化漏斗分析工具,提升广告素材迭代效率。
  • 需绑定有效广告账户凭据,严格遵守Meta平台政策避免封号风险。
  • lanbow-claw-skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
lanbow-ads-skills
description
|
homepage
https://lanbow.com/
metadata

Lanbow Ads Skills

End-to-end Meta Ads lifecycle management across 4 features: Strategy → Creative → Delivery → Review, forming a continuous optimization loop. Built by Lanbow — see the detailed guide for more information.

Feature Map

#FeatureSkillWhat It DoesKey Dependency
1Strategy Researchads-strategy-researcherMarket analysis, competitive intelligence, messaging strategyWebSearch / WebFetch
2Creative Generationcreative_genAI-generated ad images from strategy inputsUser's Gemini API Key
3Ad Deliverylanbow-adsCampaign creation and management via Meta Ads CLIUser's Meta Access Token
4Post-Campaign Reviewpost-campaign-reviewPerformance diagnosis and optimization planCampaign delivery data

System Decision Tree

Starting a new campaign from scratch? → Start at Feature 1 (Strategy) → Feature 2 (Creative) → Feature 3 (Delivery)

Have strategy, need creatives? → Start at Feature 2 (Creative) → Feature 3 (Delivery)

Have creatives, need to launch? → Start at Feature 3 (Delivery)

Campaign already running, need to optimize? → Start at Feature 4 (Review) → loop back to Features 1-3 as needed

Quick ad hoc task? (list campaigns, check performance, upload image, etc.) → Use Feature 3 (Delivery / lanbow-ads CLI) directly

Full Lifecycle Loop

┌─────────────────────────────────────────────────────────┐
│                                                         │
│  Feature 1: Strategy Research                           │
│  ┌──────────────────────────────────┐                   │
│  │ Input: URL, objectives, audience │                   │
│  │ Output: insights report          │                   │
│  │   • key message                  │                   │
│  │   • key look                     │                   │
│  │   • ad angles + CTAs             │                   │
│  │   • audience segments            │                   │
│  └──────────┬───────────────────────┘                   │
│             │                                           │
│             ▼                                           │
│  Feature 2: Creative Generation                         │
│  ┌──────────────────────────────────┐                   │
│  │ Input: key message, key look,    │                   │
│  │        product info, audiences   │                   │
│  │ Output: ad images + prompts      │                   │
│  └──────────┬───────────────────────┘                   │
│             │                                           │
│             ▼                                           │
│  Feature 3: Ad Delivery                                 │
│  ┌──────────────────────────────────┐                   │
│  │ Input: creatives, targeting,     │                   │
│  │        budget, account           │                   │
│  │ Output: live campaign            │                   │
│  └──────────┬───────────────────────┘                   │
│             │                                           │
│             ▼                                           │
│  Feature 4: Post-Campaign Review                        │
│  ┌──────────────────────────────────┐                   │
│  │ Input: performance data          │                   │
│  │ Output: diagnosis + next actions │──── loop back ────┘
│  └──────────────────────────────────┘

Feature 1: Strategy Research

Skill: ads-strategy-researcher | Details: strategy-research.md

Perform pre-campaign market analysis using WebSearch + WebFetch. Produces a structured strategy report.

Trigger phrases: "ads strategy", "marketing plan", "competitor research", "market research"

Inputs: product URL, business objectives, campaign context, audience info, competitors

Key outputs that feed Feature 2:

OutputUsed By
Key Message (primary promise + reasons)product_info / requirements in creative gen
Key Look (visual cues, composition)requirements in creative gen
Ad Angles (hooks, CTAs)input_cta in creative gen
Audience Segmentsaudience_descriptions in creative gen

Strategy types: Omni-Channel (Amazon + TikTok + Meta) or Meta-Only

Feature 2: Creative Generation

Skill: creative_gen | Details: creative-generation.md

Generate ad creative images via 2-step Gemini pipeline: proposals (gemini-2.5-flash) → images (gemini-3.1-flash-image-preview).

Trigger phrases: "generate ad", "create ad image", "ad creative", "generate creatives"

Requires: GEMINI_API_KEY (optional env var — only needed when using this feature; not required for Features 1, 3, or 4)

Inputs: product info, audience descriptions, requirements, CTA, aspect ratio, optional product image

Outputs: creative-proposals.json + ad-*.png images + reusable prompt templates

Connection to Feature 3: Upload generated images via lanbow-ads images upload, then reference image_hash in lanbow-ads creatives create.

Feature 3: Ad Delivery

Skill: lanbow-ads | Details: ad-delivery.md

Execute campaign setup and management via the lanbow-ads CLI.

Trigger phrases: "create campaign", "launch ads", "upload image", "show campaigns", "投放广告"

Requires: Meta Access Token, App ID, Ad Account ID (declared in requires.env). App Secret is optional — only needed for exchanging short-lived tokens to long-lived tokens via lanbow-ads auth exchange.

Credential setup (try in order):

  1. Environment variables or platform secret fields (best): If META_ACCESS_TOKEN, META_APP_ID, and META_AD_ACCOUNT_ID are already set as environment variables (or via your platform's secret/credential fields), configure the CLI automatically:
   lanbow-ads config set --app-id "$META_APP_ID"
   lanbow-ads auth set-token "$META_ACCESS_TOKEN"
   lanbow-ads config set --account "$META_AD_ACCOUNT_ID"
   # Only if META_APP_SECRET is set (optional — needed only for token exchange):
   [ -n "$META_APP_SECRET" ] && lanbow-ads config set --app-secret "$META_APP_SECRET"
  1. Ask the user to provide credentials directly (most common): If env vars are not set, tell the user exactly how to get each credential from Meta's web interface. Recommend the user use their platform's secret fields or environment variables rather than pasting credentials directly into chat. If direct input is the only option, only request the minimum credentials needed for the current task:

- Access Token: Open https://developers.facebook.com/tools/explorer/ → select your App → click "Generate Access Token" → select permissions ads_management, ads_read, business_management → click "Submit" → copy the token - App ID: Go to https://developers.facebook.com/apps/ → select your App → App Settings → Basic - Ad Account ID: Go to https://adsmanager.facebook.com/ → find act_XXXXXXXXX in the URL or account dropdown - App Secret (only if needed for token exchange): App Settings → Basic → click "Show" next to App Secret

Then run the CLI commands on their behalf. For a full walkthrough, see meta-account-setup.md.

  1. lanbow-ads auth login (last resort): This opens a browser on the agent's machine for OAuth. It only works when you and the user are on the same machine. Do NOT attempt this by default. If the user can't open the auth URL or auth login fails, fall back to method 2 immediately — ask for credentials directly. Do NOT retry or keep sending OAuth URLs.

Credential scope limits: The agent must ONLY use provided credentials for lanbow-ads CLI commands. The agent must NOT log, echo, or store credentials in any file other than via the lanbow-ads config set and lanbow-ads auth set-token commands. The agent must NOT transmit credentials to any endpoint other than the Meta Marketing API (via the CLI).

Campaign creation sequence:

  1. lanbow-ads campaigns create — create campaign (PAUSED)
  2. lanbow-ads images upload / lanbow-ads videos upload — upload media
  3. lanbow-ads creatives create — create creative with media
  4. lanbow-ads adsets create — create ad set with targeting + budget
  5. lanbow-ads ads create — create ad linking ad set + creative
  6. Verify with lanbow-ads campaigns get / lanbow-ads ads get

Key rules:

  • Budgets in cents (5000 = $50.00)
  • Always create in PAUSED status, activate after review
  • Use --json flag when output feeds into another step
  • For OUTCOME_SALES: must include --promoted-object with pixel_id

Feature 4: Post-Campaign Review

Skill: post-campaign-review | Details: post-campaign-review.md

Analyze delivery data, diagnose performance issues, generate optimization recommendations.

Trigger phrases: "review campaign", "campaign diagnosis", "optimize ads", "复盘", "投后分析"

Data collection: Fetch via lanbow-ads insights get --json at multiple dimensions (campaign, ad set, ad, audience breakdowns, daily trends).

Diagnostic framework:

  • Metric health check against benchmarks (CTR, CPC, CPM, frequency, ROAS)
  • Root cause patterns: creative fatigue, audience saturation, targeting mismatch, budget issues, landing page problems

Output: Prioritized optimization plan (P0 immediate → P1 creative → P2 targeting → P3 strategic)

Feedback loop: Review findings feed back into:

  • Feature 1 (new strategy if targeting mismatch or new opportunity found)
  • Feature 2 (creative refresh if fatigue diagnosed)
  • Feature 3 (budget/targeting adjustments, pause/activate ads)

Cross-Feature Data Flow

Strategy Report ──→ key message, key look, audiences ──→ Creative Gen
Creative Gen   ──→ ad images, proposals             ──→ Ad Delivery (upload + create)
Ad Delivery    ──→ live campaign + performance data  ──→ Post-Campaign Review
Review         ──→ optimization actions              ──→ Ad Delivery (adjust)
Review         ──→ creative refresh needs            ──→ Creative Gen (new round)
Review         ──→ strategy refinement needs         ──→ Strategy Research (re-analyze)

Security & Privacy

Credentials

Required (declared in metadata.openclaw.requires.env — needed for ad delivery):

Env VarSensitivityUsed ByStorage Location
META_ACCESS_TOKENHigh — grants ad account accessFeature 3 (Ad Delivery)lanbow-ads CLI config dir (~/.config/lanbow-ads/)
META_APP_IDMedium — app identifierFeature 3 (Ad Delivery)lanbow-ads CLI config dir
META_AD_ACCOUNT_IDLow — account identifierFeature 3 (Ad Delivery)lanbow-ads CLI config dir

Optional (only request when the specific feature is needed):

Env VarSensitivityWhen NeededStorage Location
META_APP_SECRETHigh — can generate long-lived tokensOnly for lanbow-ads auth exchange (short→long-lived token swap)lanbow-ads CLI config dir
GEMINI_API_KEYHigh — API accessOnly for Feature 2 (Creative Generation via Gemini)User's environment only; never persisted by this skill

Do NOT request optional credentials unless the user's task specifically requires them. For example, listing campaigns or checking insights needs only META_ACCESS_TOKEN, META_APP_ID, and META_AD_ACCOUNT_ID.

Secure Credential Delivery

Prefer environment variables or your platform's secret/credential fields over pasting credentials into chat. If the user must provide credentials in conversation, only request the minimum set needed for the current task. Never ask for META_APP_SECRET or GEMINI_API_KEY unless the user explicitly needs token exchange or creative generation.

Required Runtime Dependencies

DependencySourcePurpose
lanbow-ads CLIInstall via npm i -g lanbow-ads (npm registry)Campaign management and performance data retrieval via Meta Marketing API
WebSearch / WebFetchBuilt-in agent toolsMarket research and competitive intelligence gathering

Credential Scope Restrictions

The agent is restricted to the following credential operations only:

  • lanbow-ads config set --app-id / --app-secret / --account — configure CLI
  • lanbow-ads auth set-token — set access token
  • lanbow-ads auth exchange — exchange short-lived token for long-lived token
  • lanbow-ads auth status — verify token validity

The agent must NOT:

  • Log, echo, or print credentials in plain text
  • Store credentials in any file other than via lanbow-ads CLI commands
  • Transmit credentials to any endpoint other than the Meta Marketing API (via CLI)
  • Use credentials for purposes outside ad campaign management

Data Flow & Privacy

  • What leaves the machine: API calls to Meta Marketing API (via lanbow-ads CLI), API calls to Google Gemini (for image generation), web searches (for strategy research)
  • What stays local: Strategy reports, generated creative images, campaign review documents, CLI configuration files
  • Credential handling: Credentials are configured via the lanbow-ads CLI and stored in its config directory (~/.config/lanbow-ads/). This skill itself does not persist or transmit credentials beyond passing them to the CLI.

Token Lifetime & Cleanup

Token TypeLifetimeWhen to Use
User Access Token (Graph API Explorer)~1-2 hoursQuick tests, one-off campaigns
Long-lived User Token (via auth exchange)~60 daysShort-term automation
System User TokenNever expiresProduction/agency use only

After use, always clean up stored credentials:

lanbow-ads auth logout          # Remove stored access token
lanbow-ads config unset --app-secret  # Remove stored app secret
lanbow-ads config list          # Verify no secrets remain

Security Recommendations

  1. Use env vars or secret fields, not chat — provide credentials via environment variables or your platform's secret/credential input fields. Avoid pasting App Secret or long-lived tokens directly into an open conversation
  2. Only supply what's neededGEMINI_API_KEY is only needed for creative generation, META_APP_SECRET is only needed for token exchange. Do not provide them if your task doesn't require those features
  3. Prefer short-lived tokens — start with a User Access Token from Graph API Explorer (~1-2 hours). Only use System User Tokens for production automation where you control the runtime
  4. Verify your runtime environment — only provide credentials if the agent runs on a machine you trust. Do NOT paste secrets into hosted/shared agent environments
  5. Use a dedicated test Ad Account — create a separate Ad Account with minimal budget for agent-managed campaigns; do not use your primary production account
  6. Least privilege scopes — when generating tokens, grant only ads_management and ads_read unless additional permissions are explicitly needed
  7. Rotate after use — revoke tokens in Meta Business Settings after your session ends, especially if you used long-lived tokens or App Secret
  8. Verify lanbow-ads provenance — install from the official npm registry and verify the package before use

Resources

All sub-skill instructions and reference materials are self-contained in references/.

Feature 1: Strategy Research

Feature 2: Creative Generation

  • creative-generation.md — Full Gemini 2-step pipeline: proposals → image generation, API calls, prompt templates

Feature 3: Ad Delivery

  • ad-delivery.md — Full lanbow-ads CLI guide: campaign creation, targeting, insights, configuration
  • ad-delivery-commands.md — Complete command reference with all flags, types, and descriptions
  • meta-account-setup.md — Step-by-step Meta developer registration, app creation, OAuth setup, and ad account configuration

Feature 4: Post-Campaign Review

  • post-campaign-review.md — Full diagnostic framework, metric benchmarks, optimization plan template, feedback loop

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.33%
按下载量换算3,124

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills