← 返回 Skills 市场
danyangliu-sandwichlab

Ads Landing Page Audit

作者 danyangliu · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
380
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install landing-page-auditor
功能描述
Audit landing pages for paid traffic quality from Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and Shopify Ads funnels.
使用说明 (SKILL.md)

Ads Landing Page Audit

Purpose

Core mission:

  • reachability checks, friction diagnosis, conversion blockers

This skill is specialized for advertising workflows and should output actionable plans rather than generic advice.

When To Trigger

Use this skill when the user asks for:

  • ad execution guidance tied to business outcomes
  • growth decisions involving revenue, roas, cpa, or budget efficiency
  • platform-level actions for: Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads
  • this specific capability: reachability checks, friction diagnosis, conversion blockers

High-signal keywords:

  • ads, advertising, campaign, growth, revenue, profit
  • roas, cpa, roi, budget, bidding, traffic, conversion, funnel
  • meta, googleads, tiktokads, youtubeads, amazonads, shopifyads, dsp

Input Contract

Required:

  • entity_ids: account, campaign, adset, or ad identifiers
  • incident_or_audit_scope
  • time_window

Optional:

  • logs_or_events
  • policy_flags
  • alert_thresholds
  • owner_contacts

Output Contract

  1. Operational Status Summary
  2. Severity-ranked Findings
  3. Mitigation Actions
  4. Escalation Ticket Payload
  5. Monitoring Checklist

Workflow

  1. Confirm operational scope and impacted entities.
  2. Validate data freshness and event completeness.
  3. Detect anomalies, policy flags, or setup gaps.
  4. Rank fixes by spend risk and recovery speed.
  5. Emit owner-ready action and ticket payload.

Decision Rules

  • If data is stale, block final judgement and request refresh timestamp.
  • If high-severity risk is found, recommend containment action first.
  • If root cause is uncertain, provide top hypotheses with validation order.

Platform Notes

Primary scope:

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

Platform behavior guidance:

  • Keep recommendations channel-aware; do not collapse all channels into one generic plan.
  • For Meta and TikTok Ads, prioritize creative testing cadence.
  • For Google Ads and Amazon Ads, prioritize demand-capture and query/listing intent.
  • For DSP/programmatic, prioritize audience control and frequency governance.

Constraints And Guardrails

  • Never fabricate metrics or policy outcomes.
  • Separate observed facts from assumptions.
  • Use measurable language for each proposed action.
  • Include at least one rollback or stop-loss condition when spend risk exists.

Failure Handling And Escalation

  • If critical inputs are missing, ask for only the minimum required fields.
  • If platform constraints conflict, show trade-offs and a safe default.
  • If confidence is low, mark it explicitly and provide a validation checklist.
  • If high-risk issues appear (policy, billing, tracking breakage), escalate with a structured handoff payload.

Code Examples

Incident Ticket Example

ticket_id: INC-ads-001
severity: high
impact: spend_waste_risk
owner: media-ops
next_check_at: 2026-03-03T10:00:00Z

Health Rule Example

rule: delivery_drop
condition: impressions_down_pct > 40
action: alert_and_pause_review

Examples

Example 1: Pixel breakage before launch

Input:

  • Purchase event missing
  • Campaign start in 24h

Output focus:

  • severity ranking
  • immediate mitigation
  • relaunch checklist

Example 2: Account health audit

Input:

  • Multiple platform accounts
  • Unknown policy or billing status

Output focus:

  • readiness scorecard
  • blocking risks
  • owner-level actions

Example 3: Live anomaly handling

Input:

  • Spend spikes with no conversion lift
  • Multiple campaigns impacted

Output focus:

  • anomaly triage path
  • containment actions
  • incident ticket payload

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
安全使用建议
This is an instruction-only audit checklist and appears internally consistent. Before using it: only provide the specific account/campaign identifiers and logs needed for the audit (avoid pasting secrets or full API keys into free-text prompts); confirm where any exported ticket payloads or reports will be stored; if you later want the skill to call ad-platform APIs, expect to provide explicit credentials — note the current skill does not request or manage those. If you need stricter handling of sensitive data, ask the skill author to add explicit data-handling and retention rules.
功能分析
Type: OpenClaw Skill Name: landing-page-auditor Version: 1.0.0 The skill bundle, consisting of metadata files and a SKILL.md instruction set, appears benign. The SKILL.md provides clear, domain-specific instructions for an AI agent to audit landing pages, including explicit guardrails against fabricating metrics and promoting responsible escalation. There are no indications of prompt injection attempts, data exfiltration, malicious execution, or any other high-risk behaviors. The content aligns entirely with its stated purpose.
能力评估
Purpose & Capability
Name/description (ads landing-page audit) matches the SKILL.md: it expects account/campaign identifiers, time windows, optional logs/events and produces operational findings and tickets. Nothing requested (no env vars, no binaries) is unrelated to the stated purpose.
Instruction Scope
SKILL.md is high-level and contains a clear workflow, decision rules, and output contract. It asks for entity_ids and optional logs_or_events (reasonable for audits). It does not instruct the agent to read local system files, access environment variables, or call external endpoints—however the guidance is broad and would rely on the agent's access to user-supplied data; the doc does not explicitly specify how sensitive inputs should be handled or stored.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk or fetched during install, which minimizes installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The inputs it requests (account/campaign IDs, logs, policy_flags) are proportional to an audit task and do not imply unjustified access to unrelated services or secrets.
Persistence & Privilege
always is false and model invocation is permitted (platform default). The skill does not request persistent presence or to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install landing-page-auditor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /landing-page-auditor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
landing-page-auditor v1.0.0 - Initial release providing structured audits of landing pages for paid traffic from Meta, Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and Shopify Ads funnels. - Outputs actionable findings including operational status, severity-ranked issues, mitigation actions, escalation tickets, and monitoring checklists. - Enforces measurable, channel-specific recommendations with strict guardrails against fabricated data or generic advice. - Includes workflow for anomaly detection, risk ranking, and safe escalation, with practical examples and a comprehensive quality checklist.
元数据
Slug landing-page-auditor
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Ads Landing Page Audit 是什么?

Audit landing pages for paid traffic quality from Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and Shopify Ads funnels. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 380 次。

如何安装 Ads Landing Page Audit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install landing-page-auditor」即可一键安装,无需额外配置。

Ads Landing Page Audit 是免费的吗?

是的,Ads Landing Page Audit 完全免费(开源免费),可自由下载、安装和使用。

Ads Landing Page Audit 支持哪些平台?

Ads Landing Page Audit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ads Landing Page Audit?

由 danyangliu(@danyangliu-sandwichlab)开发并维护,当前版本 v1.0.0。

💬 留言讨论