‹ 首页

campaign-status

@indranilbanerjee · 收录于 1 周前

Check active campaign status. Use when: cross-platform execution history, performance metrics, pending approvals.

适合你,如果你需要快速了解营销活动的执行情况和审批状态。

/ 下载安装
campaign-status.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add indranilbanerjee/digital-marketing-pro/campaign-status
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- indranilbanerjee/digital-marketing-pro/campaign-status
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify indranilbanerjee/digital-marketing-pro/campaign-status
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
220GitHub stars
~1.3K上下文体积 · 单文件
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · ba1468e

/digital-marketing-pro:campaign-status

Purpose

Provide a unified view of all active campaigns across every connected platform — ads, email, social, blog — with their current status, live performance metrics, execution history, and any pending approvals or scheduled actions. Eliminates the need to check each platform individually and surfaces issues (paused campaigns, failed executions, stale content) before they become problems.

Input Required

The user must provide (or will be prompted for):

  • Scope: All active campaigns, a specific campaign by name or ID, or a specific platform (e.g., "Google Ads campaigns only", "email campaigns", "campaign named Q1-Launch")
  • Detail level: Summary (one-line status per campaign) or detailed (full metrics, execution history, and next actions per campaign)
  • Time window (optional): How far back to include execution history. Defaults to last 7 days
  • Status filter (optional): Filter by campaign status — active, paused, scheduled, completed, failed. Defaults to active + paused + scheduled
  • Sort order (optional): Sort campaigns by spend, performance, recency, or status. Defaults to platform grouping
Process
  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.
  2. List all tracked campaigns: Execute scripts/campaign-tracker.py --brand {slug} --action list-campaigns to get the campaign registry with names, platforms, statuses, creation dates, and assigned KPI targets.
  3. Pull execution history: Execute scripts/execution-tracker.py --brand {slug} --action get-history --days {time_window} to retrieve recent execution logs — what ran, when it ran, outcome (success/failure/skipped), error messages if any, and the user or automation that triggered it.
  4. Check pending approvals: Execute scripts/approval-manager.py --brand {slug} --action list-pending to surface any campaigns, creatives, or content pieces awaiting review before they can go live. Include submission date and age in hours for each pending item.
  5. Pull live metrics from connected MCPs: For each active campaign, query the relevant platform MCP (google-ads, meta-marketing, linkedin-marketing, tiktok-ads, mailchimp, etc.) for current performance:
  6. Spend: total spend, daily spend, budget consumed
  7. Performance: impressions, clicks, CTR, conversions, CPA, ROAS
  8. Engagement: open rate, click-through rate, bounce rate, video views
  9. Platform-specific: quality score, relevance score, deliverability rate
  10. Aggregate by platform and status: Group campaigns by platform and status, calculate platform-level totals (total campaigns, total spend, total conversions, average CPA/ROAS), and flag any discrepancies between tracked campaigns and what the live platform reports.
  11. Calculate performance vs KPIs: For each active campaign with defined targets, compute actual vs target for primary KPIs. Classify as:
  12. On track (green): Meeting or exceeding targets
  13. At risk (yellow): Within 15% of target with negative trend
  14. Behind (red): Missing target by >15%
  15. Flag issues requiring attention: Identify problems that need action:
  16. Campaigns paused unexpectedly or by the platform (policy violation, billing issue)
  17. Executions that failed with errors
  18. Campaigns running past their planned end date
  19. Stale campaigns with no activity in 7+ days
  20. Campaigns exceeding budget pacing by >20%
  21. Approval bottlenecks older than 48 hours
  22. Compile next scheduled actions: List upcoming scheduled launches, budget changes, creative rotations, A/B test completions, or automated optimizations from the execution log with dates and dependencies.
Output

A structured campaign status dashboard containing:

  • Campaign summary table: Campaign name, platform, status (active/paused/scheduled/completed/failed), days running, total spend, key metric (conversions or leads), CPA or ROAS, and health indicator (green/yellow/red)
  • Active campaigns by platform: Grouped view with platform-level totals — number of campaigns, total spend, total conversions, average CPA, average ROAS, and platform health status
  • Execution history (last 7 days): Chronological log of actions taken — campaign launches, pauses, budget changes, creative swaps, bid adjustments, email sends — with timestamps, outcomes, and actor (manual or automated)
  • Pending approvals: List of items awaiting review with requester name, submission date, type (creative, campaign launch, budget change, content), age in hours, and direct reference to the item
  • Performance vs KPIs: For each active campaign, actual performance vs the KPI targets set at campaign creation — on track, at risk, or behind, with variance percentage and trend direction
  • Flagged issues: Priority-ordered list of problems requiring attention with severity (critical/warning/info), description, affected campaign, and recommended resolution
  • Next scheduled actions: Upcoming automated or planned actions with dates, descriptions, dependencies, and responsible party
  • Quick actions: Suggested immediate next steps based on current status — approve pending items, investigate failures, pause underperformers, scale winners, extend successful campaigns
Agents Used
  • execution-coordinator — Execution history retrieval, approval queue management, scheduled action tracking, cross-platform status aggregation, and issue flagging
  • analytics-analyst — Live performance metrics interpretation, KPI comparison, campaign health assessment, and performance-based recommendations
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。