Code PluginExecutes codesource-linked

Flights

OpenClaw flight research skill package for comparing live routes, fares, baggage, and booking details

Community code plugin. Review compatibility and verification before install.
flights · runtime id flights
Install
openclaw plugins install clawhub:flights
Latest Release
Version 0.1.0
Compatibility
{
  "builtWithOpenClawVersion": "2026.3.23-2",
  "pluginApiRange": ">=2026.3.23"
}
Capabilities
{
  "bundledSkills": [],
  "capabilityTags": [
    "executes-code"
  ],
  "channels": [],
  "commandNames": [],
  "configSchema": true,
  "configUiHints": false,
  "executesCode": true,
  "hooks": [],
  "httpRouteCount": 0,
  "materializesDependencies": false,
  "providers": [],
  "runtimeId": "flights",
  "serviceNames": [],
  "setupEntry": false,
  "toolNames": []
}
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (flight research, compare fares/baggage) match the SKILL.md and the minimal plugin code; no unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md confines the agent to using 'web_search' and to comparing fares, stops, baggage, and rules; it does not instruct reading system files, accessing env vars, or sending data to external endpoints beyond standard web search sources.
Install Mechanism
No install spec (instruction-only runtime). The package contains small plugin entry files and tests but does not download or extract external code at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. No sensitive tokens are requested and nothing in SKILL.md references hidden env access.
Persistence & Privilege
always is false and the plugin is user-invocable; it does not request persistent elevated privileges or modify other skills' configs. Autonomous invocation is allowed (platform default) but not excessive here.
Assessment
This package appears coherent and low-risk: it only guides the agent to perform web searches and summarize results. Before enabling, confirm you trust the platform's web_search provider (search queries and user-supplied travel details will be sent to that provider). Avoid entering sensitive personal data (passport numbers, full account credentials) into queries. Note the plugin is read-only (no booking or account access) and includes only a minimal no-op runtime export; the tests reference local dev tooling but do not affect runtime behavior.
Verification
{
  "hasProvenance": false,
  "scanStatus": "clean",
  "scope": "artifact-only",
  "sourceCommit": "9411dc15925a7adb657a00316ec2ef0e59debb9f",
  "sourceRepo": "clawic/plugins",
  "sourceTag": "main",
  "summary": "Validated package structure and linked the release to source metadata.",
  "tier": "source-linked"
}
Tags
{
  "latest": "0.1.0"
}

Flights Plugin

Skill-first OpenClaw plugin for researching commercial flights with current web results.

It helps compare routes, fares, layovers, baggage, and fare rules. It does not book tickets or access airline accounts.

Usage

After enabling flights, ask for things like:

  • Find the best nonstop flights from MAD to JFK on 2026-06-12 returning 2026-06-19.
  • Compare morning flights from BCN to LHR under 200 EUR with cabin baggage included.
  • Check baggage and change-policy differences for Iberia vs Air Europa on MAD-LPA next month.

The skill works best when the request includes exact dates, airports, passenger count, and cabin.