Install
openclaw skills install unofficial-urban-dictionary-apiQuery the Unofficial Urban Dictionary API for slang definitions. Use when asked to define slang/phrases, fetch random Urban Dictionary entries, browse by letter/new, or get entries by author/date. Supports endpoints /api/search, /api/random, /api/browse, /api/author, and /api/date.
openclaw skills install unofficial-urban-dictionary-apiUse this skill to fetch Urban Dictionary-style definitions from:
https://unofficialurbandictionaryapi.com/apiPrefer running the bundled helper script for deterministic output:
python3 scripts/ud_api.py search --term "yeet" --limit 3python3 scripts/ud_api.py random --limit 1python3 scripts/ud_api.py browse --character a --limit 5python3 scripts/ud_api.py author --term "some_author" --limit 5python3 scripts/ud_api.py date --term "2024-01-01" --limit 5If script execution is unavailable, use direct HTTP GET calls to the same endpoints.
search -> /searchrandom -> /randombrowse -> /browseauthor -> /authordate -> /dateterm: word/phrase/author/date (depends on endpoint)limit: integer > 0strict: true|false (search)matchCase: true|false (search)page: integer >= 1multiPage: min,max page range stringcharacter: browse target (example: a, new, *)When reporting results to users:
strict=false and lower constraints.