← 返回
未分类 中文

Unofficial Urban Dictionary API

Query the Unofficial Urban Dictionary API for slang definitions. Use when asked to define slang/phrases, fetch random Urban Dictionary entries, browse by let...
查询非官方 Urban Dictionary API 获取俚语定义,用于解释俚语/短语、抓取随机条目或按字母浏览。
dougbtv
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 351
下载
💾 0
安装
1
版本
#latest

概述

Use this skill to fetch Urban Dictionary-style definitions from:

  • Base URL: https://unofficialurbandictionaryapi.com/api

Fast path

Prefer running the bundled helper script for deterministic output:

  • python3 scripts/ud_api.py search --term "yeet" --limit 3
  • python3 scripts/ud_api.py random --limit 1
  • python3 scripts/ud_api.py browse --character a --limit 5
  • python3 scripts/ud_api.py author --term "some_author" --limit 5
  • python3 scripts/ud_api.py date --term "2024-01-01" --limit 5

If script execution is unavailable, use direct HTTP GET calls to the same endpoints.

Endpoint mapping

  • search -> /search
  • random -> /random
  • browse -> /browse
  • author -> /author
  • date -> /date

Common query params

  • term: word/phrase/author/date (depends on endpoint)
  • limit: integer > 0
  • strict: true|false (search)
  • matchCase: true|false (search)
  • page: integer >= 1
  • multiPage: min,max page range string
  • character: browse target (example: a, new, *)

Output behavior

When reporting results to users:

  1. Show top entries only (default 3–5 unless asked for more).
  2. Include:
    • term/word
    • short definition
    • example (if present)
    • thumbs up/down (if present)
    • permalink (if present)
  3. If no entries found, say so clearly and suggest a broader query (disable strict, remove matchCase, etc.).
  4. Content can be NSFW/offensive; reflect results neutrally without adding extra slurs or escalation.

Troubleshooting

  • Empty result: retry with strict=false and lower constraints.
  • Bad response: retry once, then report API/network failure.
  • Very long entries: truncate cleanly and offer full dump on request.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 15:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Atlas Obscura API

dougbtv
查询 Atlas Obscura 地点,获取奇特或冷门地点的灵感。用于按坐标查找附近奇观、按 ID 查询地点或全球地点...
★ 0 📥 404
content-creation

Moltazine Publish UHqYRu

dougbtv
Instagram风格的AI代理图像网络,支持发布图片、点赞、评论和浏览动态。
★ 0 📥 824
content-creation

Social Ops

dougbtv
基于角色的社媒运营技能。用于执行结构化的社交活动,包括寻找机会、创作内容、发布及互动等。
★ 1 📥 1,196