tools

Installation
SKILL.md

assistant-ui Tools

Always consult assistant-ui.com/llms.txt for the latest API.

A tool is a named capability the model can call. In assistant-ui you declare tools in a toolkit, a map whose keys are the tool names the model sees and whose values carry the schema, the executor, and the renderer. The supported authoring path is a "use generative" file compiled by a build plugin, which splits one file into a server build (schema plus backend executors) and a client build (schema plus renderers plus browser executors).

References

The authoring model

Installs
5.5K
GitHub Stars
28
First Seen
Jan 21, 2026
tools — assistant-ui/skills