# Anthropic 透過 eli5 skill 把複雜主題轉成大圖少字的 HTML 說明

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 原作者：Thariq (@trq212) · 策展與摘要：EasyVibeCoding · 平台：X (Twitter) · 熱度：🔥🔥🔥 · 日期：2026-08-23

> 原始來源：https://x.com/trq212/status/2090884854590382515

## 證據與延伸閱讀

- [Anthropic 透過 eli5 skill 把複雜主題轉成大圖少字的 HTML 說明。](https://github.com/anthropics/claude-plugins-community/blob/main/eli5/README.md) — 官方文件 · 最後核對：2026-08-22 · 支持主張：這則官方介紹同時給出 /eli5 <what you want explained> 的呼叫形式、官方社群 repository 對 eli5 的描述，以及 skill instruction 使用 $ARGUMENTS 接收主題的提示內容。
- [Claude ELI5 skill — raw.githubusercontent.com](https://raw.githubusercontent.com/anthropics/claude-plugins-community/main/eli5/skills/eli5/SKILL.md) — 官方文件 · 最後核對：2026-08-22 · 支持主張：這則官方介紹同時給出 /eli5 <what you want explained> 的呼叫形式、官方社群 repository 對 eli5 的描述，以及 skill instruction 使用 $ARGUMENTS 接收主題的提示內容。
- [Anthropic用eli5 skill轉成HTML說明](https://x.com/trq212/status/2090884854590382515)
- [Discord bot 運作原理與圖解](https://video.twimg.com/amplify_video/2090849386284863488/vid/avc1/950x720/Sd77Km55cwBi59fg.mp4?tag=29)

## 中文摘要

Anthropic 透過 eli5 skill 把複雜主題轉成大圖少字的 HTML 說明。

這套做法面向完全不熟悉主題的讀者，以大型圖片和極少文字降低理解門檻。

**使用方式** 2026 年 8 月 21 日的介紹指出，使用者只要在指令後提供想了解的主題即可，例如 `/eli5 how does DNS work`。Anthropic 官方社群程式庫將 `eli5` 描述為「Explain any topic like I'm 5.」，也就是用五歲孩子能理解的方式解釋主題。

**skill 設計** 官方 skill instruction 會把使用者輸入放進 `$ARGUMENTS`，並要求模型依下列規則產出內容：

```text
Explain like I'm someone who knows nothing about this topic, using a HTML artifact with big pictures and few words. Topic: $ARGUMENTS
```

<video src="https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/1787464698936-k7yaw4kc.mp4" poster="https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/2614aa5477179629.jpg" controls playsinline preload="metadata" style="max-width:100%;height:auto;display:block;margin:1rem 0"></video>
> Discord bot 的運作原理與多步驟互動流程圖解

這個 skill 可依主題自動產生大圖少字的 HTML 說明，DNS 等抽象概念只是官方示例；原文沒有宣稱評測成效、特定涵蓋範圍或正式產品支援。

## 標籤

Skills, Claude, 功能更新, Anthropic
