← Back to Skills Marketplace
Museum Guide
by
yangmingchen1994-dotcom
· GitHub ↗
· v1.4.6
· MIT-0
256
Downloads
0
Stars
0
Active Installs
21
Versions
Install in OpenClaw
/install museum-guide
Description
博物馆参观路线规划助手。支持故宫珍宝馆、国博、上博、陕历博、南博、河博等热门博物馆,根据参观时长、兴趣偏好、是否带儿童,自动生成必看文物清单、镇馆之宝路线和更高效的参观顺序。适合搜索:博物馆路线规划、国家博物馆必看、museum itinerary、must-see artifacts。
Usage Guidance
This skill is internally consistent and appears to be what it claims: it prefers offline CSV data but can search online via a local ProSearch proxy and call a user-configured LLM. Before installing or running: (1) Review scripts/config.json and only populate API_BASE/API_KEY with a trusted LLM endpoint you control or trust; the skill will POST to that endpoint. (2) Be aware online search uses a local proxy at http://localhost:<AUTH_GATEWAY_PORT>/proxy/prosearch/search — ensure you run/expect that service (default port 19000). (3) The registry metadata shows a small mismatch (it listed no required env vars while SKILL.md expects AUTH_GATEWAY_PORT and a config file); treat that as a metadata bug, not malicious behavior. (4) If you don't want any network calls, run with museums supported by the bundled references/ CSV files; the skill will avoid online search in that case.
Capability Analysis
Type: OpenClaw Skill
Name: museum-guide
Version: 1.4.6
The 'museum-guide' skill bundle is a legitimate application designed to plan museum itineraries based on user preferences. It employs a two-phase workflow (profile extraction followed by route generation) using Python scripts like `museum_assistant.py` and `plan_route.py`. The scripts utilize local CSV data from the `references/` directory or perform online searches via a local proxy, with LLM integration for natural language processing. No evidence of malicious intent, data exfiltration, or unauthorized command execution was found; the code and instructions are consistent with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description align with included code and data: scripts load local CSV references, search via a ProSearch proxy, score and order artifacts, and call a configured LLM to generate short reasons. The requested resources (local config for model credentials and a local ProSearch proxy port) are coherent with the described online mode and LLM usage.
Instruction Scope
SKILL.md and the scripts define a two-phase flow (profile extraction → confirmation → route generation). Runtime instructions are narrow and explicit: read profile, use references/ CSVs if available, otherwise call local ProSearch, then call configured LLM. The assistant is instructed to wait for user confirmation before Phase 2. The scripts only read their own config and references files; they do not attempt to read unrelated system files.
Install Mechanism
No external install spec (instruction-only installation). All code and CSV data are bundled with the skill; there are no downloads from arbitrary URLs or package installs declared. This minimizes install-time risk.
Credentials
The skill requires a local configuration file (scripts/config.json) with API_KEY, API_BASE and MODEL_NAME for the LLM provider and expects a local ProSearch proxy (AUTH_GATEWAY_PORT, default 19000). Those needs are proportional to online/LLM features. Minor inconsistency: the registry summary showed 'Required env vars: none' while SKILL.md declares AUTH_GATEWAY_PORT and a config path; that mismatch is likely a metadata/display error but the scripts do expect the config and port.
Persistence & Privilege
The skill is not marked 'always: true' and does not request elevated privileges. It does not modify other skills or system-wide settings; it only reads its bundled CSVs and its own scripts/config.json.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install museum-guide - After installation, invoke the skill by name or use
/museum-guide - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.6
- references 目录下新增 3 个 CSV 文件
- 离线模式下,可直接为上述热门博物馆生成参观路线与重点文物清单
v1.4.5
修复bug
v1.4.4
Enhanced information transfer between Phase 1 and Phase 2
v1.4.3
更新skill.md
v1.4.2
更新skill.md
v1.4.1
更新SKILL.md
v1.4.0
Enhanced museum guide system with improved output formatting, museum info display and code refactoring
v1.3.0
Fix: metadata inconsistency
v1.2.6
Added offline mode with CSV references
v1.2.5
Apply bug fixes
v1.2.4
Apply bug fixes
v1.2.3
Apply bug fixes
v1.2.2
Apply bug fixes
v1.2.1
Apply bug fixes
v1.2.0
Add workflow orchestration script and apply bug fixes
v1.1.2
Require explicit API config in scripts/config.json
v1.1.1
Add complete security and config documentation
v1.1.0
Require explicit API config instead of reading openclaw config
v1.0.2
Add prerequisites and env variables declaration
v1.0.1
Add permissions declaration
Metadata
Frequently Asked Questions
What is Museum Guide?
博物馆参观路线规划助手。支持故宫珍宝馆、国博、上博、陕历博、南博、河博等热门博物馆,根据参观时长、兴趣偏好、是否带儿童,自动生成必看文物清单、镇馆之宝路线和更高效的参观顺序。适合搜索:博物馆路线规划、国家博物馆必看、museum itinerary、must-see artifacts。 It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.
How do I install Museum Guide?
Run "/install museum-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Museum Guide free?
Yes, Museum Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Museum Guide support?
Museum Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Museum Guide?
It is built and maintained by yangmingchen1994-dotcom (@yangmingchen1994-dotcom); the current version is v1.4.6.
More Skills