report-builder
Installation
SKILL.md
Report Builder
Create, configure, and manage automated reports via the Studio Chat Reports API. Reports are executed by SAMI in a sandbox with the data-expert skill — this skill focuses on defining reports, not executing them.
Key Terminology
Assistants and playbooks are the same concept. Users say "assistant" — the API uses "playbook."
The playbook_base_ids field in report configuration filters by assistant.
Setup
Uses the same environment variables as other Studio Chat skills:
export STUDIO_API_TOKEN="sbs_your_api_key_here"
export STUDIO_PROJECT_ID="your-project-uuid"
Scripts
Related skills