elixir-phoenix-hexdocs-fetcher

elixir-phoenix-hexdocs-fetcher is a skill for Claude Code, Codex from ccarvalho-eng/codex-elixir-phoenix. It costs 23 tokens per session (653 once invoked), scanned A, original, MIT.

A focused documentation fetcher for Elixir libraries hosted on HexDocs, the documentation site for Elixir packages. It retrieves library overview pages, module documentation, and guides for lookup.

In plain words
What is it for?
Use it to look up Phoenix, Oban, LiveView, or other Elixir library documentation. It can discover relevant HexDocs pages and fetch their contents for focused research.
Why use it?
It reduces the amount of documentation that needs to be read when researching a specific library or module. This makes focused technical lookups easier when the correct HexDocs page is known or needs to be found.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-hexdocs-fetcher
Any agent
npx skills add ccarvalho-eng/codex-elixir-phoenix --skill elixir-phoenix-hexdocs-fetcher
Clone the repo
git clone --depth 1 https://github.com/ccarvalho-eng/codex-elixir-phoenix

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for elixir-phoenix-hexdocs-fetcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-hexdocs-fetcher.svg)](https://agentmods.dev/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-hexdocs-fetcher)
Your own site
<a href="https://agentmods.dev/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-hexdocs-fetcher"><img src="https://agentmods.dev/badge/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-hexdocs-fetcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 653 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00023 $0.00653
Opus 5 $0.00012 $0.00327
Sonnet 5 $0.00005 $0.00131
Haiku 4.5 $0.00002 $0.00065

Measured 5d ago against content hash 3fd877ff506e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

elixir-phoenix-hexdocs-fetcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/elixir-phoenix-hexdocs-fetcher/SKILL.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HexDocs Fetcher

Efficiently fetch Elixir library documentation from hexdocs.pm using Codex web tools (web.search_query and web.open).

Usage

When researching libraries:

# Fetch library overview (known URL)
web.open("https://hexdocs.pm/oban")

# Fetch specific module docs
web.open("https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html")

# Discover docs URL first, then open it
web.search_query("Oban.Worker site:hexdocs.pm")
web.open("{selected_result_url}")

Token Efficiency

Codex web tools extract page content so you can summarize key sections quickly:

Source Raw HTML With Codex web tools Benefit
HexDocs page ~80k tokens ~15k tokens 80% reduction
Phoenix docs ~120k tokens ~25k tokens 79% reduction
README ~20k tokens ~8k tokens 60% reduction

Integration with hex-library-researcher

When evaluating libraries, fetch docs efficiently:

web.open("https://hexdocs.pm/oban")

Common HexDocs URLs

# Library overview
https://hexdocs.pm/{library}

# Module documentation
https://hexdocs.pm/{library}/{Module}.html
https://hexdocs.pm/{library}/{Module.Submodule}.html

# Guides
https://hexdocs.pm/{library}/guides.html
https://hexdocs.pm/{library}/{guide-name}.html

# API reference
https://hexdocs.pm/{library}/api-reference.html

Extraction Strategies

Use focused extraction goals for better summaries:

# For API docs
Extract all public function docs with @spec and examples.

# For guides
Extract the complete guide content preserving code examples.

# For troubleshooting
Extract troubleshooting sections, common errors, and FAQs.

# For configuration
Extract configuration options and their defaults.

Caching

Codex may cache repeated fetches internally. Still prefer reusing prior notes within the same plan/research folder.

For longer persistence, save summaries under planning artifacts:

.codex/plans/{slug}/research/docs-oban.md

Read the full file on GitHub · 107 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 107 lines · 23 tokens per session scan A 3fd877ff506e

Subscribe to this mod's changes

elixir-phoenix-hexdocs-fetcher is a skill published in the GitHub repository ccarvalho-eng/codex-elixir-phoenix (11 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 653 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

elixir-expert

Expert-level Elixir, Phoenix, OTP, and concurrent systems. Use when the user mentions Phoenix, OTP, Erlang, concurrent, or functional, or when the task involves Elixir Fundamentals or Phoenix Framework.

personamanagmentlayer/pcl · 47 tokens

Elixir Patterns

Use this skill when working on Elixir/Phoenix projects and you want maintainable OTP-friendly structure, clear boundaries, and robust error handling.

AmariahAK/atlarix-skills · 3 tokens

implementation-strategy

Choose compatibility-aware scope for runtime and API changes in openai-agents-python. Use before initial implementation and each review-feedback batch to decide whether to patch, reset the design, preserve compatibility, or reject unsupported cases.

openai/openai-agents-python · 47 tokens

sensitive-logging-audit

Audit and fix sensitive-data exposure through Python runtime logging in openai-agents-python. Use when reviewing logging, print, warnings, stderr, traceback, MCP names, model or tool exceptions, redaction flags, or any diagnostic path that may retain user data.

openai/openai-agents-python · 59 tokens

maintainer-review

Assess an openai-agents-python GitHub issue or pull request as a maintainer. Use to verify the claimed need and practical impact, compare supported alternatives or competing approaches, separate code quality from repository readiness, recommend the maintainer action, and draft a copy-ready comment when evidence…

openai/openai-agents-python · 69 tokens

code-change-verification

Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.

openai/openai-agents-python · 30 tokens