← 返回 Skills 市场
ivannikolovbg

Vanio AI

作者 ivannikolovbg · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vanio
功能描述
Connect your agent to Airbnb, Booking.com & VRBO via Vanio AI — the only way to manage vacation rentals from OpenClaw. 140 tools for reservations, guests, me...
安全使用建议
This appears to be a legitimate CLI skill. Before installing: (1) confirm the npm package @vanio-ai/cli on the npm registry is the official publisher and matches vanio.ai; (2) be aware the CLI will store your VANIO_API_KEY in plaintext at ~/.config/vanio/config.json (consider using a scoped API key with limited permissions); (3) the CLI opens your browser and runs a temporary localhost server during login — this is normal for OAuth but ensure you run that flow only when you trust the site; (4) if you have security policies about CLI installs, review the package contents or vendor documentation first. If any of these raise concerns (unknown publisher, untrusted registry package), do not install.
功能分析
Type: OpenClaw Skill Name: vanio Version: 0.1.0 The Vanio AI skill provides a CLI tool for managing vacation rental properties via the Vanio AI platform. The code (src/index.ts and dist/index.cjs) implements a standard authentication flow using a local HTTP callback server and communicates with a legitimate API endpoint (api.vanio.ai). There are no indicators of data exfiltration, unauthorized access to sensitive local files, or malicious prompt injection in the instructions (SKILL.md). The use of child_process.exec to open a browser for login is a standard practice for CLI tools and is used here in a non-malicious context.
能力评估
Purpose & Capability
Name/description, required binary 'vanio', primary env var VANIO_API_KEY, and the npm package @vanio-ai/cli align: the skill is a CLI that connects to Vanio's API for property management.
Instruction Scope
SKILL.md instructs use of the vanio CLI (login, ask, chat, config). Runtime instructions reference only ~/.config/vanio/config.json, VANIO_API_KEY, and optionally VANIO_API_URL, and perform expected actions (open browser, run local callback server, call api.vanio.ai). There are no instructions to read unrelated system files or exfiltrate arbitrary data.
Install Mechanism
Install uses npm package @vanio-ai/cli (creates 'vanio' binary). npm installs are a common, expected mechanism for CLIs; this is moderate-risk compared to no-install, but appropriate for a Node CLI. Recommend verifying the package on the npm registry (publisher, version, integrity) before installing.
Credentials
Only VANIO_API_KEY is required (primary credential) and optional VANIO_API_URL; this is proportional to a service-API CLI. The CLI stores the API key plaintext in ~/.config/vanio/config.json—standard for many CLIs but worth noting because the key is persisted unencrypted.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide privileges. It writes only to its own config path (~/.config/vanio/config.json) and does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vanio
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vanio 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Vanio skill for OpenClaw: - Connects your agent to Airbnb, Booking.com, and VRBO via Vanio AI - Enables 140+ property management tools (reservations, messaging, smart locks, payments, workflows, and more) - Supports natural language queries and interactive chat for managing rentals - Requires Vanio CLI and API key for setup - Allows configuration of custom API URL and API key
元数据
Slug vanio
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Vanio AI 是什么?

Connect your agent to Airbnb, Booking.com & VRBO via Vanio AI — the only way to manage vacation rentals from OpenClaw. 140 tools for reservations, guests, me... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 Vanio AI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vanio」即可一键安装,无需额外配置。

Vanio AI 是免费的吗?

是的,Vanio AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Vanio AI 支持哪些平台?

Vanio AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vanio AI?

由 ivannikolovbg(@ivannikolovbg)开发并维护,当前版本 v0.1.0。

💬 留言讨论