← 返回 Skills 市场
OnDeckLLM
作者
canonflip-git
· GitHub ↗
· v1.4.3
· MIT-0
126
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ondeckllm
功能描述
Localhost dashboard for managing LLM providers, model routing, and batting-order fallback chains. Auto-discovers providers from OpenClaw config or works stan...
安全使用建议
This skill appears coherent for a local LLM dashboard. Before installing/using it: (1) review the ondeckllm npm package (publisher, package contents, recent activity) because global npm packages can execute code; (2) inspect the contents of ~/.openclaw/openclaw.json and be aware the dashboard will read and can write it (it may contain API keys); (3) check ~/.ondeckllm/ after first run to see what is logged (usage.jsonl may contain metadata about sessions); (4) consider running it in an isolated environment or container if you are unsure about trusting the npm package. If you want, I can help inspect the ondeckllm npm package or the repository linked in the SKILL.md before you install.
能力评估
Purpose & Capability
The name/description (local dashboard, provider discovery, model routing) match the instructions and included helper (status.js). The SKILL.md explicitly tells the agent to install the external npm package (ondeckllm) which is where the dashboard functionality would live. Requested artifacts (no env vars, references to ~/.openclaw and ~/.ondeckllm) are consistent with a local LLM provider manager.
Instruction Scope
Runtime instructions are narrowly scoped: install the ondeckllm npm package, run the daemon, check status with node scripts/status.js, and open http://localhost:3900. The SKILL.md does reference reading and syncing ~/.openclaw/openclaw.json and writing data to ~/.ondeckllm/, which is expected for a config/dashboard tool. There are no vague instructions to exfiltrate data or read arbitrary system files.
Install Mechanism
The skill is instruction-only but directs users to run `npm install -g ondeckllm`. Installing a global npm package is a normal way to provide a local dashboard, but npm packages run arbitrary code at install/run time — review the package before installing (audit, verify publisher, inspect package contents). The registry metadata does not embed an install artifact; the SKILL.md's install command is the sole install guidance.
Credentials
No environment variables or external credentials are requested by the skill bundle. The SKILL.md mentions using PORT and configuring a remote Ollama URL via the UI; both are reasonable for this tool. Note: config files (~/ .openclaw/openclaw.json and ~/.ondeckllm/) may contain provider API keys or sensitive entries — the dashboard's ability to read/write those files is consistent with its purpose but is a sensitive operation the user should consent to.
Persistence & Privilege
The skill is not set to always:true and is user-invocable. It does not request to modify other skills or system-wide agent settings. It stores data under ~/.ondeckllm/ per SKILL.md which is appropriate for a local dashboard.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ondeckllm - 安装完成后,直接呼叫该 Skill 的名称或使用
/ondeckllm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.3
Republished under canonflip-git; LLM dashboard skill
v1.4.2
Initial ClawHub publish — dashboard skill for LLM provider management and model batting order
元数据
常见问题
OnDeckLLM 是什么?
Localhost dashboard for managing LLM providers, model routing, and batting-order fallback chains. Auto-discovers providers from OpenClaw config or works stan... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 OnDeckLLM?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ondeckllm」即可一键安装,无需额外配置。
OnDeckLLM 是免费的吗?
是的,OnDeckLLM 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OnDeckLLM 支持哪些平台?
OnDeckLLM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OnDeckLLM?
由 canonflip-git(@canonflip-git)开发并维护,当前版本 v1.4.3。
推荐 Skills