AICommand ist ein LLM-gestützter Editor-Controller und Automatisierungstool für den Unity Editor. Es integriert große Sprachmodelle, um natürlichsprachliche Prompts in ausführbare Befehle zu übersetzen, wodurch Nutzer Entwicklungsumgebungseinstellungen und Objekte über textbasierte Anweisungen manipulieren können.
Die Hauptfunktionen von keijiro/aicommand sind: Natural Language Editor Automation, Natural Language Command Translation, Editor Command Integrations, Unity Editor Extensions, Workflow Automation, LLM-Powered Editor Controllers, AI-Assisted Development, Editor-Integrated Chat Interfaces.
Open-Source-Alternativen zu keijiro/aicommand sind unter anderem: jackmort/chatgpt.nvim — ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing,… santinic/how2 — how2 is a terminal-based tool that translates plain-English questions into shell commands using AI and StackOverflow… droidrun/droidrun — Droidrun is a mobile device automation framework that uses large language models to translate natural language… dbrizov/naughtyattributes — NaughtyAttributes is a collection of custom attributes for the Unity Editor inspector that allows for field… googlecloudplatform/kubectl-ai — kubectl-ai is a natural language cluster operator and AI command assistant that translates plain-text prompts into… deepseek-ai/deepseek-coder — DeepSeek-Coder is a large language model and foundational neural network architecture designed specifically for…
ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing, and fixing code snippets. It functions as a custom prompt automation tool and a markdown renderer, allowing users to interact with language models directly within the editor. The project distinguishes itself through a framework for defining reusable AI personas and automated text processing tasks using system prompts and templates. It includes a specialized rendering system that transforms responses into styled markdown with foldable code blocks. The plugin covers interactive
NaughtyAttributes is a collection of custom attributes for the Unity Editor inspector that allows for field validation, the exposure of non-serialized properties, and the addition of custom UI controls. It functions as an extension library to customize how fields are drawn and behave within the inspector interface without requiring the author to write custom editor scripts. The library provides tools for creating interactive elements such as buttons that execute specific methods, as well as specialized input controls like sliders and dropdowns. It enables the display of native properties and
Droidrun is a mobile device automation framework that uses large language models to translate natural language commands into executable actions on mobile operating systems. It functions as an agent orchestrator and UI automation engine, providing a reasoning engine that decomposes complex mobile tasks into smaller, manageable steps. The system distinguishes itself through a hierarchical action translation process and the ability to analyze accessibility trees and screenshots to determine the visual layout and current status of mobile applications. It supports execution across both physical ha
kubectl-ai is a natural language cluster operator and AI command assistant that translates plain-text prompts into executable Kubernetes commands. It serves as an interface between large language models and the Kubernetes API to enable cluster management through conversational text. The project implements a Model Context Protocol server to expose cluster operations as standardized tools for external AI clients. It uses a provider-agnostic model interface to support both cloud-based and local AI backends. The system covers natural language infrastructure control and AI-assisted DevOps through