Vibe code from anywhere using only your phone by setting up Slack App and linking it to the extension.
Commands
Command
Description
Slack App: Open Panel
Open the token-entry / start-stop UI
Slack App: Init (Set Tokens)
Set/change tokens via input boxes, then start/restart the bot
Slack App: Start
Start the bot
Slack App: Stop
Stop the bot
Slack App: Restart
Restart the bot
Slack App: Clear Tokens
Remove the tokens from .env and stop the bot
Slack App: Show Logs
Open the Slack App output channel
Settings
Setting
Default
Description
slackApp.pythonPath
python3
Python interpreter used to run the bot
slackApp.scriptPath
slack/app.py
Bot entry point (relative to workspace root)
Currently, the project has its own python interpreter. But if you dicide to use your own interpreter, you will have to install the python dependencies it needs.