Myndo

Documentation

Telegram commands

Almost everything can be done through natural conversation, but a few commands give you direct control. Just type them in your agent’s chat:

The ones you’ll actually use

CommandWhat it does
/newStarts a fresh conversation (clears the current context — long-term memory stays intact).
/stopCancels whatever the agent is doing and empties the message queue.
/memoryChecks memory: what it noted today, stats, and search.
/cron listLists your scheduled tasks (creating and editing is easier through conversation).
/helpLists all available commands.

Diagnostics and fine control

CommandWhat it does
/statusShows what is running right now (active queries, tools in use).
/contextTokens used in the current conversation and estimated cost in USD.
/usageDetailed token consumption breakdown.
/doctorRuns an agent health check (/doctor fix tries to self-repair).
/featureToggles features on and off (web browsing, image generation, etc.).
/skillManages reusable skills the agent has learned.
/checkpointRestores files the agent edited (automatic snapshots).
Quick rule of thumb: if the agent seems “lost” in a long conversation, /new fixes it. If it got stuck mid-task, /stop first.