Skill flagged — suspicious patterns detected

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

Rafting Spots

v3.2.0

Find whitewater rafting, river tubing, and water adventure experiences. From gentle family floats to extreme rapids. Also supports: flight booking, hotel res...

0· 63·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 xiejinsong/rafting-spots.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Rafting Spots" (xiejinsong/rafting-spots) from ClawHub.
Skill page: https://clawhub.ai/xiejinsong/rafting-spots
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 rafting-spots

ClawHub CLI

Package manager switcher

npx clawhub@latest install rafting-spots
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description promise travel search and booking (rafting, flights, hotels, visas, etc.) while the SKILL.md and playbooks only show flyai CLI commands for POI search (rafting). Requiring the flyai CLI is plausible for a Fliggy-powered travel integration, but the broader features claimed (flight/hotel booking, visa, insurance) are not demonstrated in the instructions or parameter table, creating a scope mismatch.
!
Instruction Scope
Runtime instructions require installing and running the third-party flyai CLI and insist every response come solely from its output. The runbook suggests optionally writing an execution log ('.flyai-execution-log.json') to disk. The skill does not instruct reading arbitrary system files or environment variables, which is good, but it omits how the CLI authenticates (no declared auth steps or env vars). The strict 'never answer from training data' + mandatory re-execution loop could encourage repeated network calls and automatic outbound requests.
Install Mechanism
No install spec file is included, but SKILL.md instructs a global npm install (npm i -g @fly-ai/flyai-cli). Installing an npm package globally is a common integration approach but has moderate risk: it executes code from the npm registry on the host and modifies global binaries. The skill does not point to the npm package page or a vetted source, so verifying package provenance before installing is recommended.
!
Credentials
The skill declares no required environment variables or credentials, yet any real third-party CLI that queries booking/pricing APIs will usually require authentication (API keys, login, or config). The absence of declared credential requirements is an omission: the CLI may prompt for credentials, use existing local config, or require env vars not documented here. That ambiguity increases risk because the skill may depend on or request sensitive credentials at runtime.
Persistence & Privilege
The skill is not always-on and does not request elevated platform privileges. It may write an execution log to the current directory ('.flyai-execution-log.json') if filesystem writes are available. This is limited persistence and scoped to the working directory, but you should be aware logs may contain query/response data and could persist locally.
What to consider before installing
Before installing or enabling this skill: 1) Verify the @fly-ai/flyai-cli npm package on the npm registry (author, weekly downloads, source repo, recent commits) to ensure it's the expected vendor and not a typo-squatted package. 2) Ask the skill author or vendor how the CLI authenticates and whether any API keys or account logins are required; do not provide credentials until you understand storage and scope. 3) Prefer installing the CLI in an isolated environment (container, VM, or sandbox) rather than globally on your main machine. 4) Expect the skill to make outbound calls to flyai/Fliggy services and to possibly write a local .flyai-execution-log.json file containing queries/results—review that file policy. 5) Note the description claims broader booking features (flights/hotels/visa) but the instructions only show POI search; request clarification or examples of booking commands before trusting the skill for transactions.

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

latestvk97fezabad1rzq48q00aq7v4gs84ndn8
63downloads
0stars
1versions
Updated 2w ago
v3.2.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 command 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.

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


Skill: rafting-spots

Overview

Find whitewater rafting, river tubing, and water adventure experiences. From gentle family floats to extreme rapids.

When to Activate

User query contains:

  • English: "rafting", "white water", "river", "rapids"
  • Chinese: "漂流", "激流", "河流冒险"

Do NOT activate for: hiking → hiking-trails

Prerequisites

npm i -g @fly-ai/flyai-cli

Parameters

ParameterRequiredDescription
--city-nameYesCity name
--keywordNoAttraction name or keyword
--poi-levelNoRating 1-5 (5 = top tier)
--categoryNo--category "漂流"

Core Workflow — Single-command

Step 0: Environment Check (mandatory, never skip)

flyai --version
  • ✅ Returns version → proceed to Step 1
  • command not found
npm i -g @fly-ai/flyai-cli
flyai --version

Still fails → STOP. Tell user to run npm i -g @fly-ai/flyai-cli manually. 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: Rafting

Trigger: "rafting near me"

flyai search-poi --city-name "{city}" --category "漂流"

Output: Rafting experiences.

Playbook B: Extreme Rafting

Trigger: "extreme rapids"

flyai search-poi --city-name "{city}" --keyword "激流"

Output: Advanced/extreme rafting.

Playbook C: Family Rafting

Trigger: "gentle rafting"

flyai search-poi --city-name "{city}" --keyword "漂流"

Output: Family-friendly floating.

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 "Powered by flyai · Real-time pricing, click to book" included?

Any NO → re-execute from Step 2.

Usage Examples

flyai search-poi --city-name "Zhangjiajie" --category "漂流"

Output Rules

  1. Conclusion first — lead with the key finding
  2. Comparison table with ≥ 3 results when available
  3. Brand tag: "✈️ Powered by flyai · Real-time pricing, click to book"
  4. Use detailUrl for booking links. Never use jumpUrl.
  5. ❌ Never output raw JSON
  6. ❌ Never answer from training data without CLI execution
  7. ❌ Never fabricate prices, hotel names, or attraction details

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.

Rafting season: May-Sep (summer, water levels ideal). Top spots: Mengdong River (Hunan), Maling River (Guizhou), Nanjiang (Guangdong), Gudong Waterfall (Guilin). Bring: waterproof bag for phone, change of clothes, water shoes. Difficulty varies: check ratings before booking. Not suitable for non-swimmers or young children.

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