HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zeulewan

no profile record

Submissions

WebFinder for Tailscale

zeulewan.github.io
1 points·by zeulewan·2 months ago·0 comments

Use Claude Max subscription with OpenClaw again

github.com
2 points·by zeulewan·3 months ago·4 comments

GlueClaw: Use Claude subscription in OpenClaw again

github.com
1 points·by zeulewan·3 months ago·1 comments

comments

zeulewan
·3 months ago·discuss
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.
zeulewan
·3 months ago·discuss
[dead]
zeulewan
·3 months ago·discuss
This brings back Claude in OpenClaw with your Max plan. It works well so far. Tested with telegram. MIT licence. Clean one liner install and it should just work.

It uses the official Claude CLI:

claude --dangerously-skip-permissions -p --output-format stream-json --verbose --include-partial-messages --system-prompt <scrubbed prompt> --model <model> --resume <session-id> "<user message>"

It uses the custom system prompt and scrubs any mention of openclaw from it (https://news.ycombinator.com/item?id=47656695). Note that --bare mode requires you to use API tokens, so this doesn't use that.

It adds a new provider called glueclaw with three models: glueclaw/glueclaw-opus, glueclaw/glueclaw-sonnet, and glueclaw/glueclaw-haiku.

https://github.com/zeulewan/glueclaw