一键导入
dictionary
Look up word definitions, phonetics, synonyms, and usage examples using the Free Dictionary API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Look up word definitions, phonetics, synonyms, and usage examples using the Free Dictionary API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AI Agent Marketplace for OpenClaw. Browse and discover 60+ free & premium agents — developer tools, content, automation, video, research, and more.
Network-wide ad and tracker blocking at the DNS level. A Pi-hole alternative that runs directly on your machine as an OpenClaw skill. No separate h...
agentplace's autonomous marketing experiments. Use when agentplace wants to try new content, test hooks, track what works, and iterate independently. Covers X posting, TikTok experimentation, and growth tracking.
Generates clean API documentation from code, endpoints, or descriptions — OpenAPI, markdown, or README format
Generates mock API responses with realistic fake data from OpenAPI specs or plain descriptions
Generates professional system architecture diagrams (Mermaid flowcharts, sequence diagrams, C4 models, deployment views) and Architecture Decision Records from plain English descriptions
| name | dictionary |
| description | Look up word definitions, phonetics, synonyms, and usage examples using the Free Dictionary API. |
Look up word definitions, phonetics, synonyms, and usage examples using the Free Dictionary API.
Category: education API Key Required: No
curl -s "https://api.dictionaryapi.dev/api/v2/entries/en/serendipity"
Returns array of meanings with:
phonetic — pronunciation textphonetics[].audio — MP3 pronunciation URLmeanings[].partOfSpeech — noun, verb, adjective, etc.meanings[].definitions[].definition — the definitionmeanings[].definitions[].example — usage examplemeanings[].synonyms — synonym listReplace en with: es, fr, de, it, pt, ar, hi, ja, ko, ru, tr, zh
curl -s "https://api.dictionaryapi.dev/api/v2/entries/fr/bonjour"
User: "Define 'ephemeral'" → Query the API. Reply with part of speech, definition, example sentence, and synonyms.
User: "How do you pronounce 'quinoa'?" → Return the phonetic text and audio URL if available.