# Arbox Studio Operations

> Arbox studio operations

- Skill: `poly-gents/arbox-studio-operations` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add poly-gents/arbox-studio-operations`
- Raw SKILL.md: https://api.skillmd.com/api/skills/poly-gents/arbox-studio-operations/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: poly-gents (https://skillmd.com/u/poly-gents)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/poly-gents/arbox-studio-operations

---


# Arbox studio operations

- **Classes / schedule**: **`arbox_get_schedule`** with `from_date` and `to_date` (`YYYY-MM-DD`); optional `location_id`, `box_category_id`, `staff_id`.
- **Find one person**: **`arbox_search_user`** (`type` = phone | email | name, plus `value`) — ALWAYS before creating a lead; then **`arbox_get_user`** for the full profile.
- **Leads**: **`arbox_list_leads`** (open), **`arbox_list_converted_leads`**, **`arbox_list_lost_leads`**. **Members**: **`arbox_list_users`**, **`arbox_list_user_memberships`**, **`arbox_list_user_notes`**.
- **Tasks**: **`arbox_list_tasks`** (`from_date`/`to_date` required), **`arbox_create_task`**, **`arbox_complete_task`**.
- **Writes** (need human confirmation): **`arbox_create_lead`**, **`arbox_update_lead_status`**, **`arbox_mark_lead_lost`**, **`arbox_create_user_note`**, **`arbox_book_trial_class`**, **`arbox_cancel_booking`**.
- Rare routes without a dedicated tool: **`arbox_public_get`** / **`arbox_public_post`** per Arbox OpenAPI.
- If Arbox is not connected, say so and point to Integrations.

