load_skill
Search local knowledge bases for Godot skills by keyword. Retrieve relevant SKILL.md files with source attribution and relevance scores, using full-text search as a fallback.
Instructions
从本地知识库(GodotPrompter/gd-agentic 等)按关键词检索 SKILL.md。两级检索:name/description 高精度→全文 fallback。返回带来源标注(source/path)和相关性 score 的匹配。缺失库进 missing_libraries 不报错。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回上限(默认 10) | |
| query | Yes | 检索关键词(必填) | |
| libraries | No | 知识库目录绝对路径数组。省略时读 GODOT_SKILL_LIBRARIES 环境变量(逗号分隔) |