Claude-rank: Claude Code Plugin for AI Search Visibility Audits

Claude-rank is a Claude Code plugin and CLI tool that audits the technical foundation behind AI search visibility. It was built to address the problem where websites that are live, polished, technically solid, and decent for traditional SEO still perform poorly in AI systems like ChatGPT, Perplexity, Gemini, and AI Overviews.
Key Features
- Technical SEO audits
- GEO/AEO audits
- AI citability scoring
- Crawlability checks for AI bots
- Schema detection, validation, and generation
- robots.txt, sitemap.xml, and llms.txt fixes
- Content intelligence and keyword clustering
- Competitor X-ray analysis
- Performance and mobile checks
- Post-audit action plan for Google Search Console and Bing
The tool focuses on automatically fixing discoverability issues rather than just identifying them, aiming to move from "interesting audit" to "something I'd actually use before shipping." After fixes are applied, it can re-scan to verify improvements.
Installation
To install in Claude Code:
/plugin marketplace add Houseofmvps/claude-rank
/plugin install claude-rank@Houseofmvps-claude-rank
The tool is free and targets developers building SaaS applications, documentation sites, landing pages, or content-heavy websites. The creator is seeking feedback on additional features users would want from such a tool.
📖 Read the full source: r/ClaudeAI
👀 See Also

Parallel Claude Chat Architecture for Next.js Development
A developer created a system to run multiple Claude AI chats simultaneously on the same Next.js codebase using a shared database table and polling agent, achieving 87% build success rate with zero merge conflicts in one session.

Dev-Card: A Claude Code Skill That Generates Developer Identity Cards from Git History
Dev-Card is a Claude Code skill that analyzes git repositories to generate shareable Developer Identity Cards, assigning one of 11 developer archetypes based on commit timing, language breakdown, commit message patterns, and commit size distribution.

OpenClaw Benchmark Shows Qwen3.5:27B Outperforms Other Local LLMs for Agent Tasks
A benchmark of 7 local LLMs on 22 real agent tasks using OpenClaw found qwen3.5:27b-q4_K_M scored 59.4%, while the runner-up qwen3.5:35b scored only 23.2%. Most models couldn't find basic tools like email functions.

AVP Protocol Enables LLM Agents to Share KV-Cache Instead of Text for Token Efficiency
AVP (Agent Vector Protocol) allows LLM agents to pass KV-cache directly between them instead of text, reducing token processing by 73-78% and achieving 2-4x speedups across Qwen, Llama, and DeepSeek models. The protocol works with HuggingFace and vLLM connectors and is available as a Python package.