Get Kimaki up and running in under 2 minutes.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/remorses/kimaki/llms.txt
Use this file to discover all available pages before exploring further.
Run the CLI
What happens during setup
The setup wizard walks you through:Create a Discord bot
The wizard will prompt you to:
- Go to discord.com/developers/applications
- Click “New Application” and give it a name
- Enable required intents in the “Bot” section:
- SERVER MEMBERS INTENT
- MESSAGE CONTENT INTENT
- Copy your bot token (click “Reset Token” if needed)
Install bot to your server
The CLI generates an invite link with proper permissions. Click it to add the bot to your Discord server.
Select projects
Choose which OpenCode projects to add as Discord channels. The CLI will create a channel for each selected project.
Your first message
Once setup is complete, you’ll see output like this:Example session
Here’s what a typical interaction looks like:/README.md:1) to jump to that line in your editor.
Next steps
Installation guide
Learn about all configuration options and advanced setup
CLI commands
Explore CLI commands for automation
Best practices
Set up permissions, roles, and workflows
Automation
Trigger sessions from CI, cron jobs, or GitHub Actions
If you close the CLI process, the bot stops working. Run
npx kimaki again to restart it. Your configuration is saved in ~/.kimaki/.