AI AGENT ADDONS

Create Client Tool

cognitedata/builder-skills
AI & Agent Building
1,864installs

This guide helps you create a client tool for an Atlas agent. A client tool runs in your browser and lets the agent fetch data, show charts, or update the screen. You do not need to write complex code because the skill handles the setup and wiring for you.

Before you start, make sure the integrate-atlas-chat step is done. That step puts all the needed files and packages into your project. Then you can define your tool using a schema from TypeBox. The schema tells the agent what information the tool needs.

Once your tool is defined, you add it to the useAtlasChat function. The agent then knows it can call your tool. The tool returns a text output and optional details that the app can show. This makes your agent more useful and interactive.

Add Create Client Tool skill to your workflow

Global

mkdir -p ~/.claude/skills/create-client-tool

Project

mkdir -p .claude/skills/create-client-tool

Source Repository

Stars
5
Forks
1
Watchers
5
License
Apache-2.0
Last Push
25 days ago
Created
4 months ago