remote-from-slack
FeaturedAI DevKit · Connect the current agent session to an available Slack channel bridge.
AI & Automation 1,623 stars
250 forks Updated today Apache-2.0
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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:
```bash
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:
```bash
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:
```bash
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:
```bash
ai-devkit channel stop <channel>
```
7. Start the bridge in the background:
```bash
ai-devkit channel start <channel> --agent <agent-name> --daemon
```
8. Report the connected channel, agent name, and how to stop it: `ai-devkit c...
Details
- Author
- codeaholicguy
- Repository
- codeaholicguy/ai-devkit
- Created
- 11 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
remote-from-telegram
AI DevKit · Connect the current agent session to an available Telegram channel bridge.
1,623 Updated today
codeaholicguy AI & Automation Featured
add-slack
Add Slack channel integration via Chat SDK.
30,743 Updated today
nanocoai AI & Automation Featured
slack
Slack messaging, file sharing, Block Kit formatting, and channel management. Use when the user wants to send Slack messages, post rich Block Kit layouts, share files, react, or manage channels and members.
86 Updated 2 weeks ago
hyperfx-ai