在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用setup
星标0
分支0
更新时间2026年2月11日 03:18
DexAI onboarding and configuration
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
DexAI onboarding and configuration
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | setup |
| description | DexAI onboarding and configuration |
| triggers | ["run setup","setup again","redo setup","reconfigure","update preferences","update my preferences","bootstrap dex","initialise dex","initialize dex","configure channels","change my timezone","change my name","update active hours","personalise","personalize"] |
| args | ["all","core","channels","preferences","adhd"] |
Deterministic onboarding and configuration flow for DexAI.
This skill is not LLM-driven — it runs as a field-by-field deterministic flow
through tools/dashboard/backend/services/setup_flow.py. The chat service detects
trigger phrases (listed above) and routes them to the setup flow service.
chat_service.pySetupFlowService intercept (existing pattern)| Scope | Fields |
|---|---|
all | All required + optional fields |
core | API key, name, timezone |
channels | Primary channel + tokens |
preferences | Schedule, notification, brevity |
adhd | Work focus, energy, challenges, encouragement |
Users can say "run setup again", "update my preferences", "configure channels", etc. to re-enter the flow scoped to specific field groups.