Audit a website's content, structure, SEO health, and technical setup through SandBase. Use when asked for website audit, content audit, SEO health check, site structure analysis, or technical assessment.
npx skills add https://github.com/sandbaseai/sandbase-skills --skill site-audit
Comprehensive website auditing through SandBase. Crawl sites, analyze content, check SEO fundamentals, and assess structure. Read the API map before selecting a capability.
For every selected tool, call sandbase_describe_tool first and use only arguments in its current input schema. Then call sandbase_call_tool with the exact tool_name.
Use firecrawl_map to list all pages on the site.
Use context_dev_crawl_sitemap for sitemap-based discovery.
Use firecrawl_crawl for multi-page content extraction.
Use context_dev_scrape_markdown for individual page content.
Use dataforseo_v3_on_page_content_parsing_live for structured content analysis.
Use dataforseo_v3_on_page_keyword_density_live for keyword optimization.
Use context_dev_capture_screenshot for visual assessment.
Use context_dev_scrape_html for technical HTML analysis.
Return: site structure overview, page count, content assessment, SEO findings (title tags, headings, keyword usage), technical issues, and prioritized action items.
Take sandbaseai/site-audit 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.