← Back to Skills Marketplace
ginuim

skill-base-web-deploy

by ginuim · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
89
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-base-web-deploy
Description
Skill Base server deployment guide. Covers starting the Skill Base server (npx skill-base), Docker configuration, port mapping, and SQLite database backup. F...
Usage Guidance
This skill is a straightforward deployment guide, but before running commands: (1) verify the origin of the npm package (npx will fetch and run code) and any Docker image/Dockerfile you build; (2) when exposing the service, prefer binding to 127.0.0.1 or restrict firewall rules for private deployments; (3) mount a dedicated data directory and back it up when the service is idle; (4) confirm filesystem permissions for the data volume; and (5) note the skill metadata lacks a source/homepage—if you plan to run in production, try to obtain the upstream repository or official release to verify authenticity.
Capability Analysis
Type: OpenClaw Skill Name: skill-base-web-deploy Version: 1.0.0 The skill bundle consists solely of documentation (SKILL.md) and metadata (_meta.json) for deploying the 'Skill Base' platform. It provides standard deployment instructions using npx, Docker, and pnpm, with no evidence of malicious commands, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The skill is an instruction-only deployment guide for Skill Base and its requested actions (npx, Docker, mounting a data dir, backing up SQLite files) match the stated purpose. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md stays on-topic (startup flags, data directory, Docker run/build, backup tips). It does instruct running npx and docker which will execute code fetched from external registries—this is expected for a deploy guide but worth verifying the package/image source before running in production.
Install Mechanism
No install spec or code files included (instruction-only). The guide references using npx and docker which fetch external artifacts at runtime; that is normal here but implies executing remote code.
Credentials
No credentials, env vars, or config paths are required by the skill itself. The documented environment variables (DATA_DIR, DATABASE_PATH, PORT) are directly relevant to the deployment task.
Persistence & Privilege
The skill is not always-enabled and makes no requests to modify other skills or global agent settings. It is instruction-only and does not demand persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-base-web-deploy
  3. After installation, invoke the skill by name or use /skill-base-web-deploy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Skill Base Web Server deployment guide. - Provides step-by-step instructions for deploying and running the Skill Base server with npx or Docker. - Explains all available startup options and configuration flags. - Details data directory structure and backup recommendations. - Includes troubleshooting guidance on ports, connectivity, and permissions. - Clarifies the distinction between this deployment guide and the client CLI (`skill-base-cli`).
Metadata
Slug skill-base-web-deploy
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is skill-base-web-deploy?

Skill Base server deployment guide. Covers starting the Skill Base server (npx skill-base), Docker configuration, port mapping, and SQLite database backup. F... It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install skill-base-web-deploy?

Run "/install skill-base-web-deploy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is skill-base-web-deploy free?

Yes, skill-base-web-deploy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does skill-base-web-deploy support?

skill-base-web-deploy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created skill-base-web-deploy?

It is built and maintained by ginuim (@ginuim); the current version is v1.0.0.

💬 Comments