geepers-etymology
通过 dr.eamer.dev 词源学和历时语言学 API 查找词源学、历史发音变化、语言谱系树和单词演变。用于语言历史研究、写作或探索词语如何随时间变化。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~lukeslp-geepers-etymologycURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~lukeslp-geepers-etymology/file -o lukeslp-geepers-etymology.md## 概述(中文) 通过 dr.eamer.dev 词源学和历时语言学 API 查找词源学、历史发音变化、语言谱系树和单词演变。用于语言历史研究、写作或探索词语如何随时间变化。 ## 原文 # Dreamer Etymology Access etymology and historical linguistics data at `https://api.dr.eamer.dev`. ## Authentication ```bash export DREAMER_API_KEY=your_key_here ``` ## Endpoints ### Word Etymology ``` GET https://api.dr.eamer.dev/v1/etymology/word?word=serendipity ``` Returns origin language, root words, historical forms, and first known use. ### Explore Word History ``` GET https://api.dr.eamer.dev/v1/etymology/explore?word=knight&lang=en ``` Returns full etymology chain, related words, and language family context. ### Sound Change Rules (Diachronica) ``` GET https://api.dr.eamer.dev/v1/etymology/sound-changes?from=proto-indo-european&to=english ``` Returns documented phonological changes between proto-languages and descendants. ## When to Use - Researching word origins and historical meaning shifts - Understanding cognates across related languages - Exploring how pronunciation has changed over centuries - Writing that benefits from etymological depth ## Don't Use When - You need standard dictionary definitions (use a dictionary API) - You need very recent neologisms (data focuses on documented historical forms)