Skip to content
Skill

ontopo

by NeverSight

AI Summary

Ontopo is a skill that enables AI assistants to search Israeli restaurants, check real-time table availability, view menus, and generate booking links. It's useful for developers building restaurant discovery and reservation features for Hebrew and English-speaking users.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "ontopo" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (12 files)
mkdir -p .claude/skills/ontopo && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/SKILL.md "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_ar.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_ar.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_cn.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_cn.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_de.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_de.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_en.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_en.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_es.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_es.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_fr.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_fr.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_it.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_it.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_ja.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_ja.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_ko.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_ko.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_ru.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_ru.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ontopo/description_tw.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/alexpolonsky/agent-skills/ontopo/description_tw.txt"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

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", "מסעדה", "הזמנה", "שולחן", "אונטופו", "תפריט", "זמינות", "ארוחת ערב", "איפה לאכול".

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.

Search for a restaurant

python3 {baseDir}/scripts/ontopo-cli.py search "taizu"

Find available restaurants for tonight

python3 {baseDir}/scripts/ontopo-cli.py available tomorrow 19:00 --city tel-aviv `

cities

List supported cities. `bash python3 {baseDir}/scripts/ontopo-cli.py cities python3 {baseDir}/scripts/ontopo-cli.py cities --json `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
28 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars28
Forks4
Issues0
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code