Agent Skills
› AgriciDaniel/claude-ads
› ads-launch
ads-launch
GitHub用于起草或执行付费广告活动的发布流程,涵盖创建、创意上传及激活等任务。通过验证配置、生成变更计划并获取审批,确保最小化且可逆的操作,同时保留审计与回滚记录。
Trigger Scenarios
创建广告投放活动
发布或激活广告系列
上传广告创意素材
制定广告上线计划
Install
npx skills add AgriciDaniel/claude-ads --skill ads-launch -g -y
SKILL.md
Frontmatter
{
"name": "ads-launch",
"description": "Draft or explicitly apply a paid-ad campaign launch through Claude Ads capability-gated adapters. Use for campaign creation, launch plans, publishing ads, activating campaigns, uploading creative, or requests to push a campaign live."
}
Campaign Launch
Default to --draft.
- Load the validated setup profile, account snapshot, campaign plan, creative manifest, platform capability manifest, policy findings, and tracking checks.
- Refuse a draft that lacks account/object scope, objective, conversion, budget, dates, targeting, assets, destinations, measurement, or policy eligibility.
- Produce a deterministic mutation plan with exact proposed objects, before/after state, blast radius, learning impact, owner, success measure, verification window, idempotency key, audit destination, and rollback.
- For
--apply, require the exact operation to be enabled and independently tested, then obtain explicit approval for that exact plan. - Apply the smallest reversible change, verify remote state, and preserve the immutable audit and rollback record.
Missing ceilings, stale account state, changed remote state, incomplete tracking, failed policy review, or an unavailable adapter blocks apply. Permanent deletion is not supported.
Version History
- 669c760 Current 2026-07-25 07:46


