How to Build a Full Site Inventory with OpenClaw
Build a site page inventory with OpenClaw and ToolRouter. Complete website discovery and mapping.
ToolSite CrawlerOpenClaw crawls your site and outputs a structured page inventory in JSON or CSV format, ready for import into spreadsheets, databases, or migration planning tools. The automated approach handles sites with thousands of pages and provides consistent, machine-readable output for downstream analysis pipelines.
Connect ToolRouter to OpenClaw
1Install the CLI
npm install -g toolrouter-mcp2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsSteps
Once connected (see setup above), use the Site Crawler tool:
- Ask: "Crawl mysite.com and build a full page inventory"
- OpenClaw returns every discovered page with metadata
- Request: "Organize the inventory by URL path and highlight any issues"
- Use the inventory as a baseline for ongoing site management
Example Prompt
Try this with OpenClaw using the Site Crawler tool
Create a complete page inventory for mysite.com. List every page with its status and title.
Tips
- Save the inventory output and re-crawl periodically to track changes
- Ask for a summary of page counts by directory or subdomain
- Use as the foundation for content audits and migration planning