用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/poly-gents/syncolab-skills --skill arbox-studio-operations命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Project Knowledge Base concept tree — decisions, risks, notes, and custom taxonomy inside Managents (no extra OAuth)
Stakeholder-facing project timelines and milestones inside Managents (no extra OAuth)
Startup authoring skill for the Project System Assistant. Teaches Playbook Architect how to clarify intent, use filtered tool discovery, and preserve artifacts and validations while drafting playbooks.
基于 SOC 职业分类
正在显示 SKILL.md
| name | arbox-studio-operations |
| description | Run gym operations against live Arbox data: leads, schedule, memberships |
arbox_get_schedule with from_date and to_date (YYYY-MM-DD); optional location_id, box_category_id, staff_id.arbox_search_user (type = phone | email | name, plus value) — ALWAYS before creating a lead; then arbox_get_user for the full profile.arbox_list_leads (open), arbox_list_converted_leads, arbox_list_lost_leads. Members: arbox_list_users, arbox_list_user_memberships, arbox_list_user_notes.arbox_list_tasks (from_date/to_date required), arbox_create_task, arbox_complete_task.arbox_create_lead, arbox_update_lead_status, arbox_mark_lead_lost, arbox_create_user_note, arbox_book_trial_class, arbox_cancel_booking.arbox_public_get / arbox_public_post per Arbox OpenAPI.