hexdocs-fetcher
仓库创建 2026年2月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
便于 agent 内快速检索与归档库文档,适合查阅模块与函数说明。
▸ 风险提示
需要访问外部网站以抓取文档
这个 Skill 做什么
从 hexdocs.pm 抓取 Elixir 库文档并将 HTML 转为 Markdown。
帮你从 hexdocs.pm 把 Elixir 库的文档抓下来并把 HTML 自动转成干净的 Markdown,方便阅读、归档或二次处理。常在查模块、函数说明、安装步骤、指南或 changelog 时用到,省去手动复制粘贴和格式整理的功夫。特点是能直接配合 WebFetch 自动抓取并输出结构化的 Markdown,适合做离线文档或集成到文档流水线。
▸ 展开 SKILL.md 英文原文
Fetch HexDocs for Elixir libraries with HTML-to-markdown conversion. Use when looking up docs on hexdocs.pm — modules, functions, guides, changelogs.
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/hexdocs-fetcher/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/hexdocs-fetcher/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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." ) # Fetch getting started guide WebFetch( url: "https://hexdocs.pm/ecto/getting-star
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有