← 返回 Skills 市场
coghost

ELI5

作者 Hex · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
84
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eli5
功能描述
Explain complex topics in the simplest possible words — like talking to a 5-year-old. Uses analogies, no jargon, everyday language.
使用说明 (SKILL.md)

ELI5 — Explain Like I'm 5

Turn any complex topic into something a child could understand.


Why it exists

Most explanations are written for people who already halfway know the answer. They hand-wave the hard parts, use words that need the explanation itself to make sense, and leave you more lost than before.

ELI5 is different. It forces a clean picture — one familiar analogy, a few short steps, and one concrete example.

How ELI5 works (technical)

ELI5 works by loading SKILL.md into the conversation context. When you type /eli5 \x3Cconcept>, OpenClaw matches the description and injects the skill's rules into the model.

The model reads the rules and examples, then generates an explanation following the same pattern.

Switching models: Works as long as the model can follow contextual instructions. If a model ignores rules in context, results may vary.


Quick start

/eli5 schrödinger's cat   # explain any concept
/eli5 help                 # show all commands
/eli5 lang \x3Clang>          # switch language (en/zh/es/kr/...)
/eli5 bonus on             # enable bonus explanations
/eli5 steps 5              # adjust max steps (default: 3, max: 5)
/eli5 fetch on             # enable auto-fetch from web

Default language: Controlled by ELI5_DEFAULT_LANG env var (read-only). If not set, fallback to English.


The Rules

  1. Language priority:
    • ELI5_DEFAULT_LANG env var (read-only) — set once, use forever
    • /eli5 lang \x3Clang> — switch and hold until next switch
    • Fallback: English
  2. Be conversational, not formulaic — sound like a smart friend explaining, not a textbook. Skip the formula if it feels stiff.
  3. Assume nothing — the user knows zero technical terms
  4. Bridge: unknown → known — pick one familiar thing (toy, friend, magic box) and stick with it
  5. Max n steps — short sentences, one action each. Default is 3, configurable via /eli5 steps \x3Cn>
  6. Concrete example — one real thing the reader can picture. REQUIRED unless already perfectly clear.
  7. Have personality — vary your explanations. A good comparison, a touch of humor, or a memorable contrast beats dry lists every time.
  8. Bonus (default: off) — only show when bonus on or genuinely needed
  9. Freshness indicator (always shown, in current language):
    • After the explanation, add a brief note:
      • Format: [Data: ~2024] [Freshness: ██████░░░░ 65%] [→ --fetch]
      • Visual bar: filled = fresh, empty = outdated
      • Scoring guidelines (subjective, use as reference):
        • Stable fields (philosophy, math, proven theories): 85-100
        • Technology that evolves slowly (OS, hardware): 70-85
        • Active tech fields (AI, frameworks, libraries): 50-70
        • Fast-moving topics (startups, trends, new releases): 30-50
      • Score 80-100: "Stable" → no action needed
      • Score 50-79: "Evolving" → consider --fetch
      • Score 0-49: "Outdated" → recommend --fetch strongly
      • If --fetch succeeded but data itself is old: use actual date + score based on how old the data is
      • If --fetch succeeded and data is latest: show actual date + high score
    • Example: [Data: 2024.03] [Freshness: ██████░░░░ 60%] [v1.2.0 — older]
  10. Fresh fetch (default: off):
    • /eli5 fetch on → enable auto-fetch from web (GitHub, official docs, etc.)
    • /eli5 fetch off → disable
    • /eli5 \x3Cconcept> --fetch → one-time fetch for this concept
    • If fetch succeeds → use latest content from web
    • If fetch fails → fall back to training data knowledge
    • Note: Fetch relies on OpenClaw's web search capability. If unavailable, falls back to training data.

Word Rules

Banned Words — Core Principle

Grandmother Test: Would my 80-year-old grandmother know this word? If NO → replace it or explain it immediately.

Happy Openings — Core Principle

Paint a picture. Make them visualize. Start with: "Imagine...", "Think of it as...", "Picture this..."

Forbidden Phrases — Core Principle

Never sound condescending, technical, or dismissive. Avoid: "Obviously...", "As you already know...", "Technically...", "In simple terms..."


Commands

