llmfit
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
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.
Installing the skill may require trusting an external command-line package that will run locally on your machine.
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.
brew | formula: AlexsJones/llmfit | creates binaries: llmfit; node | creates binaries: llmfit
Review the llmfit package source and install source before installing, and use the official package channel if available.
The tool will execute a local binary to read hardware information such as CPU, RAM, GPU, and VRAM.
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.
llmfit --json system
Only install and run llmfit if you are comfortable allowing it to inspect local hardware specifications.
If applied, the recommendation could change which local model OpenClaw uses by default in later sessions.
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.
Then update `openclaw.json`... And optionally set as default
Confirm the chosen model and provider before allowing edits to OpenClaw configuration, especially default model settings.
