Slash Commands
This document lists all slash commands supported by the EchOS agent across different interfaces.Telegram Bot Commands
The Telegram interface supports the following slash commands:/start
Displays a welcome message with information about what you can do with EchOS:/reset
Clears your current agent session. This is useful when you want to start a fresh conversation without any context from previous messages. Response:Session cleared. Starting fresh.
/usage
Displays detailed usage statistics for your current session:- Messages: Number of messages exchanged
- Input tokens: Total input tokens used
- Output tokens: Total output tokens generated
- Cache read: Tokens read from cache
- Cache write: Tokens written to cache
- Cost: Estimated cost in USD
- Context window: Percentage of context window used
CLI Commands
The CLI (pnpm echos) does not support slash commands but has the following built-in commands:
These commands are typed at the
> prompt in interactive mode. Ctrl+D also exits. Ctrl+C cancels the current in-flight response without exiting.
Agent Tools
While not slash commands, the agent has access to the following tools that can be invoked through natural language:Core Tools
Reminders
Memory
Plugins
The following tools are available through plugins:Article Plugin
save_article- Fetch, extract, and save web articles with optional AI categorization
YouTube Plugin
save_youtube- Save and process YouTube videos with optional AI categorization
Content Creation Plugin
analyze_my_style- Analyze writing style from notes taggedvoice-examplecreate_content- Generate new content based on style profileget_style_profile- Retrieve saved style profilesmark_as_voice_example- Tag a note as a voice/style example