Claude Skill
princezuda/safestclaw
Safestclaw 是 Openclaw 的安全替代方案,支持自然文本/语音交互、意图理解、提示注入防护、文本转语音和语音转文字。
概览
仓库信息
安装这个 Skill
pip install safestclaw # coreRegistry 信息
pip install safestclaw # corepip install "safestclaw[mcp]" # + FastMCP plugin (Model Context Protocol)pip install "safestclaw[caldav]" # + CalDAV calendar syncpip install "safestclaw[telegram]" # + Telegram bot channelpip install "safestclaw[smarthome]" # + Philips Hue / Home Assistant MQTT
项目简介
Safestclaw 是 Openclaw 的安全替代方案,默认通过文本和语音进行自然对话,无需依赖语言模型。它能识别意图和语义,防止提示注入,在实现 Openclaw 90% 以上功能的同时,额外支持文本转语音和语音转文字。
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
要点
- 自然文本与语音交互
- 默认意图与语义理解
- 防止提示注入
- 支持文本转语音和语音转文字
- 实现 Openclaw 90% 以上功能
使用场景
- 构建安全的 AI 助手
- 语音控制应用
- 安全的智能体 AI 系统
- 注重隐私的对话界面
README 摘要
# SafestClaw 🐾 **The zero-cost alternative to OpenClaw. No LLM required, though it is optional. No required API bills. Minimal attack surface. Runs on any machine.** You can simply type pip install safestclaw and it will download, please read install.md to understand what to do. You only want what you need, so install.md comes with the ML safestclaw and you can add any additional features we support with pip install. I run safestclaw like so python -m safestclaw which will load the command line interface. You can setup the system at anytime and make modifications by running python -m safestclaw setup. This is where you can choose if you want to use an LLM or stick with the ML actions. You can choose if you want to enable it as an mcp, use web ui and or telegram. If you don't use an LLM you have to learn from the /help documentation. Simple things like what is the weather in insert town name, will respond without an LLM, because it uses a weather api. If you type in news tech it will give you a summary from over fifty different sources of the tech news of the day. If you type in news it will provide a summary for the news in general and show you its sources. The thing that this solves is making actions auditable and only using an LLM when things actually require an LLM. Language models aren't needed nearly as much as people believe they are. There has been established ML ways to do things for sometimes a decade that people pay LLM providers for. This is a waste of money, so we make it so you don't have to waste thaat money. We provide a research tool research insert what you want to research and then choose arxiv, wolframalpha or any other source we support, so research lstm arxiv will return research from arxiv. This may require an LLM to work. You can blo