← 返回 Skills 市场
Museum Guide
作者
yangmingchen1994-dotcom
· GitHub ↗
· v1.4.6
· MIT-0
256
总下载
0
收藏
0
当前安装
21
版本数
在 OpenClaw 中安装
/install museum-guide
功能描述
博物馆参观路线规划助手。支持故宫珍宝馆、国博、上博、陕历博、南博、河博等热门博物馆,根据参观时长、兴趣偏好、是否带儿童,自动生成必看文物清单、镇馆之宝路线和更高效的参观顺序。适合搜索:博物馆路线规划、国家博物馆必看、museum itinerary、must-see artifacts。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install museum-guide - 安装完成后,直接呼叫该 Skill 的名称或使用
/museum-guide触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Museum Guide 是什么?
博物馆参观路线规划助手。支持故宫珍宝馆、国博、上博、陕历博、南博、河博等热门博物馆,根据参观时长、兴趣偏好、是否带儿童,自动生成必看文物清单、镇馆之宝路线和更高效的参观顺序。适合搜索:博物馆路线规划、国家博物馆必看、museum itinerary、must-see artifacts。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。
如何安装 Museum Guide?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install museum-guide」即可一键安装,无需额外配置。
Museum Guide 是免费的吗?
是的,Museum Guide 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Museum Guide 支持哪些平台?
Museum Guide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Museum Guide?
由 yangmingchen1994-dotcom(@yangmingchen1994-dotcom)开发并维护,当前版本 v1.4.6。
推荐 Skills