Use Claude Max subscription with OpenClaw again

hackernews | | 📦 오픈소스
#ai 딜 #anthropic #claude #cli #openclaw #우회 #하드웨어/반도체
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

GlueClaw는 자사의 정책상 사용이 제한된 앤스로픽의 '클로드(Claude)' 모델을 오픈소스 플랫폼인 OpenClaw에서 다시 사용할 수 있게 해주는 비공식 플러그인입니다. 이 도구는 정식 클로드 CLI의 시스템 프롬프트 관련 감지 로직을 우회하는 방식으로 작동하며, 오페르스 4.6(1M 컨텍스트), 소네트 4.6, 하이쿠 4.5 모델을 지원합니다. 기존 사용자 환경을 변경하지 않는 비파괴적 방식으로 설치되며, 텔레그램 및 OpenClaw TUI 환경에서 정상적으로 테스트를 마쳤습니다. 단, 이 프로젝트는 앤스로픽의 공식 인가를 받지 않았으므로 사용자 본인의 책임하에 도입해야 합니다.

본문

Glue Claude back into OpenClaw. May be buggy!. Uses the official Claude CLI and scrubs out Anthropic's detection triggers from the system prompt due to Anthropic not allowing its use. Tested with Telegram. As far as I can tell all functions work such as heartbeats. Requires OpenClaw and Claude Code logged in with Max. Non-destructive, won't touch your existing config or sessions. Works with OpenClaw 2026.4.2+. git clone https://github.com/zeulewan/glueclaw.git && cd glueclaw && bash install.sh Uses the official Claude CLI: claude --dangerously-skip-permissions -p \ --output-format stream-json \ --verbose --include-partial-messages \ --system-prompt \ --model \ --resume \ "" For this to stop working, they'd have to block the json streaming mode or the custom system prompt mode. | Model | Claude Model | Context | |---|---|---| glueclaw/glueclaw-opus | Opus 4.6 | 1M | glueclaw/glueclaw-sonnet | Sonnet 4.6 | 200k | glueclaw/glueclaw-haiku | Haiku 4.5 | 200k | Switch in TUI: /model glueclaw/glueclaw-opus - Tested with Telegram and OpenClaw TUI - Switching between GlueClaw and other backends (e.g. Codex) works seamlessly via /model - The installer patches one file in OpenClaw's dist ( server-*.js ) to expose the MCP loopback token to plugins. A.glueclaw-bak backup is created. Updating OpenClaw (npm install -g openclaw ) restores the original - just re-runbash install.sh to re-apply the patch. This project uses only official, documented Claude Code CLI flags. No reverse engineering, no credential extraction, no API spoofing. It's your Max subscription, your claude binary, your machine. Use at your own risk. Not affiliated with or endorsed by Anthropic or OpenClaw. Switch to another model and restore the patched file from backup: openclaw config set agents.defaults.model anthropic/claude-sonnet-4-6 # or your preferred model cd "$(dirname "$(which openclaw)")/../lib/node_modules/openclaw/dist" && for f in *.glueclaw-bak; do [ -f "$f" ] && mv "$f" "${f%.glueclaw-bak}"; done openclaw gateway restart

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →