Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMP_DIR | No | Temporary files directory | ./temp |
| LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
| DOWNLOAD_DIR | No | Directory for downloaded files | ./downloads |
| GEMINI_API_KEY | Yes | Google Generative AI API key for AI features | |
| MAX_CONCURRENT_DOWNLOADS | No | Maximum concurrent downloads | 3 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| play_youtube_video | Play YouTube video in browser or VLC |
| get_video_info | Get YouTube video information |
| get_playlist_info | Get YouTube playlist information |
| get_channel_info | Get YouTube channel information |
| search_youtube | Search YouTube |
| search_music | Search YouTube for music |
| download_thumbnail | Download video thumbnail image |
| get_transcript | Get video transcript |
| translate_transcript | Translate video transcript |
| summarize_video | Generate AI summary of video |
| generate_chapters | Generate chapter markers for video |
| get_keywords | Extract keywords from video |
| detect_topics | Detect topics in video |
| generate_video_highlights | Generate AI-powered video highlights |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |