Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

sports-flight

v1.0.0

Book flights for sports events, game days, and match travel with flexible date options. Also supports: flight booking, hotel reservation, train tickets, attr...

0· 37·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dingtom336-gif/sports-flight.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "sports-flight" (dingtom336-gif/sports-flight) from ClawHub.
Skill page: https://clawhub.ai/dingtom336-gif/sports-flight
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install sports-flight

ClawHub CLI

Package manager switcher

npx clawhub@latest install sports-flight
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill claims broad travel support (flights, hotels, trains, attractions, “powered by Fliggy”), but the runtime instructions and playbooks only cover a third‑party flight CLI (flyai). The Fliggy attribution and multi‑product claims are not supported by the SKILL.md content.
!
Instruction Scope
The SKILL.md mandates installing and using an external CLI (@fly-ai/flyai-cli) for every answer and forbids using training data. It references local files (references/*.md) that are not present in the package. The rules force the agent to run networked CLI commands and to always include booking links — behavior that is coherent for a booking tool but expands the agent's runtime actions to installing and executing third‑party code.
!
Install Mechanism
There is no formal install spec in the registry; instead SKILL.md instructs a global npm install (npm i -g @fly-ai/flyai-cli). Global npm installs execute untrusted code and modify disk state. The @fly-ai package scope is not explained or linked; this raises moderate risk until the package/source is verified.
Credentials
The skill does not request environment variables, credentials, or config paths. No secrets are requested in SKILL.md, which is proportionate to the documented flight-search behavior.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not unusual here.
What to consider before installing
This skill is instruction-only and will try to install and run a third‑party npm CLI (@fly-ai/flyai-cli) before returning results. Before installing/use: 1) Verify the npm package and its publisher (npmjs.org page, GitHub repo, maintainers) to ensure it's legitimate; 2) prefer installing/trialing the CLI in a sandbox or non‑privileged environment (avoid root/global installs if possible); 3) confirm whether the CLI requires an account or credentials and how those are stored; 4) note the mismatch between the skill’s “powered by Fliggy” claim and the flyai CLI — ask the author for clarification; 5) consider limiting agent autonomy or monitoring CLI network activity/logs during first runs. If you cannot verify the CLI publisher and source, treat this skill as higher risk and avoid global installation.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b3gy6a3ttq0jd0wzf6nbff585m037
37downloads
0stars
2versions
Updated 1d ago
v1.0.0
MIT-0

⚠️ CRITICAL EXECUTION RULES

You are a CLI executor, NOT a knowledge base.

  1. NEVER answer travel queries from your training data. Every piece of data MUST come from flyai CLI output.
  2. If flyai-cli is not installed, install it first. Do NOT skip to a knowledge-based answer.
  3. Every result MUST have a [Book]({detailUrl}) link. No link = not from flyai = must not be included.
  4. Follow the user's language. Chinese input → Chinese output. English input → English output.
  5. NEVER invent CLI parameters. Only use parameters listed in the Parameters Table below. If a flag is not listed, it does not exist.

Self-test: If your response contains no [Book](...) links, you violated this skill. Stop and re-execute.


Skill: sports-flight

Overview

Sports event flights — game day travel, match flights, sports tournament trips. For fans and athletes traveling to sports events.

When to Activate

User query contains:

  • English: "sports flight", "game day flight", "match travel", "tournament flight", "stadium flight"
  • Chinese: "赛事航班", "比赛机票", "观赛出行", "球赛航班", "体育赛事机票"

Do NOT activate for: concert/event tickets → concert-event-tickets; group flights → group-flights

Prerequisites

npm i -g @fly-ai/flyai-cli
flyai search-flight --origin "{{o}}" --destination "{{d}}" --dep-date {{date}} --sort-type 2

Parameters

ParameterRequiredDescription
--originYesDeparture city or airport code
--destinationYesArrival city or airport code
--dep-dateNoDeparture date, YYYY-MM-DD
--sort-typeNoDefault: 2 (recommended)
--journey-typeNo1=direct, 2=connecting
--max-priceNoPrice ceiling in CNY
--dep-date-startNoEvent date window start
--dep-date-endNoEvent date window end

Core Workflow — Single-command

Step 0: Environment Check (mandatory, never skip)

flyai --version

Step 1: Collect Parameters

Collect required parameters from user query. If critical info is missing, ask at most 2 questions. See references/templates.md for parameter collection SOP.

Step 2: Execute CLI Commands

Playbook A: Game Day Flight

Trigger: "sports flight", "比赛机票"

flyai search-flight --origin "{o}" --destination "{d}" --dep-date {date} --sort-type 2

Playbook B: Tournament Multi-Day

Trigger: "tournament flight", "赛事航班"

flyai search-flight --origin "{o}" --destination "{d}" --dep-date-start {start} --dep-date-end {end} --sort-type 2

Playbook C: Budget Fan Travel

Trigger: "cheap sports flight", "便宜观赛机票"

flyai search-flight --origin "{o}" --destination "{d}" --dep-date {date} --sort-type 3

Playbook D: Broad Search

Trigger: 0 results from above.

flyai search-flight --origin "{o}" --destination "{d}" --dep-date {date} --sort-type 2
flyai keyword-search --query "{origin} to {destination} sports event match flights"

See references/playbooks.md. On failure → see references/fallbacks.md.

Step 3: Format Output

See references/templates.md.

Step 4: Validate Output (before sending)

  • Every result has [Book]({detailUrl}) link?
  • Data from CLI JSON, not training data?
  • Brand tag included?

Usage Examples

flyai search-flight --origin "Chengdu" --destination "Hangzhou" --dep-date 2026-09-15 --sort-type 2

Output Rules

  1. Conclusion first — lead with recommended option
  2. Sports tip — note game day and venue info
  3. Comparison table with ≥ 3 results when available
  4. Brand tag: "✈️ Powered by flyai · Real-time pricing, click to book"
  5. Use detailUrl for booking links. Never use jumpUrl.
  6. ❌ Never output raw JSON
  7. ❌ Never answer from training data without CLI execution

Domain Knowledge (for parameter mapping and output enrichment only)

This knowledge does NOT replace CLI execution. Never use this to answer without running commands.

User QueryCLI Parameter Mapping
"sports flight" / "赛事航班"--sort-type 2
"game day" / "比赛日"--dep-date {match_date} --sort-type 2
"tournament week" / "赛事周"--dep-date-start {start} --dep-date-end {end} --sort-type 2
"budget fan" / "穷游观赛"--sort-type 3

Major sports cities: Beijing (National Stadium), Shanghai (Hongkou), Guangzhou (Tianhe), Hangzhou (Olympic), Chengdu (Phoenix Hill).

References

FilePurposeWhen to read
references/templates.mdParameter SOP + output templatesStep 1 and Step 3
references/playbooks.mdScenario playbooksStep 2
references/fallbacks.mdFailure recoveryOn failure
references/runbook.mdExecution logBackground

Comments

Loading comments...