site-content-catalog
Crawl a website's sitemap and blog index to build a complete content inventory. Lists every page with URL, title, publish date, content type, and topic cluster. Groups content by category and topic. Optionally deep-reads top N pages for quality analysis and funnel stage tagging. Use before SEO audits, content gap analysis, or brand voice extraction.
npx skills add majiayu000/claude-skill-registry --skill site-content-catalog --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Site Content Catalog Crawl a website's sitemap and blog to build a complete content inventory — every page cataloged with URL, title, date, content type, and topic cluster. Groups content by category, identifies publishing patterns, and optionally deep-analyzes top pages. ## Quick Start ```bash # Basic content inventory python3 skills/site-content-catalog/scripts/catalog_content.py \ --domain "example.com" # With deep analysis of top 20 pages python3 skills/site-content-catalog/scripts/catalog_content.py \ --domain "example.com" --deep-analyze 20 # Output to specific file python3 skills/site-content-catalog/scripts/catalog_content.py \ --domain "example.com" --output clients/acme/research/content-inventory.json ``` ## Inputs | Parameter | Required | Default | Description | |-----------|----------|---------|-------------| | domain | Yes | — | Domain to catalog (e.g., "example.com") | | deep-analyze | No | 0 | Number of top pages to deep-read for content analysis | | output | No | stdout | Path to save JSON output | | include-non-blog | No | true | Also catalog landing pages, docs, etc. (not just blog) | ## Cost - **Sitemap/RSS crawling:** Free (direct HTTP requests) - **Apify site
- Quick Start
- Inputs
- Cost
- Process
- Phase 1: Discover All Pages
- Phase 2: Classify Each Page
- Phase 3: Analyze Publishing Patterns
- Phase 4: Deep Analysis (Optional)
- Phase 5: Output
- Tips
- Dependencies
Basic content inventory python3 skills/site-content-catalog/scripts/catalog_content.py \ With deep analysis of top 20 pages Output to specific file
What does the site-content-catalog skill do?
Crawl a website's sitemap and blog index to build a complete content inventory. Lists every page with URL, title, publish date, content type, and topic cluster. Groups content by category and topic. Optionally deep-reads top N pages for quality analysis and funnel stage tagging. Use before SEO audits, content gap analysis, or brand voice extraction.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill site-content-catalog --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
