From meta-skills
Captures a website (raw HTML), cleans pages to markdown, pulls sitemaps and robots.txt, then produces a prioritized 90-day quick-win SEO audit. Use when onboarding a new site, baselining technical SEO and on-page health, or building a ranked P0/P1/P2 fix list across indexability, on-page, content, and conversion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/meta-skills:site-capture-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Captures a website to local files, then turns that capture into a prioritized,
Captures a website to local files, then turns that capture into a prioritized,
90-day quick-win audit. The capture step saves raw HTML, a cleaned
text/markdown version of each page, and the site's sitemap.xml + robots.txt.
The audit step grades the site against a P0/P1/P2 rubric covering technical
SEO (indexability, canonicals, redirects), on-page (titles, meta, headings,
schema, internal links), content depth, Core Web Vitals, and conversion — and
emits a ranked fix list with effort/impact.
python scripts/capture.py https://example.com --max 25 --out ./capture
It fetches the homepage, discovers more URLs via sitemap.xml / robots.txt,
saves raw HTML to <out>/raw-html/, cleaned markdown to <out>/clean-md/,
and <out>/sitemaps/ (sitemaps + robots.txt). See the script --help.<out>/clean-md/ and skim the raw HTML <head>
blocks for titles, meta, canonical, robots directives, and JSON-LD.references/audit-checklist.md
in priority order — P0 indexability first, then P1 on-page, then P2 depth +
CWV + conversion. Record evidence (the actual title, the missing canonical,
the redirect chain) for each finding.schema-org-sprint skill;
for content gaps, hand off to a content-brief skill.--max) and output dir (--out).raw-html/, clean-md/, sitemaps/.urllib) plus
optional BeautifulSoup; if BeautifulSoup is absent it falls back to a
regex tag-strip, so it runs on a stock Python 3. It sets a descriptive
User-Agent and adds a small delay between requests to be polite.robots.txt,
rate limits, and the site owner's terms; capture sites you're authorized to.npx claudepluginhub sujanbhuiyan/skills --plugin agency-skillsProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.