• Wispy2891@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    14 hours ago

    Background: many people vibe coded a python proxy for the official Claude code app “converting” its outputs as an openai compatible API to be used with openclaw

    edit: i did some web search and found snippets like:

    OpenClaw spawns Claude Code sessions via ACP

    and

    ACP gives OpenClaw a way to run external coding harnesses — Claude Code, Codex, Gemini CLI — as supervised child processes instead of doing everything inline in the main agent loop.

    so it looks like openclaw users were using this ACP method as a workaround to use a $20 subscription to get $1000 worth of token usage. I’m guessing that openclaw JSON example posted in the article is the configuration of this ACP server or something like that.