OpenClaw en andere lokale AI agents (NanoClaw, PicoClaw etc)

Pagina: 1 2 Laatste
Acties:

  • vargo
  • Registratie: Januari 2001
  • Laatst online: 20-09 13:17
DeNachtwacht schreef op vrijdag 10 juli 2026 @ 09:55:
Ik heb hem inmiddels ook een tijdje draaien, de Q8 versie zelfs. op mijn 5090 + 5060 Ti, en het werkt echt heel fijn voor OpenClaw, 120 tokens/sec. Qwen 3.6 werkte al behoorlijk goed vond ik, maar nu met ook de snelheid van ornith erbij ben ik echt op een punt dat het net zo goed is als cloudmodellen voor dit gebruik wat mij betreft.

Er is ook alweer een opvolger specifiek voor OpenClaw: Agents A1, maar die heb ik nog niet getest. Dus sorry @vargo, we kunnen Ornith alweer uninstalleren ;)
https://huggingface.co/mudler/Agents-A1-APEX-GGUF
Deze bedoel je?

  • DeNachtwacht
  • Registratie: December 2005
  • Niet online
@vargo ja, ik kwam op reddit wat benchmarks tegen dat je vergelijkbare snelheid als Qwen 3.6 27B kreeg tegen de snelheid van Ornith. Kan het helaas alleen nu even niet vinden.

  • DeNachtwacht
  • Registratie: December 2005
  • Niet online
Is er hier iemand die ervaring heeft met het zelf instellen van skills?

Ik heb een mini-pc met Linux Mint waarop OpenClaw 26.6.11 is geïnstalleerd en via Telegram werkt. De bot gebruikt een Ollama-server op een pc in het netwerk. Om energie te besparen, schakelt de Ollama-pc 's nachts uit en ik wil hem via Telegram in kunnen inschakelen. Ik heb een werkend "wakeonlan xx:xx:xx:xx:xx:xx" dat ik zelf in de terminal kan uitvoeren, maar hoe kan ik dit door de OpenClaw gateway zonder LLM starten?

Ik heb een skill "/wake_pc2" aangemaakt, het skill.md-bestand bevat:
name: wake-pc2
description: "Wake the second PC via Wake-on-LAN."
user-invocable: true
command-dispatch: tool
command-tool: exec
command-params:
bin: "wakeonlan"
args: ["xx:xx:xx:xx:xx:xx"]
Daarnaast heb ik dit toegevoegd aan openclaw.json, wat Telegram/OpenClaw in staat zou moeten stellen om wakeonlan uit te voeren:
"tools": {
"web": {
"search": {
"enabled": false
}
},
"exec": {
"security": "allowlist",
"ask": "off",
"safeBins": ["wakeonlan"],
"pathPrepend": [
"/home/linuxbrew/.linuxbrew/bin",
"/home/linuxbrew/.linuxbrew/sbin",
"/home/bai/.local/bin"
]
}
},
Maar wat ik ook probeer, ik krijg deze foutmelding

❌ Tool not available: exec

Weet iemand hoe ik dit werkend krijg?

  • vargo
  • Registratie: Januari 2001
  • Laatst online: 20-09 13:17
DeNachtwacht schreef op zaterdag 11 juli 2026 @ 12:37:
...
Maar wat ik ook probeer, ik krijg deze foutmelding

❌ Tool not available: exec

Weet iemand hoe ik dit werkend krijg?
Ik gebruik zelf geen openclaw (op de todo list), maar nieuwsgierig naar ik was over hoe dit zou moeten werken. Moet je niet wakeonlan opnemen in je shell path en dat dan aanroepen met exec met als command argument wakeonlan?
Je kan dan ook iets doen als `wakeonlan "xx:xx:xx:xx:xx:xx" && sleep 30` (om de wakeup if te wachten)

[ Voor 9% gewijzigd door vargo op 14-07-2026 10:52 ]


  • DeNachtwacht
  • Registratie: December 2005
  • Niet online
@vargo dank voor je reactie. Ik heb het inmiddels werkend, het blijkt dat de veiligheidskaders van OpenClaw zorgen dat hij dit soort dingen niet zelf via een skill kan maken. Je kan dit wel aanzetten maar dan bruteforce je dus feitelijk iets wat vanwege veiligheid juist is uitgezet. Uiteindelijk heb ik een mooiere oplossing gevonden: via vibecoding een scriptje in elkaar laten zetten dat de wakeonlan uitvoert, en die kan de bot dan via zo'n skill wel draaien.

  • Ecological
  • Registratie: November 2021
  • Laatst online: 23:19
Leuk topic! Zelf ben ik contributor van Hermes agent waar ik heel erg blij mee. Misschien binnenkort wel maintainer als het goed gaat. Heb al meerdere integraties gebouwt - vooral voor mijn bedrijf. Maar vanwege persoonlijke omstandigheden momenteel op een laag pitje.

finebutwhy.com || Ben jij een echte vlees-eter? || Every argument against veganism | Zeekr 001 Privilege | e-tron 55 | Tesla Model Y Premium AWD 2026


  • DeNachtwacht
  • Registratie: December 2005
  • Niet online
Leuke ervaring! Wat is nou jouw mening over Hermes VS openclaw? Ik merk dat openclaw nog steeds goed doorontwikkelt (nu ook een native app op de smartphone bijvoorbeeld), maar Hermes is langzamerhand wel het eerste echt serieuze alternatief geworden.

Maar ja, met nogal veel tweaktijd in een multi agent setup blijf ik dan toch steeds hangen… het werkt eigenlijk prima. Zie jij échte voordelen van Hermes tov openclaw of zijn het toch vooral patatos/potatoes verschillen?

  • Ecological
  • Registratie: November 2021
  • Laatst online: 23:19
DeNachtwacht schreef op donderdag 16 juli 2026 @ 12:58:
Leuke ervaring! Wat is nou jouw mening over Hermes VS openclaw? Ik merk dat openclaw nog steeds goed doorontwikkelt (nu ook een native app op de smartphone bijvoorbeeld), maar Hermes is langzamerhand wel het eerste echt serieuze alternatief geworden.

Maar ja, met nogal veel tweaktijd in een multi agent setup blijf ik dan toch steeds hangen… het werkt eigenlijk prima. Zie jij échte voordelen van Hermes tov openclaw of zijn het toch vooral patatos/potatoes verschillen?
Het hangt er een beetje van af, het is vooral vibes en de frontend die belangrijk is. Pas als je power user bent gaat het echt uitmaken. Ik vind de maker van openclaw zelf een beetje vol van zichzelf. Teknium is wmb een stuk aardiger. In ieder geval zo komt die over. Maar het is vooral vibes.

finebutwhy.com || Ben jij een echte vlees-eter? || Every argument against veganism | Zeekr 001 Privilege | e-tron 55 | Tesla Model Y Premium AWD 2026


  • Peuqui
  • Registratie: September 2026
  • Laatst online: 20:48
Hello together,

(Posting in English — I'm German, no Dutch, but you all seem to handle English effortlessly and I'm leaning on the browser translator for the Dutch replies in this thread, so hope that's fine.)

I stumbled upon this thread crawling through the internet and want to share what I am actually doing: I started building something in this space before OpenClaw publicly existed. First public write-up was around New Year's on r/LocalLLaMA, a few weeks before OpenClaw's launch: reddit.com/r/LocalLLaMA/comments/1q0rrxr — completely independent, just happened to converge on the same idea at the same time. It's moved on a lot since then, so figured this thread is a good place to share where it stands now.

It's called AIfred-Intelligence, self-hosted, no cloud dependency required: github.com/Peuqui/AIfred-Intelligence

My hardware setup grew over the past year from my 24/7 Mini-PC server with one Tesla P 40 in an eGPU-Adapter to this:https://peuqui.github.io/AIfred-Intelligence/examples/Hardware_Setup_Frankenstein_MiniPC.html

Re: the security concerns @CyBeRSPiN and @DeNachtwacht raised — that's actually one of the things I spent the most time on, because I didn't want a "give it your credentials and hope" model either. It's a 5-tier permission system (READONLY → COMMUNICATE → WRITE_DATA → WRITE_SYSTEM → ADMIN), configurable per channel — so Telegram can be allowed to read your calendar but not delete files, independent of what the browser session is allowed to do. Plus inbound sanitization and a "rule of two" that blocks write-tier tools from ever being triggered by an external message (no drive-by file deletion via a crafted email).

On the local-model side (@DeNachtwacht, saw your Qwen 3.5 35B post) — it runs llama.cpp/Ollama/vLLM with automatic VRAM-aware context calibration, so it's not GPU-list-hardcoded, it measures your hardware and fits itself to it.

It also does the Telegram/Discord/email routing thing @MennoE built by hand on his VPS, just built in as a plugin system.

Some other bits in there, in case anyone's curious what else it's grown into:
  • Complex autonomous workflows chaining multiple tools in one go — e.g. photograph a business card, and it reads the data via vision, creates the Google Contact, checks your calendar for a free slot, books the appointment, and sends you the photo + contact back over Telegram — all from one prompt, no clicking through steps.
  • Built on top of:
  • Websearch and -crawling
  • Google Contacts, Calendar, Drive, Essential PIM
  • Files, Documents, RAG
  • Persistent Memory per agent
  • unlimited Agents with own persona, e.g. AIfred is my personal butler with distinct noble english speech
  • Camera surveillance mode (motion + face recognition, GDPR blackout zones you paint directly over the live feed, nightly auto-description of events) — runs as a background watcher, survives browser disconnects
  • Sandboxed code execution — writes and runs Python itself, renders plots/interactive HTML straight into the chat
  • Sub-agents: any agent can delegate a self-contained task to a fresh instance with its own tool loop, so the main context doesn't get flooded on long research/coding jobs
  • Multi-agent debate modes — a critic agent and a judge agent, with a "Tribunal" mode where they argue it out and a verdict gets rendered, plus a few other modes (consensus voting, free-form multi-agent discussion)
  • Local TTS/STT voice interface with voice cloning, plus custom firmware for an old Echo Dot as a dedicated voice terminal
  • ...
Anyway — not trying to pitch it, genuinely curious what this crowd thinks given how deep you've all gone into the OpenClaw rabbit hole already.

And no, it isn't a commercial product, just open source, a journey through agentic coding from the curious start how two agents would perform, when they are able to discuss with each other to a project, that got totally out of hand , even hardware wise... :)

Happy to answer questions.
Pagina: 1 2 Laatste