Agent Skillscodeaholicguy/ai-devkit › remote-from-slack

remote-from-slack

GitHub

通过AI DevKit连接当前Agent会话与Slack频道,实现跨平台控制与聊天。包括检查状态、列出渠道、选择并启动Bridge,支持停止现有连接,确保用户确认及明确指引。

skills/remote-from-slack/SKILL.md codeaholicguy/ai-devkit

触发场景

用户希望通过Slack控制或对话当前Agent会话 需要建立或管理Agent与Slack的桥接连接

安装

npx skills add codeaholicguy/ai-devkit --skill remote-from-slack -g -y
更多选项

不安装直接使用

npx skills use codeaholicguy/ai-devkit@remote-from-slack

指定 Agent (Claude Code)

npx skills add codeaholicguy/ai-devkit --skill remote-from-slack -a claude-code -g -y

安装 repo 全部 skill

npx skills add codeaholicguy/ai-devkit --all -g -y

预览 repo 内 skill

npx skills add codeaholicguy/ai-devkit --list

SKILL.md

Frontmatter
{
    "name": "remote-from-slack",
    "description": "AI DevKit · Connect the current agent session to an available Slack channel bridge."
}

Remote From Slack

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.

Workflow

  1. Check readiness:

    ai-devkit status --json
    

    If AI DevKit is not ready, use ai-devkit-setup skill first. Stop if setup leaves manual actions.

  2. Inspect channels and agents:

    ai-devkit channel list
    ai-devkit agent list --json
    
  3. Identify the current agent by matching this session to an agent list --json entry. If unclear, ask for the agent name.

  4. Find configured Slack channels. If none exist, tell the user to run:

    ai-devkit channel connect slack
    

    Stop after giving that action.

  5. 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.

  6. If no Slack channel is available because bridges are already running, ask before stopping one. After confirmation:

    ai-devkit channel stop <channel>
    
  7. Start the bridge in the background:

    ai-devkit channel start <channel> --agent <agent-name> --daemon
    
  8. Report the connected channel, agent name, and how to stop it: ai-devkit channel stop <channel>.

Boundaries

  • Do not create or connect a Slack channel for the user; only point them to channel connect.
  • Do not stop a running bridge without explicit confirmation.
  • Do not guess when both agent or channel selection are ambiguous.

版本历史

  • 5941ca5 当前 2026-09-08 23:35

同 Skill 集合

skills/agent-communication/SKILL.md
skills/agent-management/SKILL.md
skills/agent-orchestration/SKILL.md
skills/ai-devkit-setup/SKILL.md
skills/brainstorm/SKILL.md
skills/changelog/SKILL.md
skills/dev-commit/SKILL.md
skills/dev-design/SKILL.md
skills/dev-implementation/SKILL.md
skills/dev-lifecycle/SKILL.md
skills/dev-planning/SKILL.md
skills/dev-pr/SKILL.md
skills/dev-requirements/SKILL.md
skills/dev-review/SKILL.md
skills/dev-testing/SKILL.md
skills/dev-worktree/SKILL.md
skills/document-code/SKILL.md
skills/memory/SKILL.md
skills/refactor/SKILL.md
skills/remote-from-telegram/SKILL.md
skills/security-review/SKILL.md
skills/simplify-implementation/SKILL.md
skills/structured-debug/SKILL.md
skills/task/SKILL.md
skills/tdd/SKILL.md
skills/technical-writer/SKILL.md
skills/verify/SKILL.md

元信息

文件数
0
版本
5941ca5
Hash
af3de4a8
收录时间
2026-09-08 23:35

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-17 13:27
浙ICP备14020137号-1