What problem does it solve? Looking up one specific AI CLI client entry in a large 22-column Markdown master table is tedious and error-prone when done manually. This Skill retrieves exactly one row from the deduplicated catalog master table using a stable id, an 8-character uid, or a free-text name/alias query, without ever modifying the data. ## Core Features & Use Cases - Flexible Lookup: Find an entry by slug id (e.g. claude), case-insensitive uid (e.g. tj6cmpyw), or free-text query matching display names and aliases (e.g. Warp Terminal). - Read-Only Safety: The Skill never writes to the catalog; create and update operations live in the separate add-to-catalog Skill. - Structured Output: Returns the full 22-column row as JSON plus a short human summary, and suggests closest matches when nothing is found. - Use Case: You need the homepage URL, license, and popularity of the opencode CLI client before writing a comparison report — query by id and get the complete row instantly. ## Quick Start Ask the AI to view the catalog entry for a specific AI CLI client by providing its id, uid, or name, for example: show me the catalog entry for Claude Code.