用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/poly-gents/syncolab-skills --skill gym-arbox-status-playbook命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | gym-arbox-status-playbook |
| description | Map live Arbox status_id values to gym CRM categories and apply safe lead status transitions |
Bootstrap and apply Arbox lead status semantics for any gym studio on the platform. Status labels differ per tenant — this skill teaches how to load live IDs and map them to operational meaning before any CRM write.
status_id table loaded from Arbox and documented for the tenant.arbox_update_lead_status.arbox_verify_connection once if nothing was called yet).user_id and intended next stage.arbox_list_statuses once per session (cached server-side ~30 min). Do not re-verify the connection if a previous Arbox call succeeded.status_id → meaning → typical next step. Never guess IDs.arbox_update_lead_status with user_id, status_id, and a short comment.arbox_mark_lead_lost with lost_reason_id from arbox_list_lost_reasons.arbox_public_patch on documented paths (confirm payload with the human first).user_id and target status with the human; add a short comment explaining the change.| Example label | Meaning | Typical next step |
|---|---|---|
| מעוניין / פוטנציאל | New or cold lead | First call / message |
| לקוח | Existing or returning member | Service / retention, not cold outreach |
| שקילות ומדידות | Weigh-in / body metrics tracking | Log metrics, schedule nutrition meeting |
| פגישת סגירה | Closing / membership decision | Book slot, prepare offer |
| אחר | Catch-all in Arbox | Use label as-is; do not invent transitions |
| Access | Behavior |
|---|---|
| Full Arbox | Load statuses, propose updates, post after confirmation |
| Read-only | Load statuses and draft update payloads only |
| No Arbox | Stop; do not fabricate status IDs |
arboxhttps://arboxserver.arboxapp.com/docs/api.jsonarbox_list_statuses, arbox_update_lead_status, arbox_mark_lead_lost, arbox_list_lost_reasons (escape hatches: arbox_public_get/post/patch)