What problem does it solve? Answering Ansible questions accurately often requires checking the official documentation, but browsing docs.ansible.com manually interrupts your workflow. This Skill retrieves the relevant documentation page as Markdown so the agent can answer with authoritative, up-to-date information. ## Core Features & Use Cases - Direct URL Fetching: Provide any docs.ansible.com URL and get its content as Markdown via curl with the Accept: text/markdown header. - Topic-Based Lookup: Describe an Ansible topic and the skill resolves it to the right documentation page using a site-scoped web search. - URL Validation & Error Handling: Only fetches from docs.ansible.com, detects HTML or empty responses, and suggests alternatives when retrieval fails. - Use Case: You ask "What are the Ansible community package collection requirements?" and the skill finds the official page, fetches it, and summarizes the requirements for you. ## Quick Start Look up the official Ansible documentation for playbook basics and summarize what a play is.