> Anthropic staff told us OpenClaw-style Claude CLI usage is allowed again Anthropic staff have had contradictive statements in Twitter and have corrected each other. Their intent for clarifications lead to confusion. > OpenClaw treats Claude CLI reuse and claude -p usage as sanctioned for this integration unless Anthropic publishes a new policy. Oh cool, so everything is back to business now, until they all or sudde…
Anthropic says OpenClaw-style Claude CLI usage is allowed again
251–260 of 318 posts
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#252I think they're now charging it as extra usage if you use a custom prompt. In the Claude site they added the option to buy extra usage at 30% off if you buy $1,000 or more at a time, so it's still somewhat cheaper to use OpenClaw with a claude account compared to an API key. (Incidentally the 30% off might mean that choosing a Pro plan + extra usage versus Max plan might make sense for more people)
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#253Well that's clear as mud. I've complained, extensively, about this before but Anthropic really needs to make it clear what is and is not supported with or without a subscription. Until then, it's hard to know where you stand with using their products. I say all of this as someone who doesn't use OpenClaw or any Claw-like product currently. I just want to know what I can and can't do and currently it's impossible to k…
They really need to figure out the rules, look I'd love to use a custom harness with Claude Code that I can extend, or build my own (which I'm doing) and use it with my Claude Code license, I don't want to overspend on tokens if I can help it. They really need to set their bar for the next model releases to use less tokens, or to trim their own cost for how these models are run. I'd be okay with a slightly slower exp…
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#254Well that's clear as mud. I've complained, extensively, about this before but Anthropic really needs to make it clear what is and is not supported with or without a subscription. Until then, it's hard to know where you stand with using their products. I say all of this as someone who doesn't use OpenClaw or any Claw-like product currently. I just want to know what I can and can't do and currently it's impossible to k…
They really need to figure out the rules, look I'd love to use a custom harness with Claude Code that I can extend, or build my own (which I'm doing) and use it with my Claude Code license, I don't want to overspend on tokens if I can help it. They really need to set their bar for the next model releases to use less tokens, or to trim their own cost for how these models are run. I'd be okay with a slightly slower exp…
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#255Anthropic is really trying to burn all that goodwill they worked up by raising prices, reducing limits and making it impossible to know what the actual policies are.
If you want LLMs to continue to be offered we have to get to a point where the providers are taking in more money than they are spending hosting them. And we still aren't there (or even close).
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#256Well that's clear as mud. I've complained, extensively, about this before but Anthropic really needs to make it clear what is and is not supported with or without a subscription. Until then, it's hard to know where you stand with using their products. I say all of this as someone who doesn't use OpenClaw or any Claw-like product currently. I just want to know what I can and can't do and currently it's impossible to k…
I can’t tell you how relieved I am that there are many capable open weight models in the wild to keep a ceiling on bad behavior.
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#257My OpenClaw assistant (who's been using Claude) lost all his personality over the last week, and couldn't figure out how to do things he never had any issues doing. I racked up about $28 worth of usage and then it just stopped consuming anymore, so I don't know if there was some other issue, but it was persistent. I got sick of it and used a migration script to move my assistant's history and personality to a claude…
(Well, 3rd party stuff was already illegal, and I believe remains so (sorta-kinda tolerated now? with the extra usage[0]) but enforcement seemed to be based on excessive usage of subs.)
Doing the same thing but with 50K of irrelevant, proprietary system prompt, doesn't seem to improve the situation!
i.e. my question here is: if you replicate OpenClaw with `claude -p prooompt` and cron, is Anthropic happy? (Or perhaps their hope is that the people able and willing to do that represent a rounding error, which is probably true.)
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#258My OpenClaw assistant (who's been using Claude) lost all his personality over the last week, and couldn't figure out how to do things he never had any issues doing. I racked up about $28 worth of usage and then it just stopped consuming anymore, so I don't know if there was some other issue, but it was persistent. I got sick of it and used a migration script to move my assistant's history and personality to a claude…
What does your Claude Code implementation of OpenClaw look like?
No memory, no cron/heartbeat, context mgmt is just "new chat", but enough to get you started.
Note: no sandboxing etc, I run this as unprivileged linux user. So it can blow up its homedir, but not mine. Ideally, I'd run it on a separate machine. (My hottest take here is "give it root on a $3 VPS, reset if it blows up" ;)
https://github.com/a-n-d-a-i/ULTRON
You may also enjoy CLIProxyAPI, which does the same thing (claude -p / codex exec) but shoves a OpenAI compatible API around it. Note: this probably violates every AI company's ToS (since it turns the precious subsidized subscription tokens into a generic API). OpenAI seems to tolerate such violations, for now, because they care about good. Anthropic and Google do not.
(Though Anthropic may auto-detect and bill it as extra usage; see elsewhere in this thread. Situation is very confusing right now.)
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#259I think they're now charging it as extra usage if you use a custom prompt. In the Claude site they added the option to buy extra usage at 30% off if you buy $1,000 or more at a time, so it's still somewhat cheaper to use OpenClaw with a claude account compared to an API key. (Incidentally the 30% off might mean that choosing a Pro plan + extra usage versus Max plan might make sense for more people)
Yes, if it is "extra usage," then that just seems like an API with extra steps.
The actual rules now are pretty confusing though. De jure illegal, de facto tolerated -- they'll just auto-detect and bill you for it.
The claude -p situation, though, confuses me. This one's technically legal but against the spirit of the law. (I think made illegal a few weeks ago since it was being used as a workaround for the OpenClaw ban, and seems to have been re-legalized now?)
But they can only extra-bill you for it if they can somehow detect it as invoked by OpenClaw, etc., right? If it's your own harness, it slips thru the cracks? ._.
Re: Anthropic says OpenClaw-style Claude CLI usage is allowed again
#260Earlier quoted context omitted.
I feel this has to be said constantly, though I hate doing it. hn is not a monolith. People here routinely disagree with each other, and that's what makes it great
I'm aware. When I say "Hacker News", I mean a very sizable portion of users who keep repeating the OpenAI collapse imminent opinion.