Geo Automation banner
huifer huifer

Geo Automation

Development community

Description

--- description: 配置和管理 GEO 自动化任务,包括定期审计、报告生成、竞争对手监控和智能告警 argument-hint: <action> [--task <task-name>] [--schedule <cron>] [--alerts <notification-methods>] options: - action: 操作类型(enable, disable, status, configure) - task: 任务名称(weekly-audit, monthly-report, competitor-monitor, content-update-reminder) - schedule: Cron 表达式(默认:每周一 9:00) - alerts: 告警方式(email, slack, sms, webhook) examples: - /geo-automation enable --task weekly-audit --schedule "0 9 * * 1" --alerts email,slack - /geo-a

Installation

Installs to ~/.claude/skills/huifer-claude-code-seo-geo-automation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/huifer-claude-code-seo-geo-automation && curl -fsSL https://raw.githubusercontent.com/huifer/claude-code-seo/HEAD/commands/geo-automation.md -o ~/.claude/skills/huifer-claude-code-seo-geo-automation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository