mcpbeat Sign in

Site Audit Agent Skill

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.

759 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
104
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/sandbaseai/sandbase-skills --skill site-audit

What comes with it

877 bytes besides the instruction
references/sandbase-api-map.md

The instruction itself

10 sections, as written by the author

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.

Call SandBase capabilities

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.

Operating principles

  • Start with site structure before diving into page-level analysis.
  • Prioritize issues by impact: broken critical pages > SEO optimizations > nice-to-haves.
  • Sample representative pages rather than auditing every page on large sites.
  • Report both findings and actionable recommendations.

Workflow

1. Discover site structure

Use firecrawl_map to list all pages on the site.

Use context_dev_crawl_sitemap for sitemap-based discovery.

2. Crawl and extract content

Use firecrawl_crawl for multi-page content extraction.

Use context_dev_scrape_markdown for individual page content.

3. SEO analysis

Use dataforseo_v3_on_page_content_parsing_live for structured content analysis.

Use dataforseo_v3_on_page_keyword_density_live for keyword optimization.

4. Visual and technical

Use context_dev_capture_screenshot for visual assessment.

Use context_dev_scrape_html for technical HTML analysis.

Output

Return: site structure overview, page count, content assessment, SEO findings (title tags, headings, keyword usage), technical issues, and prioritized action items.

Example tasks

  • "Audit [website] — structure, content quality, and SEO health."
  • "How many pages does [website] have and what types of content?"
  • "Check the SEO basics for [URL] — title, headings, keyword density."
  • "Crawl [website] and identify thin or duplicate content pages."
  • "Take screenshots of [website]'s key pages for a visual audit."

How to use it

Copy the folder

Take sandbaseai/site-audit from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.