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

OpenClaw's atoship skill turns AI assistant into shipping manager
The atoship skill for OpenClaw allows users to describe shipping needs in plain English, then handles carrier selection, rate comparison, label purchase, and tracking. Example commands include 'ship this 1lb box to New York, cheapest option'.

Claude Code Plugin Analyzes Token Waste and Anomalies Locally
A developer built a Claude Code plugin that diagnoses token waste by detecting six anomaly types from local session data. The tool analyzed 8,392 sessions and found 1,015 anomalies, with ExcessiveToolUse being the most common.

aco-system: An Entire Company OS for Claude That Writes User Stories, Breaks Tasks, Reviews PRs
A Reddit user shared how aco-system turned a single GitHub issue into a fully validated PR with tests — driven entirely by Claude. Includes user story generation, task breakdown, secret checking, and PR review.

ClawMetry: Open-Source Observability Dashboard for OpenClaw Agents
ClawMetry is an open-source observability dashboard for OpenClaw agents that provides live session activity, token cost tracking, memory file change detection, and stuck session alerts. It runs locally with pip install clawmetry and was built using OpenClaw itself.