/eli5 \x3Cconcept>              # explain anything
/eli5 help                 # show this help (in current language)
/eli5 lang \x3Clang>        # switch and hold language (en/zh/es/kr/...)
/eli5 bonus on|off          # toggle bonus (default: off)
/eli5 steps \x3Cn>             # set max steps (default: 3, max: 5)
/eli5 fetch on|off          # toggle auto-fetch from web (default: off)
/eli5 \x3Cconcept> steps 5    # override steps for one answer
/eli5 \x3Cconcept> in ZH      # override language for one answer
/eli5 \x3Cconcept> --fetch   # fetch latest content for one answer

Env var (read-only): Set ELI5_DEFAULT_LANG in your environment. Skill reads it, does not write it.


Examples

** Schrödinger's cat** A cat that is both alive AND dead — until you open the box. Try it: /eli5 what is schrödinger's cat

** The Chinese Room** A person who pretends to understand Chinese but follows a rulebook instead. Try it: /eli5 what is the chinese room

** The Ship of Theseus** If you replace every plank of a ship, is it still the same ship? Try it: /eli5 what is the ship of theseus

安全使用建议
This skill is an instruction-only helper for simplifying explanations and appears coherent and low-risk: it asks for no credentials and installs nothing. Two small things to consider before enabling: (1) SKILL.md reads a read-only env var named ELI5_DEFAULT_LANG but the registry metadata doesn't mark it as required — if you plan to set that variable, be aware the skill will read it; (2) turning on the fetch feature causes the platform to run web searches to refresh content — review your platform's web/query privacy/logging settings if you care about what gets searched or recorded. Also remember ELI5 intentionally oversimplifies answers, so avoid relying on it for precise or security-sensitive information.
功能分析
Type: OpenClaw Skill Name: eli5 Version: 1.0.0 The 'eli5' skill is a standard prompt-based utility designed to simplify complex topics using analogies and simple language. It operates entirely through LLM instructions in SKILL.md and README.md, lacking any executable code or suspicious dependencies. The skill includes benign features such as reading a non-sensitive configuration environment variable (ELI5_DEFAULT_LANG) and utilizing the platform's native web search capability for updated information.
能力标签
crypto
能力评估
Purpose & Capability
The skill's name and description (translate complex topics into simple analogies) align with the SKILL.md rules and examples. It does not request unrelated binaries, credentials, or config paths. Behavior (optional web fetch via platform search) is coherent with a freshness feature.
Instruction Scope
Runtime instructions stay on-topic: produce simple explanations, optional web fetch, and a freshness indicator. They do reference one environment variable (ELI5_DEFAULT_LANG) and describe loading SKILL.md into context (standard for instruction-only skills). Note: SKILL.md reads ELI5_DEFAULT_LANG but the registry metadata did not list any required env vars — this is a minor metadata mismatch, not an active data-exfiltration behavior.
Install Mechanism
No install spec and no code files — instruction-only. This is lowest-risk: nothing is downloaded or written to disk by the skill itself.
Credentials
The skill does not request credentials or sensitive environment variables. It does mention a read-only ELI5_DEFAULT_LANG env var (used for default language) but the metadata lists no required env vars. No other env vars or secrets are referenced.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system privileges or claim to modify other skills or system configuration. Autonomous invocation is allowed (platform default) but not combined with any elevated access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eli5
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eli5 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — ELI5 skill version 1.0.0 - Explains complex topics using analogies, simple words, and concrete examples—like talking to a 5-year-old. - No jargon; explanations use everyday language and familiar comparisons. - Customizable options: set language, number of steps, bonus explanations, and freshness/data checks. - Supports `/eli5 <concept>`, language switching, web fetch for latest data, and more. - Built-in "Freshness indicator" for every answer, showing data recency and suggestions for updating. - Comprehensive, conversational help and clear command list.
元数据
Slug eli5
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ELI5 是什么?

Explain complex topics in the simplest possible words — like talking to a 5-year-old. Uses analogies, no jargon, everyday language. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 ELI5?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install eli5」即可一键安装,无需额外配置。

ELI5 是免费的吗?

是的,ELI5 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ELI5 支持哪些平台?

ELI5 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ELI5?

由 Hex(@coghost)开发并维护,当前版本 v1.0.0。

💬 留言讨论