New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

clawmart-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clawmart-cli

ClawMart install runtime CLI

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

ClawMart CLI

Install runtime for OpenClaw modules from ClawMart.

Installation

npx clawmart install <slug>

Usage

Install a module

npx clawmart install ai-agent-quickstart

Dry-run (preview without writing files)

npx clawmart install ai-agent-quickstart --dry-run

How it works

  • Loads module manifest from data/modules.json
  • Backs up existing files to ~/.openclaw/clawmart/backups/
  • Writes new files to ~/.openclaw/workspace/
  • Updates install registry at ~/.openclaw/clawmart/installed.json
  • Shows post-install steps and first prompt

File merge strategies

  • overwrite — Always write the file (even if it exists)
  • skip_if_exists — Only write if the file doesn't exist

Requirements

  • Node.js 22 or higher
  • OpenClaw installed and configured

FAQs

Package last updated on 21 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts