← Back to Skills Marketplace
danyangliu-sandwichlab

DTC Helper

by danyangliu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
287
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dtc-ads-helper
Description
Diagnose DTC ads performance across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, and Shopify Ads by validating pixel attribution, account...
README (SKILL.md)

DTC Helper

Purpose

Core mission:

  • Validate pixel and attribution readiness for OCPX-style optimization.
  • Analyze account structure and creative performance to explain ROAS volatility.
  • Provide scale path and budget lift recommendations.
  • Output landing page and conversion funnel optimization actions.

When To Trigger

Use this skill when the user asks for:

  • DTC store growth troubleshooting
  • ROAS instability diagnosis
  • scaling strategy after initial traction
  • landing page and funnel optimization for paid traffic

High-signal keywords:

  • dtc, ecommerce, shop, checkout, conversion
  • roas, cpa, budget, scale, optimize
  • pixel, tracking, attribution, campaign

Input Contract

Required:

  • store_url
  • platform_account_snapshot
  • pixel_event_snapshot
  • recent_performance_window

Optional:

  • creative_report
  • landing_page_metrics
  • cohort_ltv
  • inventory_constraints

Output Contract

  1. Pixel and Attribution Readiness Verdict
  2. ROAS Volatility Root-Cause Tree
  3. Scale Path and Budget Lift Plan
  4. Landing Page and Funnel Fixes
  5. Execution Priority Queue

Workflow

  1. Check event completeness for core commerce events.
  2. Audit campaign/adset/ad structure and budget fragmentation.
  3. Compare creative performance by funnel stage.
  4. Diagnose ROAS swings by channel, offer, and audience.
  5. Produce scale-safe budget and funnel actions.

Decision Rules

  • If Purchase event quality is low, pause aggressive scale and fix tracking first.
  • If creative fatigue is detected, prioritize new hooks before raising budget.
  • If funnel CVR is below threshold, route spend to best-converting LP first.
  • If LTV is unknown, avoid over-bidding on upper-funnel traffic.

Platform Notes

Primary scope:

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

Platform behavior guidance:

  • Meta/TikTok for creative-led demand creation.
  • Google for intent capture and bottom-funnel efficiency.
  • Shopify events must stay consistent with platform conversion definitions.

Constraints And Guardrails

  • Do not infer profitability without COGS or contribution assumptions.
  • Mark attribution blind spots explicitly.
  • Keep scale recommendations bounded by measurement confidence.

Failure Handling And Escalation

  • If pixel data is incomplete, output tracking repair plan first.
  • If account permission blocks data access, provide minimum data request packet.
  • If severe policy risk exists, route to Ads Compliance Review.

Code Examples

OCPX Readiness Check (YAML)

required_events:
  - ViewContent
  - AddToCart
  - InitiateCheckout
  - Purchase
event_quality_threshold: high
readiness: conditional

ROAS Volatility Slice (JSON)

{
  "window": "last_14d",
  "worst_segment": "retargeting-video-1",
  "roas_drop_pct": 31,
  "suspected_causes": ["creative_fatigue", "audience_overlap"]
}

Examples

Example 1: Sudden ROAS drop

Input:

  • DTC store ROAS down 25% in 10 days

Output focus:

  • root-cause breakdown
  • quick stabilizing actions
  • budget protection rules

Example 2: Scale decision

Input:

  • Profitable baseline, wants 2x spend

Output focus:

  • safe scaling ladder
  • creative replacement cadence
  • funnel readiness checklist

Example 3: LP conversion issue

Input:

  • CTR stable, CVR down

Output focus:

  • LP diagnosis
  • checkout friction fixes
  • retest plan

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
Usage Guidance
This skill appears internally consistent and low-risk in itself, but it relies on you providing snapshots of ad accounts and tracking data. Before sharing anything: (1) do not paste live access tokens, passwords, or API keys—provide sanitized snapshots or exports instead; (2) remove any unrelated PII or billing details from exported data; (3) if you want the skill to run against live accounts (automation), expect it would need explicit API keys/permissions—ask for details and a justification before granting access; and (4) verify any human reviewer or consultant you share account exports with has appropriate access controls.
Capability Analysis
Type: OpenClaw Skill Name: dtc-ads-helper Version: 1.0.0 The skill bundle defines a legitimate AI agent task for diagnosing DTC ad performance. The `SKILL.md` provides clear instructions, input/output contracts, and workflow details without any evidence of prompt injection attempts, malicious commands, data exfiltration, or other harmful behaviors. All files are standard metadata or descriptive content, aligning with the stated purpose.
Capability Assessment
Purpose & Capability
Name and description (DTC ads diagnosis across multiple ad platforms) match the declared inputs (store_url, platform_account_snapshot, pixel_event_snapshot, performance window) and the described outputs (pixel readiness, ROAS root causes, scale plan). Required artifacts are reasonable for this purpose.
Instruction Scope
SKILL.md contains step-by-step checks (event completeness, campaign structure, creative analysis, funnel fixes) and failure handling that stay within ad-diagnostic scope. It does not instruct the agent to read system files, environment variables, or reach out to unknown endpoints; it expects the user to supply snapshots when needed.
Install Mechanism
No install spec or code files are included; the skill is instruction-only, so nothing is written to disk or fetched at install time. This minimizes installer risk.
Credentials
The skill declares no environment variables, credentials, or config paths. Inputs are explicit (snapshots and URLs) and align with the diagnostic task. There is no unexplained request for tokens, keys, or unrelated secrets.
Persistence & Privilege
always is false and the skill does not request persistent system-level presence or attempts to modify other skills or agent configuration. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dtc-ads-helper
  3. After installation, invoke the skill by name or use /dtc-ads-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of dtc-ads-helper. - Diagnose DTC ads performance across Meta, Google Ads, TikTok Ads, YouTube Ads, and Shopify Ads. - Validates pixel attribution, account structure, creative signals, and conversion funnel opportunities. - Provides actionable outputs including ROAS root cause analysis, scale and budget recommendations, and landing page/funnel optimization steps. - Includes clear input/output contracts, decision rules, and workflow for troubleshooting DTC growth and ROAS instability. - Offers practical examples and quality checklist for skill deployment.
Metadata
Slug dtc-ads-helper
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is DTC Helper?

Diagnose DTC ads performance across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, and Shopify Ads by validating pixel attribution, account... It is an AI Agent Skill for Claude Code / OpenClaw, with 287 downloads so far.

How do I install DTC Helper?

Run "/install dtc-ads-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is DTC Helper free?

Yes, DTC Helper is completely free (open-source). You can download, install and use it at no cost.

Which platforms does DTC Helper support?

DTC Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created DTC Helper?

It is built and maintained by danyangliu (@danyangliu-sandwichlab); the current version is v1.0.0.

💬 Comments