/install jail-search
JAIL Search
Search documents. Returns ranked results with title, author, year, description, url, id, score — not full content. Use URLs from results with fetch/browsing to read actual documents.
Use when: user asks to research, find papers/books/articles, look up facts, find discussions, legal cases, or any "search for..." request.
Strategy: use 2-4 keywords per query (English preferred). Pick the right type first. Try synonyms if few results. Search across multiple types to cross-reference. Use detail() for full metadata on promising results.
Types
| Type | Content |
|---|---|
academic |
OpenAlex/arXiv/Semantic Scholar/DBLP |
wiki |
Wikipedia 18 languages |
books |
books/digital libraries |
legal |
Case Law/CourtListener/EUR-Lex |
forums |
HN/StackExchange/Lobsters/LessWrong/60+ |
economics |
World Bank/IMF/FRED |
packages |
npm/PyPI/Crates.io |
knowledge |
Wikidata |
news |
news articles |
music |
Discogs/MusicBrainz |
video |
IMDb/YouTube |
health |
clinical trials |
geo |
world places |
fandom |
fan wikis |
tech |
Dev.to |
audio |
podcasts |
social |
Reddit/Mastodon/Lemmy |
crypto |
DeFi/tokens |
predictions |
prediction markets |
Search
curl -Gs "https://api.jail.li/v1/search" --data-urlencode "q=QUERY" -d "type=TYPE&limit=10"
Paginate: add &cursor=CURSOR using next_cursor from previous response.
Detail
curl -s "https://api.jail.li/v1/detail/DOC_ID"
With API key: add -H "Authorization: Bearer $JAIL_API_KEY"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jail-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/jail-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Skills 是什么?
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。
如何安装 Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jail-search」即可一键安装,无需额外配置。
Skills 是免费的吗?
是的,Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skills 支持哪些平台?
Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skills?
由 mefengl(@mefengl)开发并维护,当前版本 v1.4.1。