Real Skill packageSource verifiedClawHub registry

旅游攻略生成器

旅游攻略生成器 - 当用户提出旅游规划需求时自动调用,例如"生成XX旅游攻略"、"规划XX行程"、"XX几天怎么玩"、"情侣/周末/自驾游怎么安排"。支持全球任意城市(威海/青岛/大连/大理/厦门/Tokyo/Paris等仅为常见样例,不限于此)与 1-14 天行程(超过14天仍可生成,但会提示行程过长并建议拆分)。自动搜索真实攻略、高德API计算路线距离用时、生成PC/移动端自适应精美HTML,含每日行程、酒店、美食、避坑、预算。支持中/英/日/韩/法/德/西等多语言。不提供实时订票、签证办理、纯商务出差行程。

Identity and source

Publisher attributionJiaqiregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 53% rule confidence
Package forminstruction with code29 recorded files
Canonical sourceClawHub registryclawhub:gmmg55:travel-guide-generator
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/1/2026.claude/skills/travel-guide-generator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/1/2026.agents/skills/travel-guide-generator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/1/2026skills/travel-guide-generator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @gmmg55/travel-guide-generator
clawhub inspect @gmmg55/travel-guide-generator --version 2.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
29 / 29 inspected as text
Checked
9/1/2026, 12:43:08 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
9 dependency and API indicators
  • pypi: requests ==2.32.4; python_version < "3.10"
  • pypi: requests ==2.33.0; python_version >= "3.10"
  • api: clawhub.ai
  • api: github.com
  • api: img.shields.io
  • api: json-schema.org
  • api: lbs.amap.com
  • api: restapi.amap.com
  • api: www.mount-tai.com.cn
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
9/1/2026, 8:02:51 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:34c8ea33aefe64738d5d24697f26ef92c928e7adb5d067cb51f8969fe79ddcd4
Show up to 29 recorded paths
  • _meta.json
  • assets/template.html
  • config.json
  • examples/sample-guide-output.html
  • examples/sample-guide-output.md
  • examples/sample-guide-output.normalized.json
  • examples/sample-guide.json
  • metadata.json
  • README.md
  • references/daily-itinerary-spec.md
  • references/design-spec.md
  • references/guide-schema.json
  • requirements.txt
  • scripts/amap_route.py
  • scripts/build_guide.py
  • scripts/export_guide.py
  • scripts/guide_utils.py
  • scripts/render_guide.py
  • scripts/route_estimator.py
  • scripts/search_guide.py
  • scripts/season_advisor.py
  • scripts/validate_guide.py
  • skill-card.md
  • SKILL.md
  • tests/test_amap_route.py
  • tests/test_build_guide.py
  • tests/test_route_estimator.py
  • tests/test_search_guide.py
  • tests/test_validate_guide.py

Source changelog

新增结构化校验与多格式导出、路线估算、天气备选、本地交互编辑和 CI;优化卡片按需编辑与质量检查展示。