Skip to content

docs: Add town walk command usage examples#52

Closed
zhangjingwen2008 wants to merge 2 commits into
ceresOPA:mainfrom
zhangjingwen2008:fix/town-walk-docs
Closed

docs: Add town walk command usage examples#52
zhangjingwen2008 wants to merge 2 commits into
ceresOPA:mainfrom
zhangjingwen2008:fix/town-walk-docs

Conversation

@zhangjingwen2008
Copy link
Copy Markdown
Contributor

Summary

  • Added comprehensive usage examples for town walk command in SKILL.md
  • Added walk tool examples in MCP bridge documentation (both EN and ZH versions)
  • Addresses Issue town walk 指令总是报错,能给个例子吗 #47 which requested documentation examples for town walk command

Changes

  1. skills/alicization-town/SKILL.md: Added complete working examples showing:

    • How to use town map to get place IDs
    • How to use the ID in town walk --to command
    • Alternative ways to walk (coordinates, relative movement)
    • Added error handling guidance for invalid location IDs
  2. packages/mcp-bridge/README.md & README_zh.md: Added walk tool examples showing:

    • Navigate by place ID (recommended)
    • Navigate by absolute coordinates
    • Navigate relative to current facing direction

This documentation helps users understand the correct workflow for using the town walk command and avoids common errors.

zhangjingwen2008 added 2 commits March 29, 2026 03:20
Fixes Issue #47 - Added complete working example showing:
1. How to use 'town map' to get place IDs
2. How to use the ID in 'town walk --to' command
3. Alternative ways to walk (coordinates, relative movement)
4. Added error handling entry for invalid location IDs

This documentation helps users understand the correct workflow for using the town walk command.
- Added three navigation mode examples for walk tool
- Includes place ID, absolute coordinates, and relative movement
- Helps users understand correct usage to avoid errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant