- Home
- Skills
- Huifer
- Claude Code Seo
- Automation Coordinator
automation-coordinator_skill
- HTML
83
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill huifer/claude-code-seo --skill automation-coordinator- skill.md14.6 KB
Overview
This skill is an automation coordinator for SEO and GEO workflows that manages scheduled audits, orchestrates multi-step workflows, and operates intelligent alerts and monitoring. It centralizes recurring tasks, competitor tracking, report generation, and content freshness reminders to keep search performance healthy. The skill supports bilingual messages, parallel execution, retry policies, and rich alert templates for rapid team response.
How this skill works
Define tasks with IDs, schedules (cron), steps, dependencies, and alert rules; the scheduler produces queues for immediate, scheduled, conditional, and workflow tasks. Workflows run step-by-step or in parallel with built-in retry and error handling, recording execution history, metrics, and outputs. Smart alert rules trigger email, Slack, SMS, or task creation based on thresholds like citation drop, ranking shifts, or competitor overtakes. Dashboards surface real-time task state, alert counts, success rates, and system health for continuous monitoring.
When to use it
- Automate weekly or monthly GEO audits and report distribution
- Continuously monitor competitors, backlinks, and citation trends
- Trigger immediate investigation when AI citation or rankings drop
- Schedule regular content freshness checks and update reminders
- Orchestrate multi-step SEO processes with dependencies and retries
Best practices
- Model tasks as small, idempotent steps with clear inputs and outputs
- Use cron schedules for predictable audits and event triggers for exceptions
- Set meaningful alert thresholds (e.g., citation-drop >10%, ranking drop ≥2)
- Run high-latency checks in parallel and aggregate results to reduce time
- Apply exponential backoff for transient failures and avoid retrying auth errors
Example use cases
- weekly-geo-audit: scan content, monitor AI citations, compare competitors, and generate an interactive HTML report
- monthly-report: collect 30-day metrics, produce executive PDF and technical HTML, then email stakeholders
- competitor-monitoring: detect new competitors, track ranking/backlink growth, and create urgent tasks if surpassed
- content-update-reminder: find outdated pages, check data freshness, and create prioritized update plans
- comprehensive-geo-workflow: scheduled end-to-end orchestration with error notifications and report delivery
FAQ
Alerts use priority levels (critical, warning, info) and can trigger multiple actions—email, Slack, SMS, or automatic task creation—based on configured rules.
Can tasks run in parallel and recover from failures?
Yes. The workflow supports parallel steps, configurable retry policies with exponential backoff, and explicit no-retry conditions for authentication or invalid input errors.