← 返回 Skills 市场
dashiming

PansModel Manager

作者 dashiming · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
88
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pansmodel-manager
功能描述
PanSclaw 模型管理器 - 管理自定义模型接入和切换。 支持添加、删除、切换、列出模型配置。 触发关键词: 模型管理, 切换模型, 添加模型, 删除模型, 模型列表, 配置模型, 更换模型, 接入模型, 模型设置
安全使用建议
This skill appears internally consistent for managing OpenClaw model provider entries. Before installing or using it: (1) Review the included script (scripts/PansModel-Manager.py) yourself — it is small and readable. (2) Be aware that when you 'add' a provider you supply API keys which the script will save in ~/.openclaw-pansclaw/openclaw.json in plaintext — consider file permissions (chmod 600) or using short-lived keys. (3) Only add API keys for providers you trust; if unsure, create/revoke keys after testing. (4) Back up your existing openclaw.json before using the tool so you can restore previous settings. If you want stronger guarantees, request that the author implement encrypted secret storage or use environment-based secrets instead.
功能分析
Type: OpenClaw Skill Name: pansmodel-manager Version: 1.0.1 The skill is a legitimate configuration utility for managing LLM provider settings within the OpenClaw/PanSclaw environment. The Python script (PansModel-Manager.py) provides standard CRUD operations for a local configuration file (~/.openclaw-pansclaw/openclaw.json), allowing the agent to add, list, switch, and delete model providers. It handles sensitive data like API keys as part of its stated purpose but does so locally without any evidence of exfiltration, and it specifically avoids printing keys during the 'list' operation to prevent accidental exposure in logs.
能力评估
Purpose & Capability
Name/description match the actual behavior. The script and SKILL.md both implement adding/removing/switching/listing model providers and map provider names to API adapters; required capabilities are proportional to model-management.
Instruction Scope
Runtime instructions and the script operate on a single, well-defined config path (~/.openclaw-pansclaw/openclaw.json). They do not reference other system files, environment variables, or remote endpoints for execution. The SKILL.md explicitly documents the commands and the config location.
Install Mechanism
No install spec is provided (instruction-only skill with an included Python helper). Nothing in the manifest downloads remote code or creates system-wide binaries; the included Python script is small and readable.
Credentials
The skill does not request environment variables or external credentials, but it explicitly accepts and writes API keys provided by the user into the config file (openclaw.json) in the user's home directory. Storing API keys in plaintext in a local config is expected for this tool but is a sensitivity consideration for users.
Persistence & Privilege
The skill modifies a user-local configuration file under ~/.openclaw-pansclaw/openclaw.json (its own scope). always is false and it does not modify other skills or global agent settings beyond that config file. This behavior is appropriate for a model manager but does mean the skill will persistently change agent behavior via that file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pansmodel-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pansmodel-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
重命名为 PansModel Manager
v1.0.0
- Initial release of PanSclaw 模型管理器. - Supports adding, deleting, switching, and listing custom model configurations. - Allows management of multiple providers (e.g., openai, deepseek, anthropic, moonshot, zhipu, qwen, ollama). - Configuration changes require a Gateway restart to take effect.
元数据
Slug pansmodel-manager
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

PansModel Manager 是什么?

PanSclaw 模型管理器 - 管理自定义模型接入和切换。 支持添加、删除、切换、列出模型配置。 触发关键词: 模型管理, 切换模型, 添加模型, 删除模型, 模型列表, 配置模型, 更换模型, 接入模型, 模型设置. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 PansModel Manager?

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

PansModel Manager 是免费的吗?

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

PansModel Manager 支持哪些平台?

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

谁开发了 PansModel Manager?

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

💬 留言讨论