I've got version 6.0.2 installed on a Windows server. I have ollama configured on a separate server and have AI Assistant chat window working. When I try to do anything that needs to load a skill it fails to load.
I have checked the netxmsd.lof file and can see the following messages
2026.02.23 14:19:24.693 *W* [ai.assistant ] Cannot load AI assistant prompt file "C:\NetXMS\share\prompts\overview.md"
2026.02.23 14:19:24.693 *W* [ai.assistant ] Cannot load AI assistant prompt file "C:\NetXMS\share\prompts\ai-data-storage.md"
2026.02.23 14:19:24.693 *W* [ai.skills ] Cannot load AI assistant skill file "C:\NetXMS\share/skills/data-collection.md"
2026.02.23 14:19:24.693 *W* [ai.skills ] Cannot load AI assistant skill file "C:\NetXMS\share/skills/event-processing.md"
2026.02.23 14:19:24.693 *W* [ai.skills ] Cannot load AI assistant skill file "C:\NetXMS\share/skills/inventory.md"
2026.02.23 14:19:24.693 *W* [ai.skills ] Cannot load AI assistant skill file "C:\NetXMS\share/skills/maintenance.md"
2026.02.23 14:19:24.693 *W* [ai.skills ] Cannot load AI assistant skill file "C:\NetXMS\share/skills/incident-analysis.md"
2026.02.23 14:19:24.693 *W* [ai.skills ] Cannot load AI assistant skill file "C:\NetXMS\share/skills/log-analysis.md"
I've checked for these files and folders and they don't exist. This was done from a clean install so it looks like the files were never installed. Any idea where I can get the files that it needs?
Yes, that's a bug in Windows installer. We plan to publish patch release 6.0.3 today or tomorrow, it will have skill files included.
In the meantime, you can try to place them into correct folder manually. All skill files can be downloaded from here: https://github.com/netxms/netxms/tree/master/src/server/aitools/skills (https://github.com/netxms/netxms/tree/master/src/server/aitools/skills)
I notice that it also missing prompt files. They are here: https://github.com/netxms/netxms/tree/master/src/server/aitools/prompts (https://github.com/netxms/netxms/tree/master/src/server/aitools/prompts)
Thanks for the quick response. I've got the files downloaded and the skills have loaded OK now.