AI Skill Hub 推荐使用:Godot AI聊天 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
Godot AI聊天 是一款基于 GDScript 开发的开源工具,专注于 Godot、AI、LLM 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Godot AI聊天 是一款基于 GDScript 开发的开源工具,专注于 Godot、AI、LLM 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/snougo/Godot-AI-Chat cd Godot-AI-Chat # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 godot-ai-chat --help # 基本运行 godot-ai-chat [options] <input> # 详细使用说明请查阅文档 # https://github.com/snougo/Godot-AI-Chat
# godot-ai-chat 配置说明 # 查看配置选项 godot-ai-chat --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export GODOT_AI_CHAT_CONFIG="/path/to/config.yml"
<img width="1624" height="1080" alt="截屏2026-03-02 22 49 06" src="https://github.com/user-attachments/assets/9fbb86cd-d7a9-427f-b76c-65eab58e8a06" />
Godot AI Chat is an AI chat plugin deeply integrated into the Godot editor. Besides standard AI chat features, it also provides Agent capabilities implemented based on the ReAct framework.
ReAct agent can autonomously initiate multi-turn dialogue execution through tool calls, which is crucial for building automated workflows.res://xxxxx.Skill concept, this plugin implements its own on-demand loading skill system. It strictly limits mounting to only 1 skill pack at a time, maximizing the maintenance of the model's context window usage.ai_tool.gd provides path blacklist constants and path blacklist checking methods. This not only prevents AI from accidentally modifying critical files but also makes it convenient for developers to customize project paths they want to lock.A ReAct agent is an AI agent that uses the “reasoning and acting” (ReAct) framework to combine chain of thought (CoT) reasoning with external tool use. The ReAct framework enhances the ability of a large language model (LLM) to handle complex tasks and decision-making in agentic workflows.
⚠️ Note: This plugin only supports Godot 4.5 and above.
1. Download Dependencies: - Download this plugin: Godot AI Chat - Download the dependency plugin: Context Toolkit > Context Toolkit is used to provide file context APIs; this plugin's default tool get_context depends on it.
2. Installation: - Unzip both plugin packages. - Drag the godot_ai_chat and context_toolkit folders into the project's addons/ directory.
3. Enablement: - Open the Godot editor, go to Project -> Project Settings -> Plugins. - Check to enable Godot AI Chat and Context Toolkit (Optional).
When enabled for the first time, a red error message Please Configure Plugin Settings will appear in the status bar of the chat interface. This indicates that relevant configurations need to be completed in the Settings panel of the plugin interface.
This plugin supports various API standards:
| API Type | Description | Representative Providers |
|---|---|---|
| **OpenAI Compatible** | The most universal standard interface | OpenAI Official, DeepSeek, Kimi (Moonshot), SiliconFlow, OpenRouter, LM Studio (Local), Ollama (Local) |
| **Gemini** | Google native interface | Google Gemini Official |
| **Anthropic Compatible** | Claude series interface | Anthropic Official, some proxy providers |
⚠️ Note: ZhipuAI in the API providers is actually a non-standard OpenAI compatible API, not a special API type.
⚠️ Note: Coding Plan subscription services provided by model vendors are usually only for their specified clients and most likely cannot be used with this plugin. Please be aware.
search_web web search tool normally after configuring this.12. Controls the number of dialogue turns sent to the model. Too high may consume a large number of Tokens or trigger limits; too low may lead to context loss.0.8. Lower values result in more rigorous answers (suitable for coding), while higher values result in more divergent answers (suitable for creativity).Warn and Error. Generally no need to change unless you want to view the plugin's debug status in the editor's Output in real-time.Tips: Max Chat Turns can be adjusted dynamically as needed during the session.
Tips: The plugin repository includes a default system prompt document system_prompt.md that has undergone multiple iterations. It works out of the box and is recommended for users new to this plugin. You can then make personalized adjustments based on actual needs.
The interface address pointing to the AI service provider.
<details> <summary>Click to view common Base URL list</summary>
http://127.0.0.1:1234http://127.0.0.1:11434/v1https://openrouter.ai/apihttps://generativelanguage.googleapis.comhttps://api.moonshot.cnhttps://api.siliconflow.cnhttps://api.deepseek.comhttps://open.bigmodel.cn/api/paas/v4/Note: If your provider is not in the list, please look for "API Endpoint" or "Base URL" in their documentation. </details>
<img width="505" height="836" alt="截屏2026-03-01 23 35 31" src="https://github.com/user-attachments/assets/c97b0f37-98cc-4cef-bfe5-05d2d351b1c9" />
The interface contains from top to bottom: 1. Status Bar: Displays plugin working status, error messages, etc., in real-time. 2. Session Turns: Real-time monitoring of current session turns and the maximum set session turns. 3. Token Monitor: Displays current dialogue and cumulative historical Token consumption, helping you control costs. 4. Function Area: - Model Hot-Switch: Quickly switch between different models. - Session Management: Create, load, and delete sessions. 5. Prompt Input Box: Supports text input and file drag-and-drop referencing. 6. Export and Send: Save dialogue records as Markdown and the send button.
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Godot AI聊天 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Godot-AI-Chat |
| 原始描述 | 开源AI工具:Godot AI Chat is a Godot plugin that enables direct conversation with LLMs withi。⭐18 · GDScript |
| Topics | GodotAILLM聊天 |
| GitHub | https://github.com/snougo/Godot-AI-Chat |
| License | MIT |
| 语言 | GDScript |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。