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
pinned to #a69bf67updated last month
Ask your AI client: “install skills/sitemap-generator”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/sitemap-generatormetahub onboarded this repo on the author's behalf.
If you own github.com/guia-matthieu/clawfu-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
145
Last commit
last month
Latest release
published
- #ai-skills
- #anthropic
- #claude-code
- #claude-skills
- #marketing
- #mcp-server
- #prompt-engineering
- #skills
About this skill
Pulled from SKILL.md at publish time.
Generate valid XML sitemaps for search engine indexing and submission.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a69bf67· last month
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
8 passed1 warningHomepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Description quality
24 words · 166 chars — "Generate XML sitemaps for SEO. Use when: creating sitemap for new site; updating…"
README is present and substantial
5,198 chars · 8 sections · 4 code blocks
Tags / topics declared
8 total — ai-skills, anthropic, claude-code, claude-skills, marketing, mcp-server (+2)
README has usage / example sections
no labeled section but 4 code blocks document usage
Homepage / docs URL declared
https://clawfu.com
Description is substantive
Description is 24 words.
Documentation present and substantive
Documentation present (SKILL.md, 203 words).
Documentation shows usage
Documentation includes 3 code examples.
Release history
1- releasecurrenta69bf67warnlast month
Contents
Generate valid XML sitemaps for search engine indexing and submission.
What Claude Does vs What You Decide
| 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 |
Dependencies
pip install click lxml requests
Commands
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
Skill Boundaries
What This Skill Does Well
- Structuring data analysis
- Identifying patterns and trends
- Creating visualization frameworks
- Calculating statistical measures
What This Skill Cannot Do
- Access your actual data
- Replace statistical expertise
- Make business decisions
- Guarantee prediction accuracy
Skill Metadata
- Mode: centaur
category: seo-tools
dependencies: [click, lxml, requests]
difficulty: beginner
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/sitemap-generator