What problem does it solve? Hugging Face model cards often contain benchmark scores in README tables that are not exposed as structured model-index metadata, preventing leaderboard integration and evaluation widget display. This Skill extracts, imports, and publishes evaluation results to model cards without manual YAML editing. ## Core Features & Use Cases - README Table Extraction: Parse markdown evaluation tables with markdown-it-py, detect table formats (benchmarks as rows, columns, or transposed comparison tables), and convert them to model-index YAML. - Artificial Analysis Import: Fetch benchmark scores directly from the Artificial Analysis API and merge them into existing model cards with source attribution. - Custom Model Evaluation: Run evaluations with vLLM, lighteval, or inspect-ai locally on GPU or via Hugging Face Jobs, then publish results. - Use Case: A community contributor finds a model with benchmark tables in its README but no evaluation widget. They run get-prs to check for open PRs, use inspect-tables and extract-readme --create-pr to propose structured model-index metadata to the repository owner. ## Quick Start Ask the AI to inspect the evaluation tables in a Hugging Face model README and create a pull request adding the extracted scores as model-index metadata.