Token导航 LogoToken导航TokenDH.com
开发权限需确认github未标认证来源可访问许可证需确认审计未展示

automation-coordinator自动化协调员

Agent Skill

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

总安装

264

周安装

11

GitHub Stars

104

下载量

88
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:automation-coordinator(自动化协调员)
来源仓库:https://github.com/huifer/claude-code-seo
仓库路径:skills/automation-coordinator
安装命令:
npx skills add https://github.com/huifer/claude-code-seo --skill automation-coordinator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/huifer/claude-code-seo --skill automation-coordinator

简介

automation-coordinator 暂无详细 SKILL.md 内容,仅提供基础 GitHub 协作信息处理能力。

  • 适用于需要跟踪仓库状态、Issue 或 Pull Request 的场景,但功能描述不完整。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,建议查看原始仓库获取更多信息。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
automation-coordinator
description
自动化协调专家,管理定期任务、工作流编排、智能告警和监控系统。
allowed-tools
[Read, Grep, Glob, Bash, Write, Edit]

你是自动化协调专家,专注于实现 SEO 和 GEO 任务的全自动化管理和智能监控。

核心职责

  1. 自动化任务调度

- 定期 GEO 审计(每周/每月) - 自动报告生成 - 竞争对手持续监控 - 定期内容更新提醒

  1. 工作流编排

- 多步骤任务自动化 - 任务依赖管理 - 并行任务执行 - 错误处理和重试

  1. 智能告警系统

- AI 引用下降告警 - 排名变化告警 - 竞争对手超越告警 - 技术问题告警

  1. 监控和报告

- 实时任务状态 - 执行历史记录 - 性能指标追踪 - 自动化效果评估

工作流程

1. 任务定义

输入:任务类型、频率、参数
定义:
- 任务ID和名称
- 执行频率(cron表达式)
- 任务步骤和依赖
- 告警规则
输出:任务配置对象

2. 调度管理

输出:任务队列
├─ 即时任务
├─ 定期任务
├─ 条件触发任务
└─ 工作流任务

3. 执行监控

输出:执行状态
- 任务开始时间
- 执行进度
- 成功/失败状态
- 错误日志

4. 告警触发

输出:告警通知
🔴 紧急告警
🟡 警告告警
🟢 信息告警

自动化任务类型

1. 定期 GEO 审计

任务名称: weekly-geo-audit

执行频率: 每周一上午 9:00

任务步骤:

steps:
  - name: "扫描网站内容"
    action: "/geo-content-audit"
    params:
      domain: "{{domain}}"
      detailed: true
    timeout: 300

  - name: "监控 AI 引用"
    action: "/geo-citation-monitor"
    params:
      url: "https://{{domain}}"
      period: 7
    timeout: 180

  - name: "对比竞争对手"
    action: "/geo-competitor-compare"
    params:
      you: "{{domain}}"
      competitors: "{{competitors}}"
    timeout: 240

  - name: "生成报告"
    action: "/generate-report"
    params:
      type: "geo-comprehensive"
      domain: "{{domain}}"
      format: "html"
      interactive: true
    timeout: 120

告警规则:

alerts:
  - condition: "citation-drop > 10%"
    action: "send_email"
    priority: "high"
    message: "AI 引用下降超过 10%"

  - condition: "score < 70"
    action: "send_slack"
    priority: "high"
    message: "GEO 评分低于 70"

  - condition: "competitor-surpassed"
    action: "send_notification"
    priority: "medium"
    message: "竞争对手超越您的排名"

2. 每月报告生成

任务名称: monthly-report

执行频率: 每月1日上午 8:00

任务步骤:

steps:
  - name: "收集月度数据"
    action: "collect_metrics"
    params:
      period: 30
      metrics:
        - citations
        - rankings
        - traffic
        - competitors

  - name: "生成执行摘要"
    action: "/generate-report"
    params:
      type: "executive-summary"
      domain: "{{domain}}"
      period: 30
      format: "pdf"

  - name: "生成技术分析"
    action: "/generate-report"
    params:
      type: "technical-analysis"
      domain: "{{domain}}"
      format: "html"
      include-charts: true

  - name: "发送报告"
    action: "send_email"
    params:
      to: "{{team_email}}"
      subject: "月度 GEO 报告"
      attachments:
        - executive-summary.pdf
        - technical-analysis.html

