← Back to Skills Marketplace
256
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install modelwise-openclaw-setup
Description
This skill should be used when the user asks to "install OpenClaw", "setup OpenClaw", "configure OpenClaw", "start OpenClaw gateway", "部署 OpenClaw", or needs...
Usage Guidance
This skill is an installer/configuration guide for OpenClaw and appears internally consistent. Before following instructions or running included scripts: 1) Verify the npm package 'openclaw' (and 'clawhub' if used) is from a trusted source and inspect any install-time scripts; 2) Avoid running curl | bash or any remote install without reviewing the downloaded script; 3) Be careful with defaults that bind the gateway to 0.0.0.0 and open DM policies (allowFrom: ["*"]) — prefer token/TLS, firewall rules, or LAN-only binds until you harden auth; 4) Keep API keys (OpenAI, Anthropic, Volcengine, Telegram bot token, Slack/Discord tokens) private and only grant the minimum required; 5) Review ~/.openclaw/openclaw.json and logs before enabling public access. The main practical issue is that the skill references many credentials but the registry metadata doesn't list them — understand you will need to provide those secrets for many features.
Capability Analysis
Type: OpenClaw Skill
Name: modelwise-openclaw-setup
Version: 1.0.1
The skill bundle provides legitimate documentation and utility scripts for installing and configuring the OpenClaw AI gateway. It includes cross-platform installation checks (scripts/check-installation.sh), configuration examples, and clear instructions for the AI agent to assist users with setup. No evidence of data exfiltration, malicious persistence, or prompt injection was found; high-risk actions like global package installation and credential management are strictly aligned with the stated purpose of the skill and follow standard developer practices for the OpenClaw ecosystem.
Capability Assessment
Purpose & Capability
The name and description match the contents: SKILL.md, examples, and helper scripts all focus on installing, configuring, and validating an OpenClaw gateway. Files and examples (Telegram, providers, credentials) are coherent with an installer/guide for a multi-channel gateway.
Instruction Scope
The runtime instructions direct the user/agent to install Node.js, run npm install -g openclaw, run the openclaw onboarding wizard, edit ~/.openclaw/openclaw.json, and start the gateway. These are within scope. The guide also suggests piping the nvm install script from raw.githubusercontent.com (common but inherently risky) and contains commands that, if executed without review, can expose a gateway to LAN/public (bind: 0.0.0.0) and enable permissive DM policies. No instructions read unrelated system secrets or exfiltrate data.
Install Mechanism
There is no packaged install spec in the registry (instruction-only). The guide recommends standard community installs (nvm via raw GitHub URL, npm global install of openclaw, optional clawhub via npm). These are common but involve running network-downloaded install scripts and globally installing npm packages — verify package sources and review scripts before running.
Credentials
The skill does not declare required env vars in registry metadata, but the documentation and examples reference many credentials (OPENAI_API_KEY, ANTHROPIC_API_KEY, VOLCENGINE_API_KEY, TELEGRAM_BOT_TOKEN, Slack/Discord tokens, etc.). Those credentials are justified by the gateway's multi-provider/channel function, but the mismatch between 'required env vars: none' and the SKILL.md's heavy reliance on credentials is worth noting so users understand they must provide/manage sensitive API keys.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide agent settings. The included publish and check scripts operate only on the skill directory and local OpenClaw configuration paths; they do not escalate privileges or claim permanent platform presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install modelwise-openclaw-setup - After installation, invoke the skill by name or use
/modelwise-openclaw-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1: Cross-platform installation guide for OpenClaw on Windows/macOS/Linux. Includes configuration reference, Telegram setup, and automated checker scripts. By ModelWise team.
v1.0.0
Initial release: Comprehensive cross-platform installation guide for OpenClaw on Windows/macOS/Linux. Includes configuration reference, Telegram setup guide, and automated installation checker scripts. By ModelWise team.
Metadata
Frequently Asked Questions
What is OpenClaw Setup (ModelWise)?
This skill should be used when the user asks to "install OpenClaw", "setup OpenClaw", "configure OpenClaw", "start OpenClaw gateway", "部署 OpenClaw", or needs... It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.
How do I install OpenClaw Setup (ModelWise)?
Run "/install modelwise-openclaw-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Setup (ModelWise) free?
Yes, OpenClaw Setup (ModelWise) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenClaw Setup (ModelWise) support?
OpenClaw Setup (ModelWise) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Setup (ModelWise)?
It is built and maintained by deerleo (@deerleo); the current version is v1.0.1.
More Skills