Skip to main content Home Creators johnalbertini14-glitch openclaw-skills ontopo
ontopo Search Israeli restaurants, check table availability, view menus, and get booking links on Ontopo. Use for "restaurant reservation", "table booking", "ontopo", "where to eat in Israel", "ืืกืขืื", "ืืืื ืช ืฉืืืื", "ืชืคืจืื", "ืืจืืืช ืขืจื", "ืืื ืืืคื", "ืืืคื ืืืืื".
Jump to install Skills Marketplace Discover and explore AI skills built by the community.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Copy promptShow prompt details A direct command skips the review prompt. Inspect the source before running it.
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill ontopoThe command stays on one line. Scroll horizontally to inspect it before copying.
Prefer a local copy? Download the files currently available to SkillsMP.
Download Zip Downloading... More from this repository
Related occupations SOC
Based on SOC occupation classification
name ontopo version 1.0.0 description Search Israeli restaurants, check table availability, view menus, and get booking links on Ontopo. Use for "restaurant reservation", "table booking", "ontopo", "where to eat in Israel", "ืืกืขืื", "ืืืื ืช ืฉืืืื", "ืชืคืจืื", "ืืจืืืช ืขืจื", "ืืื ืืืคื", "ืืืคื ืืืืื". author Alex Polonsky (https://github.com/alexpolonsky) homepage https://github.com/alexpolonsky/agent-skill-ontopo metadata {"openclaw":{"emoji":"๐ฝ๏ธ","os":["darwin","linux"],"requires":{"bins":["python3"]},"install":[{"kind":"uv","package":"httpx","label":"Install httpx via pip/uv"}]}}
Ontopo Restaurant Search
Search Israeli restaurants, check table availability, view menus, and get direct booking links on the Ontopo platform.
Disclaimer : This is an unofficial tool, not affiliated with or endorsed by Ontopo. Availability data queries APIs that power the website and may not reflect actual availability. This tool does NOT place reservations - it generates booking links for manual confirmation on Ontopo's website. Provided "as is" without warranty of any kind.
Quick Start
python3 {baseDir}/scripts/ontopo-cli.py search "taizu"
python3 {baseDir}/scripts/ontopo-cli.py available tomorrow 19:00 --city tel-aviv
Commands
cities python3 {baseDir}/scripts/ontopo-cli.py cities
python3 {baseDir}/scripts/ontopo-cli.py cities --json
categories python3 {baseDir}/scripts/ontopo-cli.py categories
search Find restaurants by name.
python3 {baseDir}/scripts/ontopo-cli.py search "taizu"
python3 {baseDir}/scripts/ontopo-cli.py search "sushi" --city tel-aviv
python3 {baseDir}/scripts/ontopo-cli.py search "taizu" --json
available Find venues with availability for date and time. Date and time are POSITIONAL arguments.
python3 {baseDir}/scripts/ontopo-cli.py available tomorrow 19:00
python3 {baseDir}/scripts/ontopo-cli.py available tomorrow 20:00 --city tel-aviv
python3 {baseDir}/scripts/ontopo-cli.py available +3 19:00 --party-size 4
check Check availability at specific venue. Supports venue name or ID.
python3 {baseDir}/scripts/ontopo-cli.py check taizu tomorrow 19:00
python3 {baseDir}/scripts/ontopo-cli.py check taizu +2 20:00
python3 {baseDir}/scripts/ontopo-cli.py check 36960535 tomorrow 19:00 --party-size 4
range Check availability across date range. Times is OPTIONAL (defaults to 19:00,20:00).
python3 {baseDir}/scripts/ontopo-cli.py range taizu tomorrow +3
python3 {baseDir}/scripts/ontopo-cli.py range 36960535 tomorrow +5 --times "18:00,19:00,20:00"
python3 {baseDir}/scripts/ontopo-cli.py range taizu +1 +7 --party-size 4
menu View venue menu with optional filters.
python3 {baseDir}/scripts/ontopo-cli.py menu 66915792
python3 {baseDir}/scripts/ontopo-cli.py menu 66915792 --section drinks
python3 {baseDir}/scripts/ontopo-cli.py menu 66915792 --search "pasta" --max-price 100
info python3 {baseDir}/scripts/ontopo-cli.py info 36960535
python3 {baseDir}/scripts/ontopo-cli.py info 66915792 --json
url Get booking URL for venue.
python3 {baseDir}/scripts/ontopo-cli.py url 36960535
python3 {baseDir}/scripts/ontopo-cli.py url 66915792 --locale he
Options Reference Option Commands Description --jsonall Output in JSON format --localesearch, info, url Language: en or he --cityavailable, search City filter (tel-aviv, jerusalem, etc.) --party-sizeavailable, check, range Number of guests (default: 2) --timesrange Comma-separated times (default: 19:00,20:00) --sectionmenu Filter by menu section --searchmenu Search menu items by name --min-pricemenu Minimum price filter --max-pricemenu Maximum price filter
Date/Time Formats Dates : YYYY-MM-DD, today, tomorrow, +N (days from now)
Times : HH:MM, HHMM, 7pm, 19:30
Supported Cities tel-aviv, jerusalem, haifa, herzliya, raanana, ramat-gan, netanya, ashdod, ashkelon, beer-sheva, eilat, modiin, rehovot, rishon-lezion, petah-tikva, holon, kfar-saba, hod-hasharon, caesarea
Workflow Example
python3 {baseDir}/scripts/ontopo-cli.py search "taizu"
python3 {baseDir}/scripts/ontopo-cli.py check 36960535 tomorrow --time 19:00
python3 {baseDir}/scripts/ontopo-cli.py menu 36960535
python3 {baseDir}/scripts/ontopo-cli.py url 36960535
Notes
Manual booking : Generates links - complete reservation on Ontopo website
No API key : Queries APIs that power the website
Bilingual : Supports Hebrew and English
Real-time data : Availability fetched live from Ontopo