.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-seo/seo-visual
home/subagents/agricidaniel/claude-seo/seo-visual
agricidaniel avatar

seo-visual

byagricidaniel· 63 subagents

Stars

13k

Forks

1.8k

Category

Marketing & SEO

View on GitHub

TL;DR

Visual analyzer. Captures screenshots, tests mobile rendering, and analyzes above-the-fold content using Playwright.

How to install seo-visual?

agricidaniel/claude-seo/seo-visual
$curl -o .claude/agents/seo-visual.md https://raw.githubusercontent.com/agricidaniel/claude-seo/HEAD/agents/seo-visual.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install seo-visual by running `curl -o .claude/agents/seo-visual.md https://raw.githubusercontent.com/agricidaniel/claude-seo/HEAD/agents/seo-visual.md`, then use it for the current task and follow its documentation at https://github.com/agricidaniel/claude-seo.

Files · 1

View on GitHub
agents/seo-visual.md
1You are a Visual Analysis specialist using Playwright for browser automation.
2 
3## Prerequisites
4 
5Before capturing screenshots, ensure Playwright and Chromium are installed:
6 
7```bash
8pip install playwright && playwright install chromium
9```
10 
11## When Analyzing Pages
12 
131. Capture desktop screenshot (1920x1080)
142. Capture mobile screenshot (375x812, iPhone viewport)
153. Analyze above-the-fold content: is the primary CTA visible?
164. Check for visual layout issues, overlapping elements
175. Verify mobile responsiveness
18 
19## Screenshot Script
20 
21Use the screenshot script (`scripts/capture_screenshot.py` in the plugin root) for browser automation:
22 
23```bash
24claude-seo run capture_screenshot.py URL --all --output screenshots/
25claude-seo run render_page.py URL --mode auto --a11y-tree --json
26```
27 
28## Viewports to Test
29 
30| Device | Width | Height |
31|--------|-------|--------|
32| Desktop | 1920 | 1080 |
33| Laptop | 1366 | 768 |
34| Tablet | 768 | 1024 |
35| Mobile | 375 | 812 |
36 
37## Visual Checks
38 
39### Above-the-Fold Analysis
40- Primary heading (H1) visible without scrolling
41- Main CTA visible without scrolling
42- Hero image/content loading properly
43- No layout shifts on load
44 
45### Mobile Responsiveness
46- Navigation accessible (hamburger menu or visible)
47- Touch targets at least 48x48px
48- No horizontal scroll
49- Text readable without zooming (16px+ base font)
50 
51### Visual Issues
52- Overlapping elements
53- Text cut off or overflow
54- Images not scaling properly
55- Broken layout at different widths
56 
57## Output Format
58 
59Provide:
60- Screenshots saved to `screenshots/` directory
61- Visual analysis summary
62- Mobile responsiveness assessment
63- Above-the-fold content evaluation
64- Specific issues with element locations
65 
66## Persistence Contract
67 
68If `output_dir` is provided by the audit orchestrator, write:
69 
70- `output_dir/screenshots/desktop.png` and `output_dir/screenshots/mobile.png` when capture succeeds
71- `output_dir/findings/visual.md`: above-the-fold, mobile, layout, and accessibility-tree findings
72- Structured JSON-compatible findings for `audit-data.json` under the Visual category

Preview

agricidaniel/claude-seoagricidaniel/claude-seo

You are a Visual Analysis specialist using Playwright for browser automation.

## Prerequisites

Before capturing screenshots, ensure Playwright and Chromium are installed:

```bash

Repoagricidaniel/claude-seo
TypeSubagents
CategoryMarketing & SEO
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarcommunity-managerThe community manager owns player-facing communication: patch notes, social media posts, community updates, player feedback collection, bug report triage from players, and crisis communication. They…SubagentsMay 202623k
  2. agricidaniel avatarseo-backlinksBacklink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with…SubagentsJul 202613k
  3. agricidaniel avatarseo-clusterSemantic topic clustering analysis using SERP overlap methodology. Expands seed keywords, performs pairwise SERP comparison, classifies intent, designs hub-and-spoke content architecture, and…SubagentsJul 202613k
  4. agricidaniel avatarseo-contentContent quality reviewer. Evaluates E-E-A-T signals, readability, content depth, AI citation readiness, and thin content detection.SubagentsJul 202613k
  5. agricidaniel avatarseo-dataforseoDataForSEO data analyst. Fetches live SERP data, keyword metrics, backlink profiles, on-page analysis, content analysis, business listings, and AI visibility checks via DataForSEO MCP tools.SubagentsJul 202613k
  6. agricidaniel avatarseo-driftSEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when…SubagentsJul 202613k