Agent skill
aceengineer-website-update
Daily automated website updates with competitor analysis and content sync
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/business/content-design/aceengineer-website-update
SKILL.md
AceEngineer Website Update Skill
Automates daily website maintenance including competitor SEO analysis and content synchronization from related repositories.
Quick Start
# Run full daily update
./scripts/daily-update.sh
# Manual competitor analysis
python scripts/competitor_analysis.py
# Manual content sync
python scripts/content_sync.py --digitalmodel ../digitalmodel --worldenergydata ../worldenergydata
# Setup cron job
./scripts/cron-setup.sh
Features
Competitor Analysis
- Tracks keyword rankings for offshore engineering terms
- Auto-detects competitors from search results
- Generates weekly HTML reports with trends
- Provides SEO improvement recommendations
Content Sync
- Syncs S-N curve statistics from digitalmodel
- Updates Python module counts
- Imports BSEE production dashboards from worldenergydata
- Generates blog posts from documentation
Configuration
config/keywords.yaml- Keywords to trackconfig/content-sync.yaml- Source paths and sync rules
Outputs
reports/competitor-analysis/latest.html- Latest competitor reportassets/data/statistics.json- Updated site statisticsdist/demos/- Synced demonstration files
Cron Schedule
Daily at 6 AM local time:
0 6 * * * /mnt/github/workspace-hub/aceengineer-website/scripts/daily-update.sh
Dependencies
pip install pyyaml requests beautifulsoup4
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?