Back to browse
GitHub Repository

Safestclaw is the alternative to openclaw.. You can naturally chat with it via text and voice, and you can choose not to use a language model., By default it picks up on intent and semantics.. No prompt injection while you get over ninety percent of what openclaw does plus tts and voice to text

277 starsPython

Blog and other OpenClaw features without a language model

by safestclaw·Feb 17, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainNiche Gem
The Take

This intentionally avoids generative LLMs and instead stitches together Whisper, Piper, spaCy, VADER, sumy and YOLO into a deterministic, local assistant — a practical tradeoff that kills API bills and prompt-injection risk. The blog feature (extractive summarization + site crawling) is an especially smart move: it produces usable titles/content without hallucination. It won't replace creative LLM outputs, but for offline, private automation this is a refreshingly pragmatic build.

Category
Target Audience

Privacy-conscious power users, hobbyist developers, and smart-home tinkerers who want an offline/self-hosted assistant without paying for LLM APIs

Post Description

I was inspired by the automation that people loved in openclaw and realized your data could actually stay on your device. You don't have to get an api key. You can write to it. It will tell you the weather, it will write a blog for you if you give it the sources to crawl, and nearly everything else openclaw does. I love stars. Hope you check it out.

Similar Projects

Preference-aware routing for OpenClaw via Plano

This stitches Arch-Router into Plano so OpenClaw traffic can be steered to different models by task preference — e.g., cheap k2.5 for calendar/email and Opus 4.6 for heavy app-building — which is a sensible, pragmatic way to shave inference costs without manual swapping. The demo looks usable (config.yaml + README + diagram) but stops at integration; I'd like to see performance/latency comparisons, failure handling and more real-world routing rules before I'd trust it in production.

Niche GemSolve My Problem
sparacha
103mo ago