ontopo
- Repo stars 39
- License MIT
- Author updated Live
- Author repo awesome-omni-skill
- Domain
- Data
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 94 / 100 · audit passed
- Author / version / license
- @diegosouzapw · MIT
- Token usage
- Lean
- Setup complexity
- Guided setup
- External API key
- Required · Vendor-specific
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: ontopo
description: Search Israeli restaurants, check table availability, view menus, and get booking links on Ontop…
category: data
runtime: no special runtime
---
# ontopo output preview
## PART A: Task fit
- Use case: 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", "מסעדה", "הזמנה", "שולחן", "אונטופו", "תפריט", "זמינות", "ארוחת ערב", "איפה לאכול"..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Quick Start / Commands / cities” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “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", "מסעדה", "הזמנה", "שולחן", "אונטופו", "תפריט", "זמינות", "ארוחת ערב", "איפה לאכול".”.
- **02** When the source has headings, the agent prioritizes “Quick Start / Commands / cities” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
## Running Rules
- read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “Quick Start / Commands / cities”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: ontopo
description: Search Israeli restaurants, check table availability, view menus, and get booking links on Ontop…
category: data
source: diegosouzapw/awesome-omni-skill
---
# ontopo
## When to use
- Search Israeli restaurants, check table availability, view menus, and get booking links on Ontopo. מסעדות בישראל, הזמנ…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Quick Start / Commands / cities” and keep inference separate from source facts.
- read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "ontopo" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Quick Start / Commands / cities
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | may access external network resources
guardrails -> requires Vendor-specific API keys + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} 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
# 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
Commands
cities
List supported cities.
python3 {baseDir}/scripts/ontopo-cli.py cities
python3 {baseDir}/scripts/ontopo-cli.py cities --json
categories
List venue 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
Get venue details.
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 |
|---|---|---|
--json |
all | Output in JSON format |
--locale |
search, info, url | Language: en or he |
--city |
available, search | City filter (tel-aviv, jerusalem, etc.) |
--party-size |
available, check, range | Number of guests (default: 2) |
--times |
range | Comma-separated times (default: 19:00,20:00) |
--section |
menu | Filter by menu section |
--search |
menu | Search menu items by name |
--min-price |
menu | Minimum price filter |
--max-price |
menu | 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
# 1. Search for restaurant
python3 {baseDir}/scripts/ontopo-cli.py search "taizu"
# Note the venue ID from results (e.g., 36960535)
# 2. Check availability
python3 {baseDir}/scripts/ontopo-cli.py check 36960535 tomorrow --time 19:00
# 3. View menu
python3 {baseDir}/scripts/ontopo-cli.py menu 36960535
# 4. Get booking link
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
Decide Fit First
Design Intent
How To Use It
Boundaries And Review