lemonade-server-manager
Installation
SKILL.md
Lemonade Server Management
Interact with and manage local or remote Lemonade AI Server hardware directly via standard native network requests (curl).
When to Use
- Checking local GPU/NPU health and currently loaded VRAM resources
- Listing available, downloaded text/image models on a Lemonade cluster
- Pulling, loading, or unloading multimodal models
- Generating text from LLMs (chat completions)
- Generating stable-diffusion image responses
Setup Instructions
- Every endpoint requires a base
server_url. If one is not specified by the user, assumehttp://localhost:8000. - Use the
LEMONADE_API_KEYenvironment variable to authenticate. - This skill stays focused on making HTTP requests to a base
server_url(defaulthttp://localhost:8000) and using an optionalLEMONADE_API_KEY. It does not instruct reading arbitrary host files or other env vars. - Operational note: The skill will transmit prompts and model requests to whichever
server_urlis used. If a remote URL is supplied, the agent will send user content and model commands there (expected for this skill, but worth the user's attention).