ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Native Run

Skill by sadikjarvis

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sadikjarvis/native-run
Or

Native Run

Overview

Native Run is an OpenClaw skill that allows executing native commands on the local machine where the OpenClaw gateway is running.

This skill is useful for automation, testing and local tooling.

What this skill does

  • Executes native commands
  • Returns output back to OpenClaw
  • Runs only on the local gateway machine

Usage

Send a message that matches the configured pattern.

Example:

Run native: whoami

Platform

Windows

Security notice

This skill can execute local commands. Use only in a trusted environment.

Metadata

Stars1133
Views0
Updated2026-02-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sadikjarvis-native-run": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.