← Back to Skills Marketplace
danyangliu-sandwichlab

Ads Incident Tickets

by danyangliu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
286
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install incident-ticket-manager
Description
Create and route ad operations incident tickets for Meta (Facebook/Instagram), Google Ads, TikTok Ads, and multi-platform campaign failures.
README (SKILL.md)

Ads Incident Tickets

Purpose

Core mission:

  • incident capture, severity classification, owner routing

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
  • this specific capability: incident capture, severity classification, owner routing

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

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
Usage Guidance
This skill is instruction-only and internally consistent with ad incident triage. Before installing or using it: (1) avoid pasting platform credentials or long-lived tokens directly into free-text inputs—use your platform integrations or connection flows instead; (2) when providing logs or events, sanitize any PII you don't want shared; (3) test the skill in a low-impact environment (sample accounts or a staging campaign) to confirm the outputs and ticket payload formats meet your workflow; (4) note the SKILL.md mentions extra channels (Amazon/Shopify/DSP) in keywords—confirm whether you need those included before relying on the outputs. Overall this skill appears coherent and low-risk, but treat any supplied account identifiers or logs as sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: incident-ticket-manager Version: 1.0.0 The skill bundle defines a clear and legitimate purpose: managing ad operations incident tickets. The `SKILL.md` file, which serves as instructions for the AI agent, contains no malicious prompt injection attempts, hidden commands, or directives to access sensitive system resources or exfiltrate data. All instructions, inputs, outputs, and guardrails are aligned with the stated purpose of incident capture, severity classification, and owner routing, indicating a benign intent.
Capability Assessment
Purpose & Capability
The skill's name, description, and input/output contracts align with an incident-ticketing/triage workflow for advertising platforms. Required inputs (entity_ids, time_window, logs/events) are appropriate for this purpose. A minor note: the high-signal keywords list mentions additional channels (Amazon/Shopify/DSP) not emphasized in the 'Primary scope' heading—this is likely a documentation minor inconsistency, not a security concern.
Instruction Scope
SKILL.md contains clear, scoped runtime instructions: confirm scope, validate freshness, detect anomalies, rank fixes, and emit ticket payloads. It does not instruct the agent to read arbitrary host files, access unspecified environment variables, or POST data to external endpoints. It asks for logs/events as inputs (expected for the task) but does not require ingestion of unrelated system data.
Install Mechanism
No install spec and no code files — instruction-only. There is nothing that will be written to disk or executed on install, which minimizes installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. Inputs it requests (entity IDs, logs, owner_contacts) are proportional to an incident-ticketing workflow. There are no unrelated credential requests.
Persistence & Privilege
The skill is not marked always:true and uses default invocation settings. It does not request persistent system presence or modify other skills/config. Autonomous invocation is allowed by platform default but is not combined with other concerning privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install incident-ticket-manager
  3. After installation, invoke the skill by name or use /incident-ticket-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
incident-ticket-manager 1.0.0 – Initial Release - Launch of an ad operations incident ticket skill for Meta (Facebook/Instagram), Google Ads, TikTok Ads, and YouTube Ads. - Supports incident capture, severity classification, and owner routing specifically for advertising workflows. - Defines clear input and output contracts for operational, actionable guidance. - Includes platform-specific recommendations and decision logic tailored to each ad channel. - Provides practical examples for incident handling, account health audits, and anomaly management. - Enforces strict quality standards: explicit guardrails, failure handling, and platform notes.
Metadata
Slug incident-ticket-manager
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ads Incident Tickets?

Create and route ad operations incident tickets for Meta (Facebook/Instagram), Google Ads, TikTok Ads, and multi-platform campaign failures. It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.

How do I install Ads Incident Tickets?

Run "/install incident-ticket-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ads Incident Tickets free?

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

Which platforms does Ads Incident Tickets support?

Ads Incident Tickets is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ads Incident Tickets?

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

💬 Comments