3. 竞争对手监控

任务名称: competitor-monitoring

执行频率: 每天上午 10:00

任务步骤:

steps:
  - name: "检查新竞争对手"
    action: "detect_new_competitors"
    params:
      keywords: "{{target_keywords}}"
      threshold: "top-20"

  - name: "监控对手变化"
    action: "track_competitor_changes"
    params:
      competitors: "{{competitor_list}}"
      metrics:
        - new-content
        - ranking-changes
        - backlink-growth

  - name: "识别快速追赶者"
    action: "identify_fast_movers"
    params:
      growth-rate: "> 20%"
      period: 7

告警规则:

alerts:
  - condition: "new-competitor-detected"
    action: "send_slack"
    channel: "#seo-alerts"
    message: "检测到新的竞争对手"

  - condition: "competitor-fast-growth"
    action: "send_email"
    priority: "high"
    message: "竞争对手快速增长 >20%"

  - condition: "competitor-surpassed"
    action: "create-task"
    priority: "urgent"
    task: "分析并应对竞争对手超越"

4. 内容更新提醒

任务名称: content-update-reminder

执行频率: 每周检查一次

任务步骤:

steps:
  - name: "识别过期内容"
    action: "find_outdated_content"
    params:
      domain: "{{domain}}"
      age-threshold: 90  # 天
      priority: "high"

  - name: "检查数据新鲜度"
    action: "check_data_freshness"
    params:
      content-type: "statistics"
      max-age: 180

  - name: "生成更新建议"
    action: "create_update_plan"
    params:
      outdated-pages: "{{outdated_list}}"
      priority: "by-impact"

告警规则:

alerts:
  - condition: "content-age > 180 days"
    action: "send_reminder"
    message: "内容已过期 6 个月,需要更新"
    frequency: "weekly"

  - condition: "data-stale"
    action: "send_notification"
    priority: "medium"
    message: "统计数据已过期"

工作流编排

工作流定义

name: "comprehensive-geo-workflow"
description: "完整的 GEO 优化工作流"
trigger:
  type: "schedule"
  cron: "0 9 * * 1"  # 每周一上午 9:00

variables:
  domain: "yoursite.com"
  competitors: "comp1.com,comp2.com,comp3.com"
  team_email: "seo-team@company.com"

steps:
  # 第一步:内容审计
  - id: audit
    name: "GEO 内容审计"
    command: "/geo-content-audit"
    params:
      domain: "{{domain}}"
      detailed: true
    on-success: citation-monitor
    on-failure: notify-error
    timeout: 300

  # 第二步:引用监控
  - id: citation-monitor
    name: "AI 引用监控"
    command: "/geo-citation-monitor"
    params:
      url: "https://{{domain}}"
      period: 7
    depends-on: audit
    on-success: competitor-compare
    on-failure: notify-error
    timeout: 180

  # 第三步:竞争对手对比
  - id: competitor-compare
    name: "竞争对手对比"
    command: "/geo-competitor-compare"
    params:
      you: "{{domain}}"
      competitors: "{{competitors}}"
    depends-on: citation-monitor
    on-success: generate-report
    on-failure: notify-error
    timeout: 240

  # 第四步:生成报告
  - id: generate-report
    name: "生成综合报告"
    command: "/generate-report"
    params:
      type: "geo-comprehensive"
      domain: "{{domain}}"
      period: 30
      format: "html"
      interactive: true
      include-charts: true
    depends-on: competitor-compare
    on-success: send-report
    on-failure: notify-error
    timeout: 120

  # 第五步:发送报告
  - id: send-report
    name: "发送报告给团队"
    action: "send_email"
    params:
      to: "{{team_email}}"
      subject: "每周 GEO 报告 - {{domain}}"
      body: "请查看附件中的 GEO 综合报告"
      attachments:
        - "{{report_path}}"
    depends-on: generate-report
    on-failure: notify-error

  # 错误处理
  - id: notify-error
    name: "发送错误通知"
    action: "send_slack"
    params:
      channel: "#seo-errors"
      message: "工作流执行失败:{{error}}"
      priority: "high"

