Documentation Index
Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
Use this file to discover all available pages before exploring further.
Let users choose which runtime skills and plugin middlewares should be available for a conversation or a single run.
Concepts
Skills
Skills are reusable capability packages exposed by Xpert through Skills Middleware. A skill can provide domain instructions, prompt workflows, tools, or task-specific behavior. Skills can be configured as:- default skills, checked automatically when ChatKit loads the assistant
- optional skills, available to the user but not loaded unless selected
Plugins and Middlewares
Plugins are optional workflow middleware nodes. In product copy they may also be described as plugin middlewares. ChatKit identifies each plugin by the middleware node key, so multiple nodes using the same provider can still be selected independently. Required or system middleware should stay hidden from end users. It always runs as part of the backend workflow and is not shown in the ChatKit selector.Composer Experience
When the assistant exposes runtime capabilities, ChatKit adds capability panels to the composer+ menu:
- Skills
- Plugins
- Sub-agents, when available
/ to open the slash palette and search capabilities directly. Selecting a skill, plugin, or sub-agent inserts an atomic token into the composer. That token affects only the next submitted message and is cleared after the request is sent.
Request Behavior
ChatKit sends selected capabilities as a runtime allow-list:state.human, so the backend workflow can read the same selection from either place.
An empty allow-list is meaningful: it disables user-selectable skills and plugins for that run while keeping required system middleware active.
Product Guidance
Expose a runtime capability when users should make an intentional choice. Common examples include:- code review or repository analysis skills
- document search and retrieval plugins
- browser, sandbox, or file-system middlewares
- external ticketing, CRM, or workflow integrations
- specialized sub-agents for review, research, planning, or QA