lm-studio-private
- Repo stars 0
- Author repo nano-core
LM Studio Private Integration
When to use this skill
- Use when the user request matches this skill's domain and capabilities.
- Use when this workflow or toolchain is explicitly requested.
When not to use this skill
- Do not use when another skill is a better direct match for the task.
- Do not use when the request is outside this skill's scope.
Private LLM and vision via LM Studio. Auto-loads models automatically!
Quick Start
from client import lm_studio_chat, lm_studio_vision, lm_studio_health
# Chat - auto-loads model if needed
lm_studio_chat("Hello!")
# Vision - auto-loads model if needed
lm_studio_vision("/path/to/image.jpg", "What's in this image?")
# Check status
lm_studio_health()
Features
- Auto-loading of models
- Auto-starts LM Studio if not running
- Vision analysis support
- Remote via Tailscale
Configuration
| Setting | Value |
|---|---|
| Host | 100.72.41.118 |
| Port | 1234 |
| Auto-load | Enabled |
| Default Model | mistralai/ministral-3-3b |
Functions
lm_studio_chat(prompt, model=None)- Chat with auto-loadlm_studio_vision(image_path, prompt, model=None)- Vision with auto-loadlm_studio_health()- Check statuslm_studio_models()- List models
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @0-CYBERDYNE-SYSTEMS-0 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Use when the user request matches this skill's domain and capabilities. Use when this workflow or toolchain is explicitly requested.
Do not use when another skill is a better direct match for the task. Do not use when the request is outside this skill's scope. Private LLM and vision via LM Studio. Auto-loads models automatically!
Quick Start
Auto-loading of models Auto-starts LM Studio if not running Vision analysis support
Setting · Value Host · 100.72.41.118 Port · 1234
lmstudiochat(prompt, model=None) - Chat with auto-load lmstudiovision(imagepath, prompt, model=None) - Vision with auto-load lmstudiohealth() - Check status
# LM Studio Private Integration
## When to use this skill
- Use when the user request matches this skill's domain and capabilities.
- Use when this workflow or toolchain is explicitly requested.
## When not to use this skill
- Do not use when another skill is a better direct match for the task.
- Do not use when the request is outside this skill's scope.
Private LLM and vision via LM Studio. **Auto-loads models automatically!**
## Quick Start
```python
from client import lm_studio_chat, lm_studio_vision, lm_studio_health
# Chat - auto-loads model if needed
lm_studio_chat("Hello!")
# Vision - auto-loads model if needed
lm_studio_vision("/path/to/image.jpg", "What's in this image?")
# Check status
lm_studio_health()
```
## Features
- Auto-loading of models
- Auto-starts LM Studio if not running
- Vision analysis support
- Remote via Tailscale
## Configuration
| Setting | Value |
|---------|-------|
| Host | 100.72.41.118 |
| Port | 1234 |
| Auto-load | Enabled |
| Default Model | mistralai/ministral-3-3b |
## Functions
- `lm_studio_chat(prompt, model=None)` - Chat with auto-load
- `lm_studio_vision(image_path, prompt, model=None)` - Vision with auto-load
- `lm_studio_health()` - Check status
- `lm_studio_models()` - List models Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> When to use this skill → When not to use this skill → Quick Start → Features → Configuration → Functions
terms -> Auto-loads models automatically! · Private LLM and vision via LM Studio.
files/cmd -> lmstudiochat(prompt, model=None) · lmstudiovision(imagepath, prompt, model=None) · lmstudiohealth() · lmstudiomodels()
body sha256 -> 1f1a8dfdd4f2
Decide Fit First
Design Intent
How To Use It
Boundaries And Review