← 返回 Skills 市场
ontopo
作者
alexpolonsky
· GitHub ↗
· v1.0.0
615
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install ontopo
功能描述
Search Israeli restaurants, check table availability, view menus, and get booking links on Ontopo. Use for "restaurant reservation", "table booking", "ontopo...
安全使用建议
This appears to be a straightforward, self-contained CLI that queries Ontopo's web API: it asks for no secrets and only needs Python + httpx. Before installing, consider (1) you are using an unofficial tool that scrapes/queries Ontopo endpoints — ensure this complies with Ontopo's terms of service; (2) the tool performs live network requests so expect outbound traffic and potential rate limits; and (3) if you want extra assurance, review the included scripts (scripts/ontopo-cli.py) locally before running and run it in an environment with network monitoring or limited privileges.
功能分析
Type: OpenClaw Skill
Name: ontopo
Version: 1.0.0
The OpenClaw skill bundle for Ontopo is benign. The `SKILL.md` and `README.md` provide clear instructions for using the Python CLI tool, without any evidence of prompt injection attempts or malicious shell commands. The core Python script (`scripts/ontopo-cli.py`) interacts solely with the `ontopo.com` API, as expected for its stated purpose of searching restaurants and availability. There are no signs of data exfiltration, unauthorized system access, persistence mechanisms, or obfuscation. The `httpx` dependency is standard and used appropriately for network communication.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md. Required binary is python3 (expected), no credentials are requested, and hard-coded marketplace/distributor IDs are plausibly needed to query Ontopo's endpoints.
Instruction Scope
SKILL.md instructs running the included Python CLI which issues HTTP requests to ontopo.com; it does not instruct reading unrelated files, environment variables, or transmitting data to third-party endpoints. The tool only generates booking links and does not place reservations, matching the documentation.
Install Mechanism
Install spec pulls a single Python dependency (httpx) from package registries (via pip/uv). This is proportional for an HTTP client and is not an arbitrary binary download or remote extract.
Credentials
No environment variables, keys, or config paths are required. The code performs anonymous auth against Ontopo and stores a JWT in-memory; no external secrets are requested or stored.
Persistence & Privilege
The skill is not forced-always, does not modify other skills, and does not request persistent elevated privileges. It runs as a user-level CLI and only requires network access to Ontopo.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ontopo - 安装完成后,直接呼叫该 Skill 的名称或使用
/ontopo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial ClawHub release
元数据
常见问题
ontopo 是什么?
Search Israeli restaurants, check table availability, view menus, and get booking links on Ontopo. Use for "restaurant reservation", "table booking", "ontopo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 615 次。
如何安装 ontopo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ontopo」即可一键安装,无需额外配置。
ontopo 是免费的吗?
是的,ontopo 完全免费(开源免费),可自由下载、安装和使用。
ontopo 支持哪些平台?
ontopo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 ontopo?
由 alexpolonsky(@alexpolonsky)开发并维护,当前版本 v1.0.0。
推荐 Skills