OpenClaw Infer

v1.0.1

Use the OpenClaw `infer` CLI for provider-backed model, image, audio transcription, TTS, video, web-search, and embedding tasks.

0· 77·0 current·0 all-time
byTak Hoffman@takhoffman
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description match the declared requirement (the openclaw binary) and the install spec (npm package openclaw). The listed commands and capabilities (model, image, audio, TTS, video, web, embedding) align with what the CLI would reasonably provide.
Instruction Scope
SKILL.md only instructs running the openclaw infer CLI and gives example commands. It references reading local media files when appropriate (photo.jpg, memo.m4a, clip.mp4), which is expected for these operations. It does not instruct reading unrelated system files or environment variables.
Install Mechanism
Install uses the npm package 'openclaw' (npm install -g openclaw). This is an expected/normal distribution method for a CLI, but npm packages can execute install scripts and write to disk—moderate risk inherent to npm installs rather than an anomalous arbitrary download URL.
Credentials
The skill declares no required environment variables or credentials, which is coherent for an instruction-only wrapper. Be aware the openclaw CLI itself may require provider credentials or a local config file at runtime (not declared in SKILL.md); those are external to the skill bundle.
Persistence & Privilege
always is false, user-invocable is true, and model invocation is allowed (defaults). The skill does not request persistent system-wide changes or elevated privileges in its instructions.
Assessment
This skill is a thin guide to using the openclaw CLI; it looks internally consistent. Before installing: verify the npm package and publisher (e.g., check the package on npm and the project homepage), and prefer installing in a sandbox or container if you are cautious. Remember the CLI will contact provider backends and may upload any files you pass to it (images, audio, video) and may read its own config for credentials — avoid using sensitive local files unless you trust the provider and configuration. If you need to be extra cautious, inspect the openclaw package contents or run it in an isolated environment and check where it stores credentials/configuration.

Like a lobster shell, security has layers — review code before you run it.

latestvk9708mndh4xygm3w5s4zd1ps8984j2mq

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🦞 Clawdis
Binsopenclaw

Install

Install OpenClaw CLI (npm)
Bins: openclaw
npm i -g openclaw

Comments