frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Use Claude Max subscription with OpenClaw again

https://github.com/zeulewan/glueclaw
1•zeulewan•2h ago

Comments

zeulewan•2h ago
I got OpenClaw working with Claude Max subscriptions again!

I’m enjoying using OpenClaw more than ever because it’s actually cheaper than ever. I have it using the official Claude Code backend now with a custom system prompt, so my regular Max tokens work with it.

Super easy to install but may be buggy rn. https://github.com/zeulewan/glueclaw

Background: Anthropic changed their billing, which made API-based use a lot more expensive. That’s all good, they’re rolling out Mythos, which likely needs a lot more compute, but I found that OpenClaw wouldn’t work through a custom system prompt even though other things still would.

What I found out: By binary searching the OpenClaw system prompt and scrubbing out mentions of OpenClaw, I was able to get it working again.

Technical info: It spawns the real Claude CLI as a subprocess with `--system-prompt` and `--output-format stream-json` and translates OpenClaw’s gateway tools through the MCP loopback bridge. The system prompt is scrubbed of Anthropic’s detection triggers and response tokens like `HEARTBEAT_OK` are translated back so the gateway still works. It creates a model provider called `glueclaw` and three models: `glueclaw-opus`, `glueclaw-sonnet`, and `glueclaw-haiku`.

PRs welcome. MIT licensed.

Note: This project uses only official, documented Claude Code CLI flags. No reverse engineering, no credential extraction, and no API spoofing. I don’t believe this is against the TOS, but I’d love for Anthropic to clarify the policy here and let us know whether OpenClaw through the official Claude tooling is all good.

