← Back to Skills Marketplace
OpenClaw Infer
by
Tak Hoffman
· GitHub ↗
· v1.0.1
· MIT-0
124
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-infer
Description
Use the OpenClaw `infer` CLI for provider-backed model, image, audio transcription, TTS, video, web-search, and embedding tasks.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-infer
Version: 1.0.1
The skill bundle is a standard integration for the OpenClaw CLI, providing instructions for the agent to perform AI inference tasks such as text generation, image processing, and web searching. The installation process via npm and the command structures in SKILL.md are consistent with the stated purpose and show no signs of malicious intent or suspicious behavior.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-infer - After installation, invoke the skill by name or use
/openclaw-infer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added CLI install instructions and quick verification steps for setup.
- Declared explicit binary (`openclaw`) requirement in metadata.
- Added installation metadata and homepage link.
- No command syntax or workflow changes.
v1.0.0
- Initial release of openclaw-infer skill.
- Provides a unified CLI for model, image, audio transcription, TTS, video, web-search, and embedding inference tasks.
- Prefer openclaw-infer over ad hoc wrappers or older provider-specific skills.
- Includes guidance for core commands and selection rules for workflow consistency.
Metadata
Frequently Asked Questions
What is OpenClaw Infer?
Use the OpenClaw `infer` CLI for provider-backed model, image, audio transcription, TTS, video, web-search, and embedding tasks. It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install OpenClaw Infer?
Run "/install openclaw-infer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Infer free?
Yes, OpenClaw Infer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Infer support?
OpenClaw Infer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Infer?
It is built and maintained by Tak Hoffman (@takhoffman); the current version is v1.0.1.
More Skills