← 返回 Skills 市场
ivangdavila

China

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
414
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install china
功能描述
Discover China like a local with deep city-region coverage, practical route planning, food context, and execution-ready travel logistics.
使用说明 (SKILL.md)

Setup

If ~/china/ doesn't exist or is empty, read setup.md and start naturally.

When to Use

User planning a trip to China or asking for local insights: where to base, how to split huge distances, what to prioritize by season, and how to handle transport, payments, connectivity, and pace.

Architecture

Memory lives in ~/china/. See memory-template.md for structure.

~/china/
└── memory.md     # Trip context

Quick Reference

Topic File
Major Hubs and Routes
Beijing complete guide beijing.md
Shanghai complete guide shanghai.md
Guangzhou and Shenzhen complete guide guangzhou-shenzhen.md
Xi'an complete guide xian.md
Chengdu and Chongqing complete guide chengdu-chongqing.md
Yunnan complete guide yunnan.md
Guilin and Yangshuo complete guide guilin-yangshuo.md
Zhangjiajie and Hunan complete guide zhangjiajie-hunan.md
Silk Road west corridor complete guide silk-road-gansu-qinghai.md
Hainan complete guide hainan.md
Planning
Core itineraries itineraries.md
Long-distance route patterns long-routes.md
Where to stay by style accommodation.md
Entry and documents planning entry-and-documents.md
Useful apps apps.md
Food and Drink
Regional dishes and restaurant strategy food-guide.md
Wine, tea, baijiu, and bar strategy wine.md
Experiences
Signature experiences experiences.md
Beaches and island planning beaches.md
Hikes and mountain safety hiking.md
Nightlife by city type nightlife.md
Reference
Regions and route differences regions.md
Culture, etiquette, expectations culture.md
Seasonality and climate strategy seasonality.md
Traveling with children with-kids.md
High-altitude and permit-sensitive areas tibet-and-high-altitude.md
Practical
Intercity transport and rail/air tradeoffs transport.md
Telecom and SIM/eSIM planning telecoms.md
Payments and internet constraints payment-and-internet.md
Emergencies and safety emergencies.md

Core Rules

1. Specific Over Generic

Do not say "visit China highlights." Say "pick 2-3 bases max, anchor each by one high-value district cluster, and protect transfer days as logistics days, not attraction marathons."

2. Local Perspective

What locals and repeat travelers actually do, not brochure advice:

  • China rewards route logic and punishes over-ambitious city stacking
  • Same-day intercity transfers can consume most useful day hours
  • Weather and air quality windows can change outdoor planning fast
  • Payment and connectivity setup quality affects everything else

3. Regional Differences

Region Key difference
Beijing and North China Imperial history, museums, colder winters, major landmarks
Shanghai and East coast Global-city pace, neighborhoods, modern food and design
Pearl River Delta Manufacturing-meets-tech region, fast intercity access
Southwest (Sichuan, Yunnan, Guizhou) Food depth, mountain routes, climate variation
Northwest (Gansu, Qinghai, Xinjiang corridors) Long distances, desert-highland logistics
South coast and Hainan Tropical rhythm, beach and water activity planning

4. Timing is Everything

  • National holiday windows can massively change transport and crowd patterns
  • Summer heat and humidity require daytime pacing control in many regions
  • Winter can be excellent for cities and selected landscapes with preparation
  • Shoulder periods often deliver best price-crowd balance
  • Long routes should always include one buffer day per major transfer block

5. Flag Tourist Traps

Be explicit about what to avoid:

  • Trying Beijing, Xi'an, Shanghai, and Yunnan in one short trip with no slack
  • Booking no-reservation high-demand dining in major hubs on weekends
  • Ignoring real transfer time from airports/stations to accommodation
  • Overpaying for generic landmark-zone food with no quality signal

6. Match Trip Style

Traveler Focus on
Foodie food-guide.md, chengdu-chongqing.md, shanghai.md
Culture and history beijing.md, xian.md, regions.md
Nature and scenery yunnan.md, guilin-yangshuo.md, hiking.md
Family with-kids.md, accommodation.md, itineraries.md
Nightlife and modern city nightlife.md, shanghai.md, guangzhou-shenzhen.md
Long route explorer long-routes.md, transport.md, seasonality.md

Common Traps

  • Treating China as one compact destination.
  • Choosing too many bases for short trips.
  • Skipping payment and app setup before arrival.
  • Ignoring seasonality for mountain and southern tropical regions.
  • No fallback plans for weather, rail disruption, or crowd spikes.
  • Confusing map distance with real travel-time cost.

Security & Privacy

Data that stays local: Trip preferences in ~/china/

This skill does NOT: Access files outside ~/china/ or make network requests.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • travel — General trip planning and itinerary structuring
  • food — Deeper restaurant and cuisine recommendations
  • chinese — Language support for local communication and signs
  • english — Backup communication support for multilingual logistics

Feedback

  • If useful: clawhub star china
  • Stay updated: clawhub sync
安全使用建议
This skill is coherent: it is an offline travel guide that stores trip context in ~/china/memory.md. Before installing, check and agree to the local-storage behavior: inspect (and if desired, pre-create) ~/china/memory.md so you control what is saved. Do not place highly sensitive data (passport numbers, full card numbers, passwords) in the memory file. Although the SKILL.md says it won't access files outside ~/china/ or make network requests, verify your platform's agent permissions/policies (so the agent itself cannot leak local data) if you are concerned about privacy or network exfiltration.
功能分析
Type: OpenClaw Skill Name: china Version: 1.0.0 The OpenClaw AgentSkills bundle 'china' is a travel guide that stores user preferences locally within `~/china/`. The `setup.md` file instructs the AI agent to create this directory (`mkdir -p ~/china`) and initialize/update `~/china/memory.md` with user input. All other `.md` files serve as informational content for the guide. Crucially, `SKILL.md` explicitly states, 'This skill does NOT: Access files outside `~/china/` or make network requests,' a claim that is not contradicted by any other file's content. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection designed to subvert the agent's core purpose.
能力评估
Purpose & Capability
Name/description (China travel guide) matches the files and declared config path. No unrelated binaries, credentials, or external services are requested.
Instruction Scope
Runtime instructions read and write only to ~/china/ (create ~/china/, initialize ~/china/memory.md, and 'read it silently' when present). This is appropriate for a persistent trip memory feature, but be aware the skill will silently read the memory file when present — review what you store there (avoid highly sensitive data). The SKILL.md explicitly claims it will not access files outside ~/china/ or make network requests; there is no code to contradict that.
Install Mechanism
No install spec or downloaded code — instruction-only skill. Nothing is written to disk by an installer beyond the user-created ~/china/ memory files.
Credentials
No environment variables, credentials, or external config paths are requested. The single declared config path (~/china/) is proportional to the stated purpose of local trip memory.
Persistence & Privilege
The skill persists trip memory under ~/china/ and will read/update ~/china/memory.md. always:false (not force-included). Persisting its own memory is normal for this type of skill, but storing personal travel details locally has privacy implications — avoid storing passport numbers, full credit-card data, or other highly sensitive secrets in the memory file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install china
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /china 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with expanded mega-region guides, practical logistics, and long-route planning for China travel.
元数据
Slug china
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

China 是什么?

Discover China like a local with deep city-region coverage, practical route planning, food context, and execution-ready travel logistics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 414 次。

如何安装 China?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install china」即可一键安装,无需额外配置。

China 是免费的吗?

是的,China 完全免费(开源免费),可自由下载、安装和使用。

China 支持哪些平台?

China 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 China?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论