data-expert
Installation
SKILL.md
Data Expert
Fetch data from the Studio Chat API, process it with Python, and produce actionable analysis. All API calls are authenticated automatically via environment variables. The API base URL (https://api.studiochat.io) is hardcoded in the scripts.
Key Terminology
Assistants and playbooks are the same concept. In the API, the term "playbook" is used
everywhere — but users refer to them as "assistants." When the user says "assistant," "bot,"
or "agent," they mean a playbook. Use playbook_base_id to filter by assistant (all versions)
or playbook_id for a specific version.
Setup
Set the following environment variables before using the scripts:
export STUDIO_API_TOKEN="sbs_your_api_key_here"
export STUDIO_PROJECT_ID="your-project-uuid"
Related skills