Files
our-claude-skills/custom-skills/11-seo-comprehensive-audit/code/scripts/requirements.txt
Andrew Yim 930167dbbe Add 11-seo-comprehensive-audit orchestrator skill
New skill that runs a 6-stage SEO audit pipeline (Technical, On-Page,
Core Web Vitals, Schema, Local SEO, Search Console) and produces a
unified health score (0-100) with weighted categories. Includes Python
orchestrator script, slash command, and Notion integration for Korean
audit reports.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 02:37:51 +09:00

6 lines
166 B
Plaintext

# 11-seo-comprehensive-audit dependencies
# Sub-skill dependencies are managed in their own requirements.txt files
requests>=2.31.0
python-dotenv>=1.0.0
rich>=13.7.0