guia-matthieu/sitemap-generator
Generate XML sitemaps for SEO. Use when: creating sitemap for new site; updating sitemap after changes; generating sitemap from URLs list; validating existing sitemap
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill sitemap-generator
> Generate valid XML sitemaps for search engine indexing and submission.
| Claude Does | You Decide |
|-------------|------------|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
pip install click lxml requests
python scripts/main.py generate https://example.com --depth 3
python scripts/main.py from-urls urls.txt --output sitemap.xml
python scripts/main.py validate sitemap.xml
category: seo-tools
dependencies: [click, lxml, requests]
difficulty: beginner
Take guia-matthieu/sitemap-generator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip.
Without those the skill loads but fails at the first command.