builder

Build and configure Studio Chat assistants via CRUD operations on the API.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/studiochat/skills --skill builder-studiochat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: builder
Source: https://github.com/studiochat/skills/tree/main/skills/builder
Command: npx skills add https://github.com/studiochat/skills --skill builder-studiochat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Build and configure Studio Chat assistants by creating and linking knowledge bases, playbooks, skills, example blocks, API tools, alerts, schedules, and trending topics. This enables rapid, repeatable setup of complex assistants.

Core Features & Use Cases

  • Create, update, and delete knowledge bases, playbooks, skills, example blocks, and API tools via the Studio Chat API.
  • Manage office hours, alerts, schedules, and trending topics to maintain proactive, responsive agents.
  • Use cases include onboarding a new assistant, iterating configurations for different clients, and validating write operations with explicit user confirmation.

Quick Start

Install the builder skill in your agent and start configuring an assistant by running the provided scripts/api.py against your Studio Chat project.

Frequently Asked Questions about builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Studio Chat assistants end-to-end via API?

Configure Studio Chat assistants by running CRUD operations against the Studio Chat API to create and link knowledge bases, playbooks, skills, API tools, alerts, schedules, and trending topics for rapid setup.

What do I need to set up before building Studio Chat playbooks and alerts?

Building Studio Chat playbooks and alerts requires environment-based authentication setup and the api.py client, ensuring your project can securely perform actions against the Studio Chat API endpoints.

Can I use scripts to manage knowledge bases and schedules for Studio Chat agents?

Yes, you can manage knowledge bases, schedules, alerts, and trending topics by executing the provided scripts, which use the API client to perform actions against Studio Chat endpoints for proactive agents.

Does the Studio Chat API client require explicit user confirmation for write actions?

Yes, the Studio Chat API client enforces explicit user confirmation for all write actions, ensuring CRUD operations on playbooks, skills, and API tools are validated before execution.

What's the best way to onboard a new assistant using the Studio Chat API?

The best way to onboard a new assistant is running the provided scripts to execute CRUD operations, creating and linking knowledge bases, playbooks, and API tools via the Studio Chat API for repeatable setup.

Are there limitations when iterating configurations for different clients via the API client?

Iteration requires explicit user confirmation for each write action, and all operations depend on environment-based authentication, meaning bulk automated updates without validation are not supported by the api.py client.