用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/codeaholicguy/ai-devkit --skill remote-from-slack命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | remote-from-slack |
| description | AI DevKit · Connect the current agent session to an available Slack channel bridge. |
Use this skill when the user wants to control or chat with the current session from Slack.
Prefer the installed ai-devkit binary; if unavailable, use npx ai-devkit@latest. Run AI DevKit commands outside filesystem sandboxes because they inspect host-level agent and channel state.
Check readiness:
ai-devkit status --json
If AI DevKit is not ready, use ai-devkit-setup skill first. Stop if setup leaves manual actions.
Inspect channels and agents:
ai-devkit channel list
ai-devkit agent list --json
Identify the current agent by matching this session to an agent list --json entry. If unclear, ask for the agent name.
Find configured Slack channels. If none exist, tell the user to run:
ai-devkit channel connect slack
Stop after giving that action.
Choose a channel. Use the requested channel or the only available Slack channel. If multiple Slack channels are available, ask the user which one to use. Available means Slack, enabled, credentials present, and not already running.
If no Slack channel is available because bridges are already running, ask before stopping one. After confirmation:
ai-devkit channel stop <channel>
Start the bridge in the background:
ai-devkit channel start <channel> --agent <agent-name> --daemon
Report the connected channel, agent name, and how to stop it: ai-devkit channel stop <channel>.
channel connect.