Fetch HexDocs for Elixir libraries with HTML-to-markdown conversion. Use when looking up docs on hexdocs.pm - modules, functions, guides, changelogs.
---
name: hexdocs-fetcher
description: "Fetch HexDocs for Elixir libraries with HTML-to-markdown conversion. Use when looking up docs on hexdocs.pm — modules, functions, guides, changelogs."
effort: low
---
# HexDocs Fetcher
Efficiently fetch Elixir library documentation from hexdocs.pm using Claude Code's native `WebFetch` tool.
## Usage
When researching libraries, use `WebFetch`:
```
# Fetch library overview
WebFetch(
url: "https://hexdocs.pm/oban",
prompt: "Extract the main documentation, including module overview, installation instructions, and key functions. Format as clean markdown."
)
# Fetch specific module docs
WebFetch(
url: "https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html",
prompt: "Extract the module documentation including all public functions, their specs, and examples."… install to load the full skill