llmfit

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: llmfit Version: 0.2.2 The skill bundle is benign. It serves as a wrapper for the `llmfit` command-line tool, providing instructions for its installation via `brew` or `cargo`, execution to gather system hardware information and model recommendations, and subsequent configuration of the OpenClaw agent's `openclaw.json` with the chosen local LLM. All actions, including external binary execution and configuration file modification, are transparently documented in `SKILL.md` and directly align with the stated purpose of recommending and configuring local LLMs based on hardware capabilities. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection designed to subvert the agent for malicious purposes.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill may require trusting an external command-line package that will run locally on your machine.

Why it was flagged

The skill relies on installing an external llmfit binary, while the artifact set contains only SKILL.md and no reviewed implementation code. This is purpose-aligned for a CLI-backed advisor, but it leaves package provenance to the install source.

Skill content
brew | formula: AlexsJones/llmfit | creates binaries: llmfit; node | creates binaries: llmfit
Recommendation

Review the llmfit package source and install source before installing, and use the official package channel if available.

What this means

The tool will execute a local binary to read hardware information such as CPU, RAM, GPU, and VRAM.

Why it was flagged

The skill instructs the agent to run the llmfit CLI to detect local hardware. This command execution is central to the stated purpose and uses fixed, narrow commands rather than arbitrary shell input.

Skill content
llmfit --json system
Recommendation

Only install and run llmfit if you are comfortable allowing it to inspect local hardware specifications.

What this means

If applied, the recommendation could change which local model OpenClaw uses by default in later sessions.

Why it was flagged

The skill provides instructions for changing OpenClaw model-provider configuration and optionally the default model. This is aligned with the model-advisor purpose, but configuration changes can affect future agent behavior.

Skill content
Then update `openclaw.json`... And optionally set as default
Recommendation

Confirm the chosen model and provider before allowing edits to OpenClaw configuration, especially default model settings.