SaaSasaurus•2h ago
Feels like Anthropic will stay one step ahead of this
guiambros•1h ago
Enjoy while it lasts. If it gains any traction, Anthropic will block it in no time.

     const cleanPrompt = (context.systemPrompt ?? "")
          .replace(/personal assistant running inside OpenClaw/g, "personal assistant running inside GlueClaw")
          .replace(/HEARTBEAT_OK/g, "GLUECLAW_ACK")
          .replace(/reply_to_current/g, "reply_current")
          .replace(/\[\[reply_to:/g, "[[reply:")
          .replace(/openclaw\.inbound_meta/g, "glueclaw.inbound_meta")
          .replace(/generated by OpenClaw/g, "generated by GlueClaw");
zeulewan•12m ago
For this to stop working, they'd have to block the json streaming mode or the custom system prompt mode entirely. The system prompt can be changed however you want. It's cat and mouse. This doesn't go against any TOS we'll see how they respond.

'Blips' led Australian backyard astronomers to a world-first planetary discovery

https://www.sbs.com.au/news/article/how-amateur-astronauts-are-reshaping-what-we-know-about-space...
1•defrost•3m ago•0 comments

Families Spent Decades on Louisiana's Bayous. The Power Company Pulled the Plug

https://www.wsj.com/us-news/families-spent-decades-on-louisianas-bayous-the-power-company-pulled-...
2•bookofjoe•4m ago•1 comments

Relics of an ancient sandstorm on Mars point to Earth-like winds

https://www.science.org/content/article/relics-ancient-sandstorm-mars-point-earth-winds
1•gmays•13m ago•0 comments

Yout.com Hopes Supreme Court's Cox Ruling Helps Its Case; RIAA Disagrees

https://torrentfreak.com/yout-com-hopes-supreme-courts-cox-ruling-helps-its-case-riaa-disagrees/
2•Cider9986•15m ago•0 comments

Show HN: I forced Claude to play Tetris in Emacs

https://imgur.com/a/e3nxq5k
2•iLemming•20m ago•0 comments

Elon of Ed-Tech

https://getlearnix.com/
1•noahjohnson1•21m ago•3 comments

Tutorial on Event-based Cameras(2020) [pdf]

https://rpg.ifi.uzh.ch/docs/scaramuzza/Tutorial_on_Event_Cameras_Scaramuzza.pdf
1•o4c•29m ago•0 comments

New Kodak Film – Verita 200D Colour Negative

https://www.kodak.com/en/company/press-release/kodak-verita-200d-color-negative-film/
1•coolandsmartrr•34m ago•2 comments

The War Is Turning Iran into a Major World Power

https://www.nytimes.com/2026/04/06/opinion/iran-war-strait-hormuz.html
2•spopejoy•34m ago•2 comments

Google's Gmail Upgrade Decision: 2B Users Must Act Now

https://www.forbes.com/sites/zakdoffman/2026/04/10/googles-gmail-upgrade-decision-2-billion-users...
5•teleforce•39m ago•3 comments

Give your coding agents the context your repo has

https://aspenkit.dev/
2•mvoutov•43m ago•0 comments

Neural Computers

https://arxiv.org/abs/2604.06425
2•Anon84•44m ago•0 comments

RAG 40x faster using binary quantization (2024)

https://lightning.ai/lightning-ai/templates/rag-40x-faster-using-binary-quantization
3•teleforce•51m ago•0 comments

From error-handling to structured concurrency

https://blog.nelhage.com/post/concurrent-error-handling/
1•vinhnx•53m ago•0 comments

Our response to the Axios developer tool compromise

https://openai.com/index/axios-developer-tool-compromise/
7•surprisetalk•53m ago•0 comments

40x Faster Binary Search

https://www.p99conf.io/session/40x-faster-binary-search/
1•teleforce•55m ago•0 comments

Adding Structured Concurrency to JavaScript

https://github.com/bakkot/structured-concurrency-for-js
1•PaulHoule•55m ago•0 comments

Search demand for "coffee shop near me" across 1k US cities

https://www.sextaris.com/blog/coffee-shop-near-me-1000-us-cities
1•verzhykovskyi•56m ago•0 comments

[STORY] Watching Abandoned Toddlers as the End Approaches

https://www.tumblr.com/bixbythemartian/633183446892691456/writing-prompt-s-youre-a-daycare-worker
2•barry-cotter•57m ago•0 comments

Request Camel Numbering

https://gov.om/w/request-camel-numbering
3•earksiinni•1h ago•0 comments

Git per sviluppatori: guida completa dai comandi base al workflow professionale

https://donatodelpeschio.it/blog/git-guida-completa-comandi-workflow
1•donnyBlanko•1h ago•0 comments

A bet on whether ML-KEM-768 or X25519 will break first

https://github.com/FiloSottile/ecc-vs-lattices-long-bet
1•figsoda•1h ago•1 comments

From Spec-Driven Work to Work Orchestration

https://trilogyai.substack.com/p/from-spec-driven-work-to-work-orchestration
2•kumanday•1h ago•0 comments

Hormuz, an MCP-first forecasting engine for reproducible modeling

https://github.com/farukalpay/hormuz-tectonochemical-engine/
7•festafin•1h ago•1 comments

Anthropic Mythos 0-days replicated with GPT5.4

https://twitter.com/kannthu1/status/2042695741844619502
2•knivets•1h ago•0 comments

Dario – use your Claude Max subscription as an API (no API key needed)

https://github.com/askalf/dario
3•askalf•1h ago•2 comments

Show HN: Collabmem – a memory system for long-term collaboration with AI

https://github.com/visionscaper/collabmem
5•visionscaper•1h ago•1 comments

Is ChatGPT Down?

https://chatgpt.com/
4•laser9•1h ago•1 comments

We gave an AI a 3-year Lease. It opened a store

https://andonlabs.com/blog/andon-market-launch
3•lukaspetersson•1h ago•0 comments

Anthropic loses appeals court bid to temporarily block DoD ruling

https://www.cnbc.com/2026/04/08/anthropic-pentagon-court-ruling-supply-chain-risk.html
1•gmays•1h ago•1 comments