Token导航 LogoToken导航TokenDH.com
运维操作浏览器clawhub未标认证来源可访问clear审计提醒

mobazha-native-install莫巴扎原生安装

Agent Skill

mobazha-native-install 用于辅助部署、云资源、容器和基础设施运维,适合在 OpenClaw 中需要检查配置、整理部署步骤或排查环境问题时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,810

周安装

162

GitHub Stars

公开资料未说明

下载量

1,335
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mobazha-native-install(莫巴扎原生安装)
来源仓库:https://github.com/fengzie/mobazha-native-install
安装命令:
openclaw skills install mobazha-native-install
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mobazha-native-install

简介

在 Linux、macOS 或 Windows 上安装 Mobazha 本机二进制文件。当用户想要在没有 Docker 的情况下运行商店时使用。

SKILL.md

name
native-install
description
Install the Mobazha native binary on Linux, macOS, or Windows. Use when the user wants to run a store without Docker.

Native Binary Installation

Install Mobazha as a single native binary — no Docker, no runtime dependencies. Works on Linux (x86_64 & ARM64), macOS (Apple Silicon & Intel), and Windows.

Official guide: <https://mobazha.org/self-host> (Native Binary tab) and <https://mobazha.org/download>

Quick Install

Security note: The install commands below download and execute a shell script from get.mobazha.org. Before running, you can review the script with curl -sSL https://get.mobazha.org/install | less. Only proceed if the user confirms they trust the source.

Linux & macOS

curl -sSL https://get.mobazha.org/install | bash

This downloads the mobazha binary (and the mobazha-launcher for auto-update) to ~/.local/bin/ and starts the store as a background service.

Windows

  1. Go to <https://mobazha.org/download>
  2. Download the .zip file for Windows
  3. Extract the archive
  4. Double-click mobazha-tray.exe to start

The Windows desktop app includes a system tray icon and auto-opens your browser to the store admin.

What the Installer Does

  1. Detects your OS and architecture (linux/darwin, amd64/arm64)
  2. Downloads the matching binary from GitHub Releases
  3. Verifies the SHA-256 checksum
  4. Places binaries in ~/.local/bin/ (or custom --dir)
  5. Downloads the launcher binary (crash recovery + auto-update) if available
  6. Registers and starts as a background service (unless --no-start is passed)

After install, the store is accessible at http://localhost:5102 (or http://<public-ip>:5102 for VPS).

Running Your Store

Foreground mode

mobazha start

The store API and Web UI are served on port 5102 by default: http://localhost:5102.

Background service (recommended)

The installer registers a service automatically. Manage it with:

mobazha service status     # Check if running
mobazha service stop       # Stop the service
mobazha service start      # Start the service
mobazha service install    # Re-install / re-register the service
mobazha service uninstall  # Remove the service

On Linux this uses systemd (user-mode when possible), on macOS it uses launchd.

With a custom domain

The native binary itself does not include a reverse proxy. To use a custom domain with HTTPS, deploy via the standalone Docker setup instead (see standalone-setup skill), or manually configure a reverse proxy (Caddy, Nginx) in front of port 5102.

Install Options

FlagDescription
--version <tag>Install a specific version (e.g., v0.3.0-beta.15)
--dir <path>Custom install directory (default: ~/.local/bin)
--no-startDownload only, don't register or start the service

Backup

mobazha backup -o ~/mobazha-backup.tar.gz

Uninstall

Remove the binary and service (keeps your store data):

curl -sSL https://get.mobazha.org/install | bash -s -- --uninstall

Remove everything including data:

curl -sSL https://get.mobazha.org/install | bash -s -- --uninstall --purge

Platform Notes

macOS

  • Installs via curl | bash, which bypasses Gatekeeper (no Apple Developer signing required)
  • The launcher registers as a launchd LaunchAgent for auto-start on login
  • Supports both Apple Silicon (arm64) and Intel (amd64)

Linux ARM64

  • Works on Raspberry Pi 4+ and ARM VPS instances
  • Same install command — the script auto-detects architecture

Running Behind NAT

  • No port forwarding needed for basic operation
  • Your store stays reachable via the Mobazha P2P network
  • For a direct public URL, use the standalone Docker setup with a domain, or enable Tor overlay

After Installation

  1. Open http://localhost:5102/admin (or http://<your-ip>:5102/admin for VPS)
  2. Complete the Setup Wizard — set admin password, store name, visibility, region/currency (see store-onboarding skill for the full walkthrough)
  3. Add products and start selling
  4. (Optional) Connect your AI agent to the store via MCP — see store-mcp-connect skill

Troubleshooting

Binary not found after install

Ensure ~/.local/bin is in your PATH:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc

Permission denied

The installer needs write access to the install directory. Use --dir to specify a writable location, or run with appropriate permissions.

macOS "unverified developer" warning

This shouldn't happen with curl | bash install. If running a downloaded binary directly, use:

xattr -d com.apple.quarantine ./mobazha

Check service logs

# Linux
journalctl --user -u mobazha -f

# macOS
tail -f ~/Library/Logs/Mobazha/mobazha.log

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.25%
按下载量换算1,045

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills