← Back to Skills Marketplace
canonflip-git

OnDeckLLM

by canonflip-git · GitHub ↗ · v1.4.3 · MIT-0
cross-platform ⚠ suspicious
126
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ondeckllm
Description
Localhost dashboard for managing LLM providers, model routing, and batting-order fallback chains. Auto-discovers providers from OpenClaw config or works stan...
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ondeckllm
  3. After installation, invoke the skill by name or use /ondeckllm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug ondeckllm
Version 1.4.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is OnDeckLLM?

Localhost dashboard for managing LLM providers, model routing, and batting-order fallback chains. Auto-discovers providers from OpenClaw config or works stan... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install OnDeckLLM?

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

Is OnDeckLLM free?

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

Which platforms does OnDeckLLM support?

OnDeckLLM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OnDeckLLM?

It is built and maintained by canonflip-git (@canonflip-git); the current version is v1.4.3.

💬 Comments