ワンクリックで
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.