← 返回 Skills 市场
534422530

Llm Service Manager

作者 534422530 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
44
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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

安全使用建议
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install llm-service-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /llm-service-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug llm-service-manager
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Llm Service Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install llm-service-manager」即可一键安装,无需额外配置。

Llm Service Manager 是免费的吗?

是的,Llm Service Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Llm Service Manager 支持哪些平台?

Llm Service Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Llm Service Manager?

由 534422530(@534422530)开发并维护,当前版本 v1.0.0。

💬 留言讨论