← Back to Skills Marketplace
534422530

Llm Service Manager

by 534422530 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
44
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install llm-service-manager
Description
Manage and control local LLM services like Ollama and vLLM, including starting services, pulling models, and querying APIs via a unified interface.
README (SKILL.md)

LLM Service Manager

Manage local LLM services (Ollama/vLLM/OpenAI-compatible API endpoints) through a unified command interface.

Usage

from llm_service_manager import run

# Check all service statuses
print(run("status"))

# Start Ollama
print(run("start"))

# Pull a model
print(run("pull gemma3:2b"))

# Query via Ollama
print(run("ollama:什么是ReAct模式?"))

# Query via API
print(run("api:用Python写一个快速排序"))

Commands

Command Description
status Check all LLM services (Ollama/vLLM/API)
start Start Ollama service (Windows)
pull \x3Cmodel> Download a model via Ollama
ollama:\x3Cquery> Query Ollama with a model
api:\x3Cquery> Query OpenAI-compatible API
(any text) Auto-detect and query available service

Trigger

  • User says "LLM", "模型服务", "Ollama", "本地模型"
  • Needs to check/start/manage local LLM services

Base directory: file:///C:/Users/pc/.config/opencode/skills/llm_service_manager \r \r

B站学习\r

学习时间: 2026-06-01 20:57\r \r

  • 小小的人来自火星: 学习review manager操作啦!\r
    • 关键词: 学习review, manager操作啦\r
  • 老吴聊技术: 怎么用Antigravity-Manager实现Token自由?\r
    • 关键词: 怎么用Antigravity, Manager实现Token自由\r \r

B站学习\r

学习时间: 2026-06-01 21:02\r \r

  • 小小的人来自火星: 学习review manager操作啦!\r
  • 老吴聊技术: 怎么用Antigravity-Manager实现Token自由?\r
  • 盐之微积分: Obsidian数学使用方法-用callout manager打造清爽笔记\r \r

B站学习 (第1轮)\r

学习时间: 2026-06-02 09:21\r \r

B站学习 (第2轮)\r

学习时间: 2026-06-02 09:34\r \r

Usage Guidance
Install this only if you want an agent to manage local LLM tooling. Use api: only with endpoints you trust, because prompts and any configured API key are sent there. Use start and pull deliberately, since they can launch a local service or download large model files.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The code matches the stated purpose: status checks, Ollama startup, model pulls, local Ollama queries, and explicit OpenAI-compatible API queries.
Instruction Scope
The documented triggers and catch-all command are broad, but the implementation only auto-routes plain text to local Ollama when it is already running; remote API use requires the explicit api: prefix.
Install Mechanism
No package installation, installer script, obfuscation, or hidden install behavior was found in the artifacts.
Credentials
The skill reads OPENAI_BASE_URL, OPENAI_API_KEY, and OPENAI_MODEL for API calls; this is coherent for API integration but users should know prompts and credentials may be sent to that endpoint.
Persistence & Privilege
The start command can launch an Ollama service process on Windows, and pull can download models. These are disclosed management actions, but they can consume resources or leave a local service running.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install llm-service-manager
  3. After installation, invoke the skill by name or use /llm-service-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of LLM Service Manager. - Unified command interface to manage local LLM services (Ollama, vLLM, OpenAI-compatible APIs). - Supports checking status, starting services, pulling models, and querying models via Ollama or API. - Auto-detection for service type based on user input. - Clearly documented usage examples and available commands.
Metadata
Slug llm-service-manager
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Llm Service Manager?

Manage and control local LLM services like Ollama and vLLM, including starting services, pulling models, and querying APIs via a unified interface. It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install Llm Service Manager?

Run "/install llm-service-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Llm Service Manager free?

Yes, Llm Service Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Llm Service Manager support?

Llm Service Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Llm Service Manager?

It is built and maintained by 534422530 (@534422530); the current version is v1.0.0.

💬 Comments