Skill flagged — suspicious patterns detected

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

startup-trip

v1.0.0

Book flights for startup events and entrepreneur travel. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinerary plann...

0· 40·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/startup-trip.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "startup-trip" (dingtom336-gif/startup-trip) from ClawHub.
Skill page: https://clawhub.ai/dingtom336-gif/startup-trip
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 startup-trip

ClawHub CLI

Package manager switcher

npx clawhub@latest install startup-trip
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill claims to book flights/hotels and requires the flyai CLI to do so, which is coherent. However, it also says "powered by Fliggy (Alibaba Group)" while the CLI it instructs to install is @fly-ai/flyai-cli — the provenance link between the claimed provider and the required CLI is not shown. The skill also references internal reference files (references/*.md) that are not included in the bundle.
!
Instruction Scope
The SKILL.md mandates installing and executing a network-fetched CLI and insists every answer must come solely from that CLI (never from training data). It enforces re-execution until outputs contain Book links, and it references supplementary files that are not present in the package. These strict rules could cause repeated installs/commands or unexpected external network activity and give the agent broad runtime obligations beyond mere formatting.
!
Install Mechanism
There is no formal install spec in the registry entry, but the runtime instructions tell the agent to run `npm i -g @fly-ai/flyai-cli` if the CLI is missing. Global npm installation is a network operation that writes to disk and executes third-party code; the SKILL.md provides no verification (publisher, checksum, or trusted source) for that package.
Credentials
The skill requests no environment variables, credentials, or config paths. For the stated purpose (using a CLI to fetch bookings) this is proportionate. There are no unexplained secret requests.
Persistence & Privilege
The skill does not set always:true and does not request persistent system-wide configuration changes. However, its instruction to perform a global npm install will modify the host environment when executed.
What to consider before installing
This skill is coherent at a high level (it uses a CLI to fetch booking data) but includes runtime instructions that raise risk: it tells the agent to install a global npm package (@fly-ai/flyai-cli) without verifying the package source, references files that aren't bundled, and enforces strict re-execution rules. Before installing or enabling this skill, ask the publisher for: (1) the official source or homepage and the package repository or npm publisher identity; (2) a checksum or release URL for the CLI binary/package; (3) confirmation that no credentials are required and what endpoints the CLI contacts. If you must try it, run the CLI install in a sandbox or container (do not perform a global install on a production machine), audit the installed package contents, and monitor network activity. If the publisher cannot provide trustworthy provenance for the CLI, treat the skill as untrusted.

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

latestvk972nyscj5st8zjbs422p0s6bd85nm1k
40downloads
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: startup-trip

Overview

Startup Trip Flights.

When to Activate

User query contains:

  • English: "startup flight", "entrepreneur travel", "tech event flight", "startup event trip", "plan a trip"
  • Chinese: "创业航班", "创业者出行", "科技活动机票", "创业大会出行", "出行规划"

Do NOT activate for: conference → conference; business → business-flights

Prerequisites

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)
--dep-date-startNoDate window start
--dep-date-endNoDate window end

Sort Options

ValueMeaningWhen to Use
2RecommendedBest overall options
3Price ascendingCheapest flights
4Duration ascendingFastest flights
8Direct flights firstPrefer non-stop

Core Workflow — Single-command

Step 0: Environment Check (mandatory, never skip)

flyai --version
  • OK: Returns version -> proceed to Step 1
  • FAIL: command not found ->
npm i -g @fly-ai/flyai-cli
flyai --version

Still fails -> STOP. Do NOT continue. Do NOT use training data.

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: Recommended Route

Trigger: "startup flight", "创业航班"

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

Playbook B: Cheapest Route

Trigger: "cheapest", "最便宜"

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

Playbook C: Fastest Route

Trigger: "fastest", "最快"

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

Playbook D: Direct Route

Trigger: "direct", "直飞"

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

See references/playbooks.md for all scenario playbooks.

On failure -> see references/fallbacks.md.

Step 3: Format Output

Format CLI JSON into user-readable Markdown with booking links. 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?

Any NO -> re-execute from Step 2.

Usage Examples

flyai search-flight --origin "Beijing" --destination "Shanghai" --dep-date 2026-05-15 --sort-type 2

Output Rules

  1. Conclusion first — lead with best option
  2. Startup tip — Beijing Zhongguancun, Shenzhen, and Hangzhou are startup hubs
  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 helps build correct CLI commands and enrich results. It does NOT replace CLI execution. Never use this to answer without running commands.

User QueryCLI Parameter Mapping
"startup trip" / "创业出行"--sort-type 3
"tech event" / "科技活动"--sort-type 2

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...