航班动态查询
ReviewAudited by ClawScan on May 10, 2026.
Overview
The package is labeled like a flight-status skill, but its instructions and code describe a hotel aggregation tool, and the visible provider integrations are only stubs despite claiming real multi-platform data.
Install only if you want a hotel aggregation assistant, not a flight-status checker. Be aware that the visible provider connectors are placeholders, so any hotel data should be treated as unverified unless the publisher supplies real reviewed integrations.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A user expecting flight-status lookup could install or invoke a hotel-search tool instead.
The registry identity says flight-status checking, but the description says hotel aggregation. This purpose mismatch can mislead users or agents about what capability is being installed or invoked.
Name: 航班动态查询 ... Slug: flight-status-check ... Description: 酒店聚合助手
Do not rely on the package name alone; the publisher should correct the name, slug, and description so they consistently describe the same hotel-aggregation function.
The assistant may appear to provide real multi-platform hotel data while the visible implementation does not actually query those providers.
The provider-specific search functions are marked as simulated/TODO and return empty results, while SKILL.md says the skill must call platform APIs for real data.
def _search_ctrip(...):
"""搜索携程酒店(模拟实现)"""
# TODO: 实现真实的携程API调用
return []Treat results as unverified until the publisher provides working, reviewed provider integrations or clearly labels the skill as a placeholder/demo.
City, date, keyword, and hotel-search information may be shared with third-party hotel platforms if the integrations are implemented.
The skill is intended to contact multiple external hotel platforms. That is purpose-aligned for hotel aggregation, but users should notice that trip search details may be sent to those services.
必须调用各平台API获取真实数据 ... 整合分贝通、携程、美团、同程、华住会、锦江等多个酒店数据源
Use it only for hotel-search tasks you are comfortable sharing with the named providers, and require explicit confirmation before any booking or payment action.
