rohitg00

Claw Spark — AI skill for Claude Code

AI community

One-click AI agent setup for NVIDIA DGX Spark, Jetson, and RTX hardware.

How to install Claw Spark

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rohitg00/claw-spark and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claw Spark does

One-click AI agent setup for NVIDIA DGX Spark, Jetson, and RTX hardware. OpenClaw + Ollama, fully local.

Alternatives in AI

  • Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
  • EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
  • Claw0 — 0 - 1 learn OpenClaw: sections to build an claw-AI agent from scratch 2.6k ★

README

      ___  _      ___  __      __  ___  ___   ___   ___  _  __
     / __|| |    /   \ \ \    / / / __|| _ \ /   \ | _ \| |/ /
    | (__ | |__ | (_) | \ \/\/ /  \__ \|  _/| (_) ||   /| ' <
     \___||____| \___/   \_/\_/   |___/|_|   \___/ |_|_\|_|\_\

clawspark

**One command. Private AI agent. Your hardware.**

curl -fsSL https://clawspark.dev/install.sh | bash

That's it. Go grab a coffee. Come back to a fully working, fully private AI agent that can code, research, browse the web, analyze images, and manage your tasks -- all running on your own hardware.


What is this?

[OpenClaw](https://github.com/openclaw/openclaw) is the most popular open-source AI agent on the planet (247K+ stars). **clawspark** gets it running on your NVIDIA hardware in one command. Fully local. Fully private. Your data never leaves your machine. No cloud APIs, no subscriptions, no telemetry.

What happens when you run it

  1. Detects your hardware (DGX Spark, Jetson, RTX GPUs, Mac)
  2. Picks the best model using llmfit for hardware-aware selection
  3. Installs everything (Ollama, OpenClaw, skills, dependencies)
  4. Configures multi-model (chat model + optional vision model for image analysis)
  5. Enables voice (local Whisper transcription, zero cloud)
  6. Sets up browser automation (headless Chromium for web tasks)
  7. Sets up your dashboard (built-in chat UI + ClawMetry metrics)
  8. Creates systemd services (auto-starts on boot, survives reboots)
  9. Hardens security (firewall rules, auth tokens, localhost binding, optional Docker sandbox)

Total time: about 5 minutes on DGX Spark with a decent connection.

Supported Hardware

**Tested and verified:**

Hardware Memory Default Model Tokens/sec
DGX Spark 128 GB unified Qwen 3.5 35B-A3B ~59 (measured)

DGX Spark has a curated model list tested on real hardware.

**Should work (community testing welcome