Tools

Every capability is a tool. Use them individually or let the agent chain them.

Platform Tools

๐ŸŽต
Creative

ACE-Step Cover Generator

Generate music covers from source audio using ACE-Step 1.5. Supports custom lyrics, adjustable cover strength, multi-variant generation, and seed reproducibility.

acestep_cover
๐ŸŽจ
Creative

FLUX.2 Klein Image Generator

Text-to-image and img2img generation with configurable dimensions, inference steps, and guidance scale. GPU-optimized for AMD ROCm and NVIDIA CUDA.

flux_klein
โœ๏ธ
Creative

Lyrics Editor

AI-powered lyrics transformation using the local LLM. Transform lyrics based on natural language descriptions while preserving rhythm and structure.

lyrics_editor
๐ŸŽง
Automation

DJ Tool

Queue automated remix generation jobs. The agent finds tracks, generates lyrics, creates covers, all on a configurable interval loop.

dj_tool
๐Ÿ“ฅ
Creative

YouTube Downloader

Download audio tracks from YouTube via yt-dlp. Agent-orchestrated URL discovery, format selection, and file management.

ytdlp_tool
๐Ÿ”Š
Creative

Audio Player

Simple audio playback with file upload support. Agent can programmatically load and play audio files from the workspace.

audio_player
๐ŸŽฎ
Game Dev

Godot Project

Scaffold Godot 4.x projects with templates for 2D and 3D games. Generates project.godot, input mappings, directory structure, and .gitignore.

godot_project
๐Ÿ—๏ธ
Game Dev

Godot Scene Builder

Programmatic .tscn generation with preset node types: CharacterBody3D, RigidBody3D, cameras, lights, UI nodes, and signal connections.

godot_scene
๐Ÿ–Œ๏ธ
Game Dev

Godot Asset Pipeline

Search OpenGameArt/Kenney/Sketchfab, download assets, generate placeholder textures and OBJ meshes, and maintain an asset catalogue.

godot_assets
๐Ÿงช
Game Dev

Godot Playtest

Automated playtesting with VLM visual assertions. Injects input sequences, captures screenshots, and uses vision models to verify game state.

godot_playtest
๐ŸŽฏ
Game Dev

Godot Orchestrator

High-level game generator: describe a game in natural language, then plan → build → playtest → fix → iterate automatically.

godot_orchestrator
๐Ÿ“ฑ
Mobile

Android Device

Full ADB device management: connect devices, launch emulators, tap/swipe/type, install APKs, capture screens, and read logcat.

android_device
๐Ÿค–
Mobile

Mobile Automation

AI-driven mobile UI testing: describe tasks in natural language, vision model captures screens and decides actions (prepare → act → assert loop).

mobile_automation
๐Ÿง 
System

GPU Monitor

Query GPU stats from NVIDIA (nvidia-smi) or AMD (rocm-smi). Memory usage, temperature, utilisation, and aggregate VRAM tracking.

smi_tool
๐Ÿ“ธ
System

Screenshot Tool

Capture screenshots of the Relectric window and send them to the chat agent with a message for visual analysis.

screenshot_tool
๐Ÿ”€
AI & LLM

Multi-LLM Pusher

A/B test prompts across multiple LLM endpoints (GPT, Claude, Gemini, Llama, etc.) with configurable temperature and max tokens.

multi_llm_pusher
๐Ÿ“Š
Automation

Stock Monitor

Automated stock price tracking. Schedule periodic checks via the agent, append results to workspace files for historical tracking.

stock_monitoring
๐ŸŽค
Creative

Parody Generator

Full parody workflow: download song → find lyrics → rewrite with LLM → generate cover → create artwork. All orchestrated by the agent.

parody_generator

Build Your Own Tool

Create custom tools that extend Relectric's capabilities. Simple Python classes, declarative UI, and hot-reload during development. Upload to share with the community.