▄▄▄▄▄▄▄
▐░░░░░░░▌
▐░▀░░░▀░▌
▐░░░▄░░░▌
▐░░▀▀▀░░▌
 ▀▀▀▀▀▀▀

/slashbot

AI-Powered CLI Assistant

$ curl -fsSL https://getslashbot.com/install.sh | bash
slashbot — zsh

Features

Powerful capabilities for developers who live in the terminal.

AI-Powered Agent

Autonomous execution with Grok API. Agentic loop with context-aware continuations.

slashbot

Code Operations

Grep, read, edit, create files with security checks. Supports glob patterns.

[[grep]], [[read]], [[edit]], [[create]]

Task Scheduling

Schedule cron jobs and automated commands with the [[schedule]] action.

[[schedule cron='0 9 * * *']]

Git Integration

Execute git commands safely - status, diff, log, add, commit, checkout, stash.

[[git command='status'/]]

Skills System

Install and load custom skills/extensions from URLs to extend functionality.

/skill install <url>

Vision Support

Process images through grok-vision-beta model. Paste images in terminal.

/image

Voice Transcription

Transcribe voice messages from Telegram and Discord using OpenAI Whisper.

auto-transcription

Web Search & Fetch

Search the web and fetch URLs with [[search]] and [[fetch]] actions.

[[fetch url='...'/]]

Connectors

Stay connected with your AI assistant on your favorite platforms.

telegram-connector

Telegram

Connector

Connect your bot to Telegram for mobile notifications and chat interactions.

Features

  • +Voice message transcription
  • +Markdown formatting
  • +Real-time notifications
  • +Authorized chat filtering

Setup

slashbot > Connect Telegram bot with token 123456:ABC-xyz
discord-connector

Discord

Connector

Integrate with Discord servers for team collaboration and bot commands.

Features

  • +Voice attachment support
  • +Channel-specific routing
  • +Typing indicators
  • +Message splitting

Setup

slashbot > Set up Discord bot with token MTIxMjM0... on channel 1234567890

Commands

Quick reference for slash commands.

/help
/login [key]Enter Grok API key
/logoutClear API key
/configShow configuration
/initCreate GROK.md with AI
/grep <pattern>Search in code
/files [pattern]List project files
/read <path>Read file contents
/write <path>Write to file
/task [list|run|...]Manage scheduled tasks
/skill [list|install]Manage skills
/usage [reset]Show API usage
/context [on|off]Manage context compression
/history [n]Show command history
/clearClear conversation
/helpShow all commands

Installation

Get up and running in seconds.

Install
$ curl -fsSL https://getslashbot.com/install.sh | bash
Configure
Required: X.AI API Key
slashbot > /login xai-xxxxxxxxxxxx
Optional: Voice transcription
slashbot > Set up OpenAI for voice transcription with key sk-xxxxxxxxxxxx
Optional: Telegram
slashbot > Connect Telegram bot with token 123456:ABC-xyz
Optional: Discord
slashbot > Set up Discord bot with token MTIxMjM0... on channel 1234567890