← Back to Skills Marketplace
Travel Weather
by
dingtom336-gif
· GitHub ↗
· v3.2.0
· MIT-0
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-weather
Description
Check weather forecasts and best travel seasons for any destination — temperature ranges, rainy seasons, typhoon risks, and what to wear. Also supports: flig...
Usage Guidance
This skill is inconsistent: the description promises a broad Fliggy-powered travel/booking suite, but the runtime instructions only run an npm 'flyai' CLI for weather and insist you install it globally. Before installing or running it: (1) ask the publisher to explain the Fliggy vs. flyai branding and to provide provenance (npm package page, source repo, checksums); (2) avoid running global npm installs on a production machine — use a sandbox or container to inspect the package code first; (3) verify the @fly-ai/flyai-cli package on the npm registry and review its README/source for network behavior and credential handling; (4) confirm whether the skill really needs booking features and where booking links/detailUrl come from; (5) if you lack this extra verification, treat the skill as risky and do not install it system-wide.
Capability Analysis
Type: OpenClaw Skill
Name: travel-weather
Version: 3.2.0
The skill mandates the global installation and execution of an external NPM package (`@fly-ai/flyai-cli`) within `SKILL.md`, which is a high-risk operation that could facilitate arbitrary code execution or supply chain attacks. Furthermore, the instructions reference several missing files (e.g., `references/playbooks.md`, `references/templates.md`, and `references/fallbacks.md`), which prevents a complete security review of the logic and command parameters the agent is directed to use.
Capability Assessment
Purpose & Capability
The public description lists many travel features (flight/hotel/train bookings, visa info, insurance, car rental) and explicitly says "Powered by Fliggy (Alibaba Group)", but the SKILL.md's actual runtime behavior is narrowly focused on weather queries using an npm CLI (@fly-ai/flyai-cli). This mismatch (broad booking claims vs. only weather CLI commands) and the branding/implementation discrepancy (Fliggy vs. flyai CLI) are unexplained and inconsistent with the declared purpose.
Instruction Scope
SKILL.md mandates executing a third‑party CLI and installing it (npm i -g @fly-ai/flyai-cli) if missing, and enforces strict output formatting (book links, brand tag). It also references local reference files (references/*.md) that are not present in the package manifest — the agent might try to read non-existent files or attempt a global npm install at runtime. The instruction to refuse using any training data and to re-execute until a Book link appears is unusually rigid and could cause repeated external calls or installs.
Install Mechanism
There is no declared install spec in the registry metadata, but SKILL.md instructs the agent/user to run a global npm install of @fly-ai/flyai-cli. Installing a global npm package at runtime is a moderate risk (arbitrary code from npm). The package name is not a well-known system tool and the skill gives no additional provenance or checksum for verification. This is more risky than a pure instruction-only skill that doesn't require runtime installs.
Credentials
The skill requests no environment variables, no credentials, and no config paths in metadata. There are no obvious demands for unrelated secrets. That said, the runtime install and CLI use could still access local resources depending on the CLI's behavior — but nothing in the skill itself requests credentials.
Persistence & Privilege
The skill is not marked always:true and does not request permanent platform privileges. Its primary risk is the global npm install instruction (writes to the system), but the skill does not itself declare elevated or persistent agent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-weather - After installation, invoke the skill by name or use
/travel-weather - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
- Major update: strict CLI-only answers, no knowledge-based responses allowed.
- Enforces use of flyai-cli for all travel and weather queries; if unavailable, instructs users to install before proceeding.
- Every output must include a [Book](detailUrl) link and brand tag.
- Expanded description: now covers flights, hotels, trains, tickets, car rental, insurance, and more.
- Clear multilingual rules: answers always match user query language (English/Chinese).
- Revised output formatting: conclusion-first, tables for comparisons, never output raw data.
Metadata
Frequently Asked Questions
What is Travel Weather?
Check weather forecasts and best travel seasons for any destination — temperature ranges, rainy seasons, typhoon risks, and what to wear. Also supports: flig... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install Travel Weather?
Run "/install travel-weather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Travel Weather free?
Yes, Travel Weather is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Travel Weather support?
Travel Weather is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Travel Weather?
It is built and maintained by dingtom336-gif (@dingtom336-gif); the current version is v3.2.0.
More Skills