Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计提醒

autopilot-status自动驾驶状态

Agent Skill

autopilot-status 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

594

周安装

25

GitHub Stars

66

下载量

208
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:autopilot-status(自动驾驶状态)
来源仓库:https://github.com/indranilbanerjee/digital-marketing-pro
仓库路径:skills/autopilot-status
安装命令:
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill autopilot-status
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill autopilot-status

简介

自动驾驶状态仪表盘用于监控营销活动健康度,展示自动修正记录与节省成本统计。

  • 适用于数字营销自动化运营,帮助用户快速识别需人工关注的异常 campaign。
  • 需提供时间周期作为输入参数,输出包括健康评分、干预记录和配置状态概览。
  • 使用前应确认其是否读取敏感业务数据,并评估对现有营销平台 API 的访问权限需求。
  • autopilot-status 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

/dm:autopilot-status

Purpose

Campaign operations autopilot dashboard. Show health scores for all active campaigns, list any auto-corrections taken recently, display current guardrail configuration, flag campaigns needing human attention, and report savings from automated interventions. Provides a single-view operational picture of how the autopilot system is managing campaign health — so the user can trust what's running smoothly, focus attention on what needs it, and quantify the value of automated monitoring.

Input Required

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

  • Time period: The lookback window for correction history and savings calculation — defaults to "last 24 hours". Accepts "last 1 hour", "last 12 hours", "last 24 hours", "last 7 days", "last 30 days", or a custom date range. Shorter periods for real-time operational checks, longer periods for performance reviews and reporting
  • Campaign filter (optional): Narrow the dashboard to specific campaigns by name, ID, channel, or status — e.g., "Q1 brand awareness campaigns only", "all Google Ads campaigns", or "campaign-id-12345". If omitted, shows all active campaigns across all channels
  • Detail level (optional): summary (default — health scores, correction count, top-line savings) or detailed (full correction logs with before/after metrics, guardrail rule explanations, per-campaign savings breakdown). Use summary for daily check-ins, detailed for weekly reviews or troubleshooting

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-specific campaign naming conventions, KPI targets, and budget constraints to contextualize health scores and savings calculations. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with defaults.
  2. Gather campaign health scores: Execute campaign-health-monitor.py health-score for each active campaign (or filtered subset). Each campaign receives a composite health score (0-100) based on performance vs. KPI targets, budget pacing accuracy, audience delivery, creative fatigue indicators, and anomaly detection. Campaigns are classified as healthy (80-100), attention-needed (50-79), or critical (below 50).
  3. Retrieve recent auto-corrections: Query campaign-health-monitor.py corrections-history for the specified time period. Each correction record includes the campaign affected, what was detected (the trigger condition), what action was taken (bid adjustment, budget reallocation, audience modification, creative rotation, pause), the before and after metric values, and the timestamp of the intervention.
  4. Load current guardrails configuration: Read the active guardrail rules — maximum budget deviation percentage, minimum ROAS threshold before pause, click-through rate floor, cost-per-acquisition ceiling, frequency cap limits, creative fatigue rotation triggers, and any custom brand-specific rules. Display which guardrails are active, their threshold values, and what automated action each triggers when breached.
  5. Identify campaigns needing human attention: Flag campaigns where the health score is below the attention threshold, where issues exceed what guardrails can auto-correct (e.g., strategic pivot needed, creative refresh required, audience saturation detected, or budget reallocation beyond autopilot authority), or where the autopilot took a correction but metrics haven't recovered within the expected timeframe. Rank flagged campaigns by urgency.
  6. Calculate savings from auto-corrections: Execute campaign-health-monitor.py savings-report for the specified time period. Estimate waste prevented by each auto-correction — budget saved from pausing underperforming segments, revenue protected by catching anomalies early, efficiency gained from automated bid adjustments. Aggregate into total estimated savings with per-correction breakdown.

Output

  • Campaign health dashboard: All active campaigns (or filtered set) listed with their health score (0-100), risk classification (healthy, attention-needed, critical), key contributing factors to the score, and trend indicator (improving, stable, declining) compared to the previous period
  • Auto-corrections taken: Chronological list of automated interventions within the time period — campaign name, trigger condition, action taken, before/after metrics, and estimated impact. Grouped by correction type (bid, budget, audience, creative, pause) with counts per category
  • Campaigns needing attention: Prioritized list of campaigns requiring human review — each with the specific issue, why it exceeds autopilot authority, recommended action, and urgency level. These are the items that need the user's decision
  • Guardrails status: Current guardrail configuration displayed as a rule table — rule name, threshold value, automated action on breach, status (active or paused), and number of times triggered in the time period
  • Savings report: Total estimated waste prevented by automated interventions — broken down by correction type, with per-campaign attribution where applicable. Includes budget saved, revenue protected, and efficiency improvements expressed in both absolute numbers and percentages
  • Overall operations health score: A single composite score (0-100) representing the autopilot system's effectiveness — factoring in campaign health distribution, correction success rate, unresolved issues, and guardrail coverage. Trend compared to previous period

Agents Used

  • performance-monitor-agent — Campaign health scoring with composite metrics across KPI performance, budget pacing, audience delivery, and creative fatigue, anomaly detection and issue classification by severity, auto-correction history retrieval with before/after impact analysis, savings calculation estimating waste prevented per intervention, and trend analysis comparing current health to previous periods
  • execution-coordinator — Guardrail configuration management with rule status and threshold display, correction execution tracking with authority-level classification (what autopilot can handle vs. what needs human decision), campaign flagging for human attention with urgency ranking and recommended actions, and operational health scoring across the full autopilot system

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.06%
按下载量换算75

Claude

27.51%
按下载量换算57

Cursor

19.67%
按下载量换算41

Gemini CLI

8.68%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills