Skeet is a command-line AI tool for power users that converts natural language into Python commands or scripts. It works with any LLM provider via LLaMA, executing the generated commands and adjusting based on errors. Skeet supports custom configurations and handles dependencies using `uv`.
Supports any LLM provider available through LLM-LM, including OpenAI, Anthropic, Azure, local models, and more. Allows users to transform natural language instructions to precise command line instructions.
Automatically analyzes commands and scripts based on the error output and retries, ensuring completion of the tasks.
Can execute Python scripts with access to third-party libraries without manual environment management. Uses "uv" for dependency management.
Provides rich terminal output with syntax highlighting for enhanced readability.