--- name: wiki-helper description: 使用 Python 在 wiki 中进行检索 --- # Wiki 知识助手 使用 `search_materials` 脚本根据检索语句在知识库中进行检索。 ## Usage 请使用以下工具进行搜索: ```python run_skill_script( skill_name="wiki-helper", script_name="search_materials", args={'question': '这里填入检索语句'} ) ```