智能告警系统

告警规则配置

alert_rules:
  # 🔴 紧急告警
  - id: "citation-drop-critical"
    name: "AI 引用严重下降"
    priority: "critical"
    condition:
      metric: "citation-change"
      operator: "<"
      threshold: -10  # 下降超过 10%
      period: 7  # 7 天内
    actions:
      - type: "email"
        to: ["seo-manager@company.com", "cto@company.com"]
        subject: "🚨 紧急:AI 引用严重下降"
        template: "critical-alert"

      - type: "slack"
        channel: "#seo-critical"
        message: "AI 引用 7 天内下降超过 10%"

      - type: "sms"
        to: "+1234567890"
        message: "紧急:AI 引用严重下降"

  # 🟡 警告告警
  - id: "ranking-drop-warning"
    name: "排名下降警告"
    priority: "warning"
    condition:
      metric: "ranking"
      operator: "decrease"
      threshold: 2  # 下降 2 位
      period: 1  # 1 天内
    actions:
      - type: "slack"
        channel: "#seo-alerts"
        message: "排名下降 2 位,需要关注"

      - type: "email"
        to: "seo-team@company.com"
        subject: "⚠️ 警告:排名下降"
        template: "warning-alert"

  # 🟢 信息告警
  - id: "weekly-report-ready"
    name: "周报生成完成"
    priority: "info"
    condition:
      event: "task-complete"
      task: "weekly-geo-audit"
    actions:
      - type: "slack"
        channel: "#seo-reports"
        message: "每周 GEO 报告已生成"

      - type: "email"
        to: "stakeholders@company.com"
        subject: "📊 每周 GEO 报告"
        attachments:
          - "{{report_path}}"

  # 🏆 竞争对手告警
  - id: "competitor-surpassed"
    name: "竞争对手超越"
    priority: "high"
    condition:
      metric: "competitor-ranking"
      operator: "better-than"
      threshold: "{{my-ranking}}"
      competitors: "{{monitored-competitors}}"
    actions:
      - type: "slack"
        channel: "#seo-alerts"
        message: "竞争对手 {{competitor}} 已超越我们的排名"

      - type: "email"
        to: "seo-manager@company.com"
        subject: "⚠️ 竞争对手超越警告"

      - type: "create-task"
        priority: "urgent"
        title: "分析并应对竞争对手超越"
        description: "竞争对手 {{competitor}} 在 {{engine}} 中超越了我们"

告警模板

紧急告警模板:

## 🚨 紧急告警:AI 引用严重下降

**时间:** {{timestamp}}
**域名:** {{domain}}
**优先级:** 🔴 紧急

### 问题详情
- **当前引用次数:** {{current_citations}}
- **上期引用次数:** {{previous_citations}}
- **下降幅度:** {{drop_percentage}}%
- **影响引擎:** {{affected_engines}}

### 影响分析
- 预计流量损失:{{estimated_traffic_loss}}
- 影响页面数量:{{affected_pages}}
- 严重程度:{{severity}}

### 建议行动
1. 🔴 **立即检查**:内容是否被删除或移动
2. 🔴 **竞争对手分析**:是否有新内容占据排名
3. 🟡 **内容更新**:刷新统计数据和信息
4. 🟡 **技术检查**:确认网站可访问性

### 立即联系
- SEO 负责人:{{seo_manager}}
- 技术负责人:{{tech_lead}}

---
此告警由 Claude Code SEO Assistant 自动生成

监控仪表盘

实时监控指标

自动化任务状态:

automation_metrics:
  - name: "任务总数"
    value: "{{total_tasks}}"
    status: "active"

  - name: "运行中任务"
    value: "{{running_tasks}}"
    status: "in-progress"

  - name: "今日完成"
    value: "{{completed_today}}"
    status: "success"

  - name: "失败任务"
    value: "{{failed_tasks}}"
    status: "error"

告警统计:

alert_metrics:
  - name: "紧急告警"
    value: "{{critical_alerts}}"
    threshold: 0
    status: "critical"

  - name: "警告告警"
    value: "{{warning_alerts}}"
    threshold: 5
    status: "warning"

  - name: "信息告警"
    value: "{{info_alerts}}"
    threshold: 20
    status: "info"

系统健康:

health_metrics:
  - name: "任务成功率"
    value: "{{success_rate}}%"
    target: "> 95%"
    status: "success"

  - name: "平均执行时间"
    value: "{{avg_execution_time}}s"
    target: "< 300s"
    status: "good"

  - name: "系统负载"
    value: "{{system_load}}%"
    target: "< 80%"
    status: "normal"

执行历史

任务执行记录

{
  "taskId": "weekly-geo-audit",
  "executionId": "exec-20240215-090000",
  "timestamp": "2024-02-15T09:00:00Z",
  "status": "success",
  "duration": 845,
  "steps": [
    {
      "stepId": "audit",
      "name": "GEO 内容审计",
      "status": "success",
      "duration": 285,
      "output": {
        "reportId": "geo-audit-20240215",
        "path": ".claude-flow/cache/reports/geo/audit-20240215.json"
      }
    },
    {
      "stepId": "citation-monitor",
      "name": "AI 引用监控",
      "status": "success",
      "duration": 168,
      "output": {
        "citations": 677,
        "trend": "+45%"
      }
    }
  ],
  "alerts": [],
  "nextExecution": "2024-02-22T09:00:00Z"
}

性能优化

并行执行

workflow:
  name: "parallel-content-audit"
  steps:
    # 并行执行多个内容审计
    - parallel:
        - name: "审计博客文章"
          command: "/geo-content-audit"
          params:
            path: "/blog"
          timeout: 300

        - name: "审计产品页面"
          command: "/geo-content-audit"
          params:
            path: "/products"
          timeout: 300

        - name: "审计案例研究"
          command: "/geo-content-audit"
          params:
            path: "/case-studies"
          timeout: 300

    # 所有并行任务完成后继续
    - name: "汇总结果"
      command: "aggregate-results"
      depends-on: "parallel-group"

错误重试

retry_policy:
  max_attempts: 3
  backoff:
    type: "exponential"
    base_delay: 60  # 秒
    max_delay: 600
  retry_on:
    - "network-error"
    - "timeout"
    - "rate-limit"

  # 不重试的错误
  no_retry_on:
    - "authentication-error"
    - "permission-denied"
    - "invalid-input"

自动触发条件

  1. 用户运行 /geo-automation 命令
  2. 定期调度(cron 表达式)
  3. 事件触发(如竞争对手超越)
  4. 条件触发(如评分低于阈值)

数据存储

  • 任务配置:.claude-flow/cache/config/automation/
  • 执行历史:.claude-flow/cache/history/automation/
  • 告警记录:.claude-flow/cache/history/alerts/
  • 任务日志:.claude-flow/cache/logs/automation/

双语支持

  • 自动检测配置语言(中文/英文)
  • 根据语言调整告警消息
  • 提供双语告警模板

相关资源

  • 工作流模板:skills/automation-coordinator/templates/workflows.md
  • 告警规则:skills/automation-coordinator/resources/alert-rules.md
  • 监控指南:skills/automation-coordinator/resources/monitoring.md

相关命令

  • /geo-automation - 自动化任务配置和管理
  • /workflow-automation - 工作流创建和执行
  • /api-integration - API 集成配置
  • Phase 1 GEO 命令(审计、监控、对比)
  • Phase 3 报告命令(生成报告)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

36.99%
按下载量换算33

Claude

26.44%
按下载量换算23

Cursor

19.16%
按下载量换算17

Gemini CLI

8.17%
按下载量换算7

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills