← 返回 Skills 市场
ginuim

skill-base-web-deploy

作者 ginuim · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
89
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-base-web-deploy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-base-web-deploy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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`).
元数据
Slug skill-base-web-deploy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 skill-base-web-deploy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-base-web-deploy」即可一键安装,无需额外配置。

skill-base-web-deploy 是免费的吗?

是的,skill-base-web-deploy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

skill-base-web-deploy 支持哪些平台?

skill-base-web-deploy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 skill-base-web-deploy?

由 ginuim(@ginuim)开发并维护,当前版本 v1.0.0。

💬 留言讨论