25 comments

  • docybo1 hour ago
    Feels like most agent security discussions focus on where the agent runs (VMs, sandboxes, etc), but not whether the action itself should execute.<p>Even in a locked-down VM the agent can still send emails, spin up infra, hit APIs, burn tokens.<p>A pattern we&#x27;ve been experimenting with is putting an authorization boundary between the runtime and the tools it calls. The runtime proposes an action, a policy evaluates it, and the action only runs if authorization verifies.<p>Curious if others building agent runtimes are exploring similar patterns.
    • lombasihir25 minutes ago
      agree, maybe use threadlocker-like mode? confirm any action before it ran, but then it defeat the purpose of autonomous agents.
  • simple1029 minutes ago
    Klaus looks great! It&#x27;s definitely looks like a step up from the one-click VPS deploys that are terribly insecure.<p>I spent the past month hacking on openclaw to play nice in a docker container for my own VPS use.<p>This project has a lot of useful debugging tools for running multiple claws on a single VPS:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;simple10&#x2F;openclaw-stack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;simple10&#x2F;openclaw-stack</a><p>For average users, Klaus is a much better fit.
  • ndnichols6 hours ago
    This sounds awesome and exactly like the easy and safe on-ramp to OpenClaw that I&#x27;ve been looking for! I want to believe.<p>Two questions as a potential user who knows the gist of OpenClaw but has been afraid to try it: 1. I don&#x27;t understand how the two consumption credits play into the total cost of ownership. E.g. how long will $20 of Orthogonal credits last me? I have no idea what it will actually cost to use Klaus&#x2F;OpenClaw for a month. 2. Batteries included sounds great, but what are those batteries? I&#x27;ve never heard of Apollo or Hunter.io so I don&#x27;t know the value of them being included.<p>In general, a lot of your copy sounds like it&#x27;s written for people already deep into OpenClaw. Since you&#x27;re not targeting those folks, I would steer more towards e.g. articulating use cases that work ootb and a TCO estimate for less technical folks. Good luck, and I&#x27;m eager to try it!
    • TheDong6 hours ago
      The cost of ownership for an OpenClaw, and how many credits you&#x27;ll use, is really hard to estimate since it depends so wildly on what you do.<p>I can give you an openclaw instruction that will burn over $20k worth of credits in a matter of hours.<p>You could also not talk to your claw at all for the entire month, setup no crons &#x2F; reoccurring activities &#x2F; webhooks &#x2F; etc, and get a bill of under $1 for token usage.<p>My usage of OpenClaw ends up costing on the order of $200&#x2F;mo in tokens with the claude code max plan (which you&#x27;re technically not allowed to use with OpenClaw anymore), or over $2000 if I were using API credits I think (which Klause is I believe, based on their FAQ mentioning OpenRouter).<p>So yeah, what I consider fairly light and normal usage of OpenClaw can quite easily hit $2000&#x2F;mo, but it&#x27;s also very possible to hit only $5&#x2F;mo.<p>Most of my tokens are eaten up by having it write small pieces of code, and doing a good amount of web browser orchestration. I&#x27;ve had 2 sentence prompts that result in it spinning up subagents to browse and summarize thousands of webpages, which really eats a lot of tokens.<p>I&#x27;ve also given my OpenClaw access to its own AWS account, and it&#x27;s capable of spinning up lambdas, ec2 instances, writing to s3, etc, and so it also right now has an AWS bill of around $100&#x2F;mo (which I only expect to go up).<p>I haven&#x27;t given it access to my credit card directly yet, so it hasn&#x27;t managed to buy gift cards for any of the friendly nigerian princes that email it to chat, but I assume that&#x27;s only a matter of time.
      • grim_io6 hours ago
        Absolute madman :)<p>Giving an agent access to AWS is effectively giving it your credit card.<p>At the max, I would give it ssh access to a Hetzner VM with its own user, capable of running rootles podman containers.
        • haolez5 hours ago
          Not at all. AWS IAM policy is a complex maze, but incredibly powerful. It solves this exact problem very well.
          • wiether3 hours ago
            Do you honestly believe that they made the effort of setting the appropriate roles and policies, though?
      • jimbob454 hours ago
        Would having a locally-hosted model offset any of these costs?
        • kennywinker4 hours ago
          Yes, but that comes at the cost of using a dumber llm. The state of the art ones are only available via commercial api, and the best self-hostable models require $10,000+ gpus.<p>This is a problem for coding as smarter really has an impact there, but there are so so so many tasks that an 8b model that runs on a $200 gpu can handle nicely. Scrape this page and dump json? Yeah that’s gonna be fine.<p>This is my conclusion based on a week or so of using ollama + qwen3.5:3b self hosted on a ~10 year old dell optiplex with only the built-in gpu. You don’t need state of the art to do simple tasks.
        • robthompson20183 hours ago
          Our starter plan gives you a machine with 2GB of RAM. You will not be able to run a local LLM. OpenRouter has free models (eg Z.ai: GLM 4.5 Air), I recommend those.
      • giancarlostoro6 hours ago
        Just have to know... What the heck are you building?
    • robthompson20186 hours ago
      Our average user spends $50 a month all-in (tokens and subscription). If you&#x27;re budget conscious you can use a cheap model (eg Gemini Flash) or even a free one. I confess I am a snob and only use Claude Opus, but even using OpenClaw all day every day I only spend about $500 a month on tokens.<p>Orthogonal credits are used more frequently by power users. For everyday tasks they&#x27;ll last a very long time, I don&#x27;t think any of our users have run out.<p>Some example Orthogonal user cases:<p>* customers in sales uses Apollo to get contact info for leads<p>* I use Exa search to help me prepare for calls by getting background info on customers and businesses<p>* I used SearchAPI to help find AirBnbs.<p>Point taken on the copy! We made this writing more technical for the HackerNews audience and try to use less jargon on other platforms.
      • iJohnDoe10 minutes ago
        Thanks for giving real-world examples of your usage.<p>Do you think it’s worth $500 a month? Also, maybe tough to answer, does it seem like the token usage ($500 a month) would be equivalent if you did the same things using Claude or GPT directly?<p>My reason for asking is because I tried OpenClaw and a quick one-line test question used 10,000 tokens. I immediately deleted the whole thing.
      • _joel3 hours ago
        Your average user spends £50 a month? How long have you been running, just wondering since OpenClaw was only released (as openclaw) a month ago.
        • robthompson20183 hours ago
          We have been live since Feb 7.<p>Maybe $50 a month is an underestimate because our average user has been live for less than a month.
    • somewhatrandom95 hours ago
      You may want to also look into AWS&#x27;s OpenClaw offering (I was surprised to see this): <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;aws&#x2F;introducing-openclaw-on-amazon-lightsail-to-run-your-autonomous-private-ai-agents&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;aws&#x2F;introducing-openclaw-on-ama...</a>
    • xienze4 hours ago
      &gt; safe on-ramp to OpenClaw<p>IMO I don&#x27;t think the &quot;OpenClaw has root access to your machine&quot; angle is the thing you should worry that much about. You can put your OpenClaw on a VM, behind a firewall and three VPNs but if it&#x27;s got your Google, AWS, GitHub, etc. credentials you&#x27;ve still got a lot to worry about. And honestly, I think malicious actors are much more interested in those credentials than wiping out your machine.<p>I&#x27;m honestly kind of surprised everyone neglects to think about that aspect and is instead more concerned with &quot;what if it can delete my files.&quot;
      • necrodome4 hours ago
        Because no one has a reliable solution to that problem. The file deletion angle is easier to advertise. &quot;runs in a sandbox, can&#x27;t touch your system&quot; fits on a landing page, even if it&#x27;s not the more important problem.
      • baileywickham4 hours ago
        I think I agree here but for us it&#x27;s more of a defense in depth thing. If you want to give it access to your email you are opening yourself up to attacks, but it doesn&#x27;t have that access by default. We have an integration to give the agent it&#x27;s own inbox instead of requiring access to your gmail for this reason. Similarly, if you want to only use Klaus for coding there is no risk to your personal data, even if your Klaus instance is hacked.
  • Tharre4 hours ago
    I don&#x27;t get it. The point of OpenClaw is it&#x27;s supposed to be an assistant, helping you with whatever random tasks you happen to have, in natural language. But for that to work, it has to have access to your personal data, your calendar, your emails, your credit card, etc., no?<p>Are there other tasks that people commonly want to run, that don&#x27;t require this, that I&#x27;m not aware of? If so I&#x27;d love to hear about them.<p>The ClawBert thing makes a lot more sense to me, but implementing this with just a Claude Code instance again seems like a really easy way to get pwned. Without a human in the loop and heavy sandboxing, a agent can just get prompt injected by some user-controlled log or database entry and leak your entire database and whatever else it has access to.
    • jascha_eng3 hours ago
      Yes and even now if you tell the LLM any private information inside the sandbox it can now leak that if it gets misdirected&#x2F;prompt injected.<p>So there isn&#x27;t really a way to avoid this trade-off you can either have a useless agent with no info and no access. Or a useful agent that then is incredibly risky to use as it might go rogue any moment.<p>Sure you can slightly choose where on the scale you want to be but any usefulness inherently means it&#x27;s also risky if you run LLMs async without supervision.<p>The only absolutely safe way to give access and info to an agent is with manual approvals for anything it does. Which gives you review fatigue in minutes.
    • lifis1 hour ago
      You can solve that by requiring confirmation for anything except reading information from trusted sites. Web visits can be done without confirmation by reading a cached copy and not executing any JavaScript on it with network access (otherwise visiting arbitrary sites can leak information via the URLs sent to arbitrary servers)
    • robthompson20183 hours ago
      I don&#x27;t follow your argument about getting pwned.<p>A user could leave malicious instructions in their instance, but Clawbert only has access to that user&#x27;s info in the database, so you only pwned yourself.<p>A user could leave malicious instructions in someone else&#x27;s instance and then rely on Clawbert to execute them. But Clawbert seems like a worse attack vector than just getting OpenClaw itself to execute the malicious instructions. OpenClaw already has root access.<p>Re other use cases that don&#x27;t rely on personal data: we have users doing research and sending reports from an AgentMail account to the personal account, maintaining sandboxing. Another user set up this diving conditions website, which requires no personal data: <a href="https:&#x2F;&#x2F;www.diveprosd.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.diveprosd.com&#x2F;</a>
      • Tharre1 hour ago
        &gt; But Clawbert seems like a worse attack vector than just getting OpenClaw itself to execute the malicious instructions. OpenClaw already has root access.<p>Well the assumption was that you could secure OpenClaw or at least limit the damage it can do. I was also thinking more about the general usecase of a AI SRE, so not necessarily tied to OpenClaw, but for general self hosting. But yeah probably doesn&#x27;t make much of a different in your case then.
  • ericlevine2 hours ago
    &gt; Connecting your email is still a risk.<p>&gt; If you’ve built something agents want, please let us know. Comments welcome!<p>I&#x27;ll bite! I&#x27;ve built a self-hosted open source tool that&#x27;s intended to solve this problem specifically. It allows you to approve an agent purpose rather than specific scopes. An LLM then makes sure that all requests fit that purpose, and only inject the credentials if they&#x27;re in line with the approved purpose. I (and my early users) have found substantially reduces the likelihood of agent drift or injection attacks.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;clawvisor&#x2F;clawvisor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;clawvisor&#x2F;clawvisor</a>
    • robthompson201850 minutes ago
      Would love to see any evals you&#x27;ve run of this system
  • nullcathedral6 hours ago
    Do you run a dedicated &quot;AI SRE&quot; instance for each customer or how do you ensure there is no potential for cross-contamination or data leakage across customers?<p>Basically how do you make sure your &quot;AI SRE&quot; does not deviate from it&#x27;s task and cause mayhem in the VM, or worse. Exfiltrates secrets, or other nasty things? :)
    • baileywickham6 hours ago
      We run a dedicated AI SRE for each instance with scoped creds for just their instance. OpenClaw by nature has security risks so we want to limit those as much as possible. We only provision integrations the user has explicitly configured.
    • webpolis4 hours ago
      [dead]
  • sealthedeal5 hours ago
    Is this not just Claude Code? Genuinely hoping someone could spell it out for me
    • baileywickham4 hours ago
      Claude Code is awesome, I use it all day, every day. OpenClaw is similar but not the same. I think if all you do is write code, CC is probably best for you.<p>OpenClaw is interesting because it does a lot of things ok, but it was the first to do so. It will chat with you in Telegram&#x2F;messages which is small but surprisingly interesting. It handles scheduled tasks. The open source community is huge, clawhub is very useful for out of the box skills. It&#x27;s self building and self modifying.
      • throwaway3141554 hours ago
        It all runs on commands like imsg that Claude would be excellent at running given a suitable CLAUDE.md. Scheduled tasks are literally just cron, no problem for Claude.
    • throwatdem123113 hours ago
      Claude Desktop app had scheduled tasks now for both Code and Cowork. For what I would use OpenClaw for it’s basically obsolete now.
    • gavinray4 hours ago
      We&#x27;re all asking the same thing. It&#x27;s basically Claude Code, AFAICT<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47327474">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47327474</a>
  • vzaliva1 hour ago
    VM hosting is good. But I want to go step further and have a local model in this VM.
  • scosman5 hours ago
    What&#x27;s the best &quot;docker with openclaw&quot; currently available? I have my own computers to run it on (I don&#x27;t need a server). I want to play around, but containerized to avoid the security risk of MacOS app.<p>There seem to be about 20 options, and new ones every day. Any consensus on the best few are, and their tradeoffs?
    • raizer884 hours ago
      I am still searching for a compose up -d to this day, but without success. And the other poster want me to create a k8s cluster for a bot?!?!
      • stavros2 hours ago
        Try mine:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;skorokithakis&#x2F;stavrobot" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;skorokithakis&#x2F;stavrobot</a><p>It does indeed only need compose up -d.
      • scosman4 hours ago
        right? From what I can tell it really needs MacOS, so alts are really parallel implementations (nanoClaw, etc).
    • clawguy5 hours ago
      I&#x27;m working on KubeClaw: <a href="https:&#x2F;&#x2F;kubeclaw.ai" rel="nofollow">https:&#x2F;&#x2F;kubeclaw.ai</a> - a bit more sophisticated then all the open source cloud native implementations I found in my research.
  • jimmySixDOF3 hours ago
    Nice turn key solution I like that it comes with it&#x27;s own email and you don&#x27;t need to add anything .... I was a fan of this VPS setup service for a beads agent system up from end to end but you need to BYO everything still it&#x27;s free as in open source so got to thank Sir Dicklesworthstone for putting it together --<p><a href="https:&#x2F;&#x2F;agent-flywheel.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;agent-flywheel.com&#x2F;</a>
  • orsorna6 hours ago
    Does the claw in the VM have proven capability (verified by your team) to track changes it makes to itself and persist across reboots? What about rollback capability?
    • baileywickham6 hours ago
      We allow you to backup to a private Github repo you own so if you want to version control your setup that way you can. Otherwise most changes are tracked in the chat history and the LLM has some ability to repair itself or validate changes before they are made.
      • 0x0085 hours ago
        Why not use something like Temporal to recover state?
        • baileywickham5 hours ago
          OpenClaw doesn&#x27;t play well with SDKs like that. It expects to be able to run on a full machine (or container), to execute commands, to write files to disk. If we wanted we could fork and run something like this but we want to stay as close to the OSS as possible.
  • hasa7 hours ago
    I get impression that this is automation tool for sales people. Does it do robotic phone calls to try to book meetings with customers?
    • robthompson20186 hours ago
      We certainly have customers who work in sales, but that&#x27;s not the only use case.<p>OpenClaw is capable of using ElevenLabs or other providers to make phone calls, but I personally haven&#x27;t done this and as far as I know none of our customers have either. Is AI good enough at cold calling yet for this to work? I personally would never entertain such a call.
  • august-2 hours ago
    OpenClaw indeed breaks with every update haha, nicely done
  • ar_lan2 hours ago
    I tried this service a few weeks ago, and I commend the goal - but there were a few issues I ran into:<p>1. There are many interactions I just could not get to work. I may have done something wrong, but in general, I have the perspective that most products should &quot;just work&quot; if it&#x27;s as simple as clicking a button or directing something. In this case, I&#x27;m tangibly talking about the Browser feature, and the Canvas feature. In my account, I tried many times to have OpenClaw use the Browser to access a website and send me a screenshot, and it regularly reported the Browser was inaccessible, even though I had enabled it via Klaus UI. Secondly, I asked it to write certain reports to the Canvas as HTML pages that I could review - the entries would show up as files I could click on, but the files themselves were always empty. 2. OpenClaw with tokens is insanely expensive - I blew through the $15 tokens in a matter of a day.<p>For the first, my guess is I misconfigured something, but it&#x27;s really difficult to identify what is wrong. My expectation was that I could prompt via Telegram to configure anything and everything, but some link was missing. Although I am a technical person, my expectation was that I would not need to muck around via `ssh` to figure out where my files ended up.<p>For the latter - and more broadly - OpenClaw is not well understood for most, and I think they will be caught off guard just how expensive it is. $15 in tokens is not a lot with how inefficient OpenClaw can be. My suggestion would be:<p>1. Pre-configure OpenClaw with already extremely memory-efficient rules and skills. 2. Provide clear guidance&#x2F;documentation on ideal agent setup with different models as necessary. I think OpenRouter attempts to achieve this pretty well, but you are providing a layer on top of OpenRouter that may not be obvious to less-well-versed people. 3. Batteries-included options should &quot;just work&quot; - I felt I wasted a lot of tokens just figuring out how to get the thing to do simple tasks for me.<p>---<p>A lot of the notes I made are less about your product and what you&#x27;ve achieved, and more to do with OpenClaw. However, you&#x27;ve achieved one major milestone - which is the one-click setup of OpenClaw. But if your target demographic is the less technically inclined folks that want to be able to play with the bleeding edge of AI practices, I think your platform needs to guide users to how to actually use this thing, and become useful right away.<p>It may even be beneficial to showcase extremely clear workflows for users to get started and sell <i>why</i> they even want OpenClaw.<p>---<p>Anyway, kudos on the release! It is not easy to ship and you&#x27;ve done that hard bit! I bid you good luck on the next phase!
    • baileywickham1 hour ago
      Thanks for the feedback here, this matches a bunch of patterns we have seen.<p>One of the fundamental problems is OpenClaw is tech for nerds. It&#x27;s hard to use, it breaks all the time, it&#x27;s built on LLMs, etc. We&#x27;d like to be the one to bridge the gap but that will take a ton of work. It&#x27;s something we spend all day thinking about. Some issues like the one you hit with canvas are likely some mix of our problem and the model doing something unexpected like putting the file in the wrong directory which is constantly a problem.<p>Also agree on the cost being a huge issue. We give $15 up front and it just disappears so quickly for many users. Some users switch to smaller models but often this just ends up with people being more unhappy because the performance is bad. Opus is the least likely to make mistakes but also the most expensive.<p>Thanks for the advice, it&#x27;s great to hear you believe in it too! At a personal level, it means a ton to me. Just got to keep writing code.
  • tristanwaddell3 hours ago
    That&#x27;s a cool idea, i&#x27;ll be sure to check it out
  • rid6 hours ago
    What does the VM consist of? Is the image available?
    • baileywickham5 hours ago
      It&#x27;s an Amazon Linux image on an EC2 instance. We install some custom packages too.
  • _joel4 hours ago
    &quot;The week after our launch we spent 20+ hours fixing broken machines by hand.&quot;<p>oh fuck yea, sounds great.<p>Hard pass on this (and OpenClaw) thanks.
  • nonameiguess4 hours ago
    Acknowledging the reality of history and business here that there&#x27;s a 99% chance you don&#x27;t exist in a few years, I would encourage you nonetheless to break EC2 and AWS in every single way you can possibly imagine and in ways you can&#x27;t, obviously not in your customer account, but in a separate one. I was doing consulting services for a machine learning company that sold pre-configured EC2s and associated data infra to third-party researchers at a markup and basically stood up and ran their whole environment for about two years. Networking is probably the most frustrating thing you&#x27;ll ever encounter and beware when they change their APIs and parameters that used to default to null no longer do. It&#x27;s especially fun when the Linux kernel on the hypervisors you can&#x27;t see messes with your packets.
  • Myzel3946 hours ago
    Sounds like a perfect data leak any% speedrun to me... :P
    • baileywickham5 hours ago
      You&#x27;re right that security is a major risk. Our perspective here is that by defaulting to an EC2 instance, you&#x27;re in control of what data is at risk. If you connect Google Workspace, you are exposing yourself to some security risk risk there, but tons of users do email through AgentMail which doesn&#x27;t have access to your personal data. Also no risk of filesystem access&#x2F;Apple ID access by default.
  • octoclaw5 hours ago
    [dead]
  • baileywickham7 hours ago
    [dead]
  • Mooshux5 hours ago
    [dead]
    • otterley5 hours ago
      The DNS record for apistronghold.com doesn&#x27;t resolve for me. (NXDOMAIN)
      • Mooshux5 hours ago
        Guess I don&#x27;t have the naked domain set up yet. Ill fix that up. You should be able to go to www.apistronghold.com
  • ilovesamaltman4 hours ago
    this is reallly fucking interesting<p>mind if I write an article about this on ijustvibecodedthis.com ?
  • webpolis4 hours ago
    [dead]