Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.
Images
Kimaki handles images in both directions: attach images to your message for the agent to look at, and see images the agent produces rendered inline in the thread.
Ask AI about this page
Sending images to the agent
Attach one or more images (or PDFs) to a Discord message. Kimaki downloads each one, resizes it if needed, and sends it to the session as inline content the model can actually see.
Discord attachment (png/jpg/pdf)
│ download + resize
▼
inline image ──▶ OpenCode session ──▶ model reads it
This is great for screenshots of bugs, design mockups, error dialogs, or diagrams you want the agent to implement or debug.
Images are sent as inline content, so the agent does not need to use a file-reading tool to view them; it sees them as part of your message.
Seeing images from the agent
When the agent produces image files (screenshots, generated diagrams, rendered output), it can upload them back into the thread. Sending multiple files in one message makes Discord display them in a grid, so a set of screenshots shows up neatly together.