← Back to Skills Marketplace
2469
Downloads
1
Stars
6
Active Installs
2
Versions
Install in OpenClaw
/install travel-concierge
Description
Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia)
Usage Guidance
This skill's purpose and instructions are coherent and it does not request credentials, but the package does not include the 'travel-concierge' CLI or any install steps — it may be an instruction-only wrapper that expects you to already have that tool installed. Before installing/using: (1) verify where the CLI comes from and obtain it from a trusted source if needed; (2) avoid entering API keys (e.g., Google Places) unless you trust the CLI/vendor; (3) be aware web scraping may violate platform terms of service; and (4) monitor network activity if you run any third-party CLI to ensure it doesn't exfiltrate data.
Capability Analysis
Type: OpenClaw Skill
Name: travel-concierge
Version: 1.0.1
The skill bundle defines a 'travel-concierge' agent skill. The `SKILL.md` instructs the agent to execute a local CLI tool `travel-concierge` to find contact details for accommodation listings and to configure an optional Google Places API key. All instructions are directly aligned with the stated purpose, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The `vitest.config.ts` file is a standard test configuration and poses no security risk.
Capability Assessment
Purpose & Capability
The name and description (find contact details for accommodation listings) line up with the instructions (scrape listing pages and optionally use Google Places). However, the SKILL.md assumes the existence of a 'travel-concierge' CLI but the package contains no CLI binary, no source code implementing that CLI, and no install instructions — only a test config file. This is an operational inconsistency (likely an instruction-only skill that expects an external tool), not evidence of malicious intent.
Instruction Scope
Runtime instructions are narrowly scoped: they tell the agent to run the CLI against a provided URL, present found contact methods, and optionally configure a Google Places API key. The doc mentions browser automation (agent-browser) for JS-rendered pages, but does not instruct reading unrelated local files, environment variables, or transmitting data to unknown endpoints. The agent would perform web scraping of publicly available pages, which is within the stated purpose.
Install Mechanism
No install spec is present (lowest risk). The only included code file is a harmless vitest config with no application source. The notable issue is absence of the claimed CLI implementation or an install method — meaning the skill as packaged likely cannot actually run the described commands without external software.
Credentials
The skill declares no required environment variables or credentials. SKILL.md describes an optional Google Places API key (configured via the CLI), which is reasonable and optional. There are no requests for unrelated secrets or system config paths.
Persistence & Privilege
The skill does not request always:true or elevated persistence. It is user-invocable and allows autonomous model invocation by default (platform normal). There is no indication it modifies other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-concierge - After installation, invoke the skill by name or use
/travel-concierge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 7a43bee Add ClawdHub publish script
v1.0.0
- 7a43bee Add ClawdHub publish script
Metadata
Frequently Asked Questions
What is Travel Concierge CLI?
Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia). It is an AI Agent Skill for Claude Code / OpenClaw, with 2469 downloads so far.
How do I install Travel Concierge CLI?
Run "/install travel-concierge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Travel Concierge CLI free?
Yes, Travel Concierge CLI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Travel Concierge CLI support?
Travel Concierge CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Travel Concierge CLI?
It is built and maintained by arein (@arein); the current version is v1.0.1.
More Skills