/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"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jail-search - After installation, invoke the skill by name or use
/jail-search - Provide required inputs per the skill's parameter spec and get structured output
What is Skills?
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more. It is an AI Agent Skill for Claude Code / OpenClaw, with 225 downloads so far.
How do I install Skills?
Run "/install jail-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skills free?
Yes, Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skills support?
Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skills?
It is built and maintained by mefengl (@mefengl); the current version is v1.4.1.