← Back to Skills Marketplace
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oc-deploy-guide
Description
Interactive deployment guide for OpenClaw local capabilities. Walks through installing the Memory Stack (qmd + LosslessClaw), vid2md, WeChat plugin, and main...
Usage Guidance
This is a coherent, instruction-only deployment guide, but exercise normal caution before running commands it recommends. Specifically: 1) Back up ~/.openclaw/openclaw.json before making edits. 2) Inspect any remote install commands (e.g., curl | bash for bun) before running them, or install via your platform package manager if available. 3) Expect large downloads when pulling ASR/vision models — verify their sources. 4) Ensure you have appropriate API credentials if you configure external model providers (Anthropic, OpenAI, etc.). 5) Review and confirm cron job changes before applying. If you want, I can highlight every command that will be run and explain what it does line-by-line before you execute anything.
Capability Analysis
Type: OpenClaw Skill
Name: oc-deploy-guide
Version: 1.0.0
The skill 'oc-deploy-guide' (SKILL.md) acts as a high-privilege deployment script that installs multiple software components, clones external GitHub repositories (e.g., OttoPrua/vid2md, OttoPrua/openclaw-wechat-bot), and modifies system configurations. Key indicators include the use of 'curl | bash' for tool installation, the addition of persistence via automated cron jobs for 'memory maintenance', and the modification of shell profiles (.zshrc). While these actions are aligned with the stated purpose of environment setup and include interactive confirmation gates, the broad shell execution and installation of remote artifacts represent a significant attack surface without explicit sandboxing.
Capability Assessment
Purpose & Capability
Name/description align with the instructions: the guide installs qmd, LosslessClaw, a memory manager skill, vid2md, a WeChat plugin, and cron jobs, and the SKILL.md contains step-by-step checks and config edits required to do that.
Instruction Scope
Instructions read and modify user OpenClaw config (e.g., ~/.openclaw/openclaw.json), create workspace collections, restart the gateway, clone repos, install packages, and add cron jobs — all expected for a deploy guide. The guide also tells the user to download large ASR/vision models and optionally run third-party installers; these are within scope but worth user review before execution.
Install Mechanism
The skill is instruction-only (no automated installer). However, it suggests running remote install commands (e.g., curl -fsSL https://bun.sh/install | bash) and downloading ASR/vision models from third parties. Those recommendations are common but carry the usual risk of running remote install scripts without inspection.
Credentials
The skill requests no environment variables or credentials. It does configure model provider choices (e.g., 'anthropic' / 'claude-haiku-4-5') but does not itself request API keys — any provider credentials would be separate and are reasonably out-of-band for a deployment guide.
Persistence & Privilege
always is false and there is no attempt to modify other skills' configs beyond writing to the user's OpenClaw config and installing plugins/components for OpenClaw — expected for this purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oc-deploy-guide - After installation, invoke the skill by name or use
/oc-deploy-guide - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Interactive deployment guide: memory stack (qmd + LosslessClaw), vid2md, WeChat plugin, maintenance cron jobs. Confirmation gates between each phase.
Metadata
Frequently Asked Questions
What is OpenClaw Deploy Guide?
Interactive deployment guide for OpenClaw local capabilities. Walks through installing the Memory Stack (qmd + LosslessClaw), vid2md, WeChat plugin, and main... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install OpenClaw Deploy Guide?
Run "/install oc-deploy-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Deploy Guide free?
Yes, OpenClaw Deploy Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Deploy Guide support?
OpenClaw Deploy Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Deploy Guide?
It is built and maintained by OttoPrua (@ottoprua); the current version is v1.0.0.
More Skills