Otterly: Route OpenClaw Through Your Claude Code Subscription

Otterly (npm package) is a lightweight tool that exposes your local Claude CLI as an OpenAI-compatible HTTP server on localhost:11434. Any tool that speaks the OpenAI Chat Completions API — Cursor, Aider, Continue, OpenClaw, or plain curl — can point at it, and every request is billed to your existing Claude Code subscription rather than pay-per-token API rates.
This solves a specific pain point: after Anthropic's April 4 policy change cut OpenClaw off from Claude Code subscriptions, OpenClaw users on Pro and Max plans were forced to pay separate pay-per-token API rates for work that previously ran under the subscription. The Agent SDK credit pool mechanism drains quickly under sustained usage. One user running multiple OpenClaw instances on a Raspberry Pi at home saw costs spike immediately after the change.
How It Works
Otterly piggybacks on your authenticated Claude Code session. First request after a long idle may be slow while the session re-authenticates, but subsequent requests add only ~3–7ms overhead over the raw API. The OpenClaw recipe for pointing at Otterly's endpoint is documented in the README.
Known Limitations
- Shares Claude Code rate limits: If you hit the 5-hour cap in Claude Code, Otterly is down until it resets.
- Stubbed params: Some OpenAI-specific parameters (
logit_bias,n>1,seed) are not implemented. - Single-user only: Runs on your machine, for your subscription. Don't expose it publicly or resell access.
The FAQ on the Otterly website is honest about what the tool is and isn't, particularly around self-hosting, team use, and compliance with Anthropic's terms.
📖 Read the full source: r/openclaw
👀 See Also

Forge: Open-Source Claude Code Plugin Adds Governance and Testing Gates
Forge is an open-source Claude Code plugin that adds file locking, automated test gates, and 22 governance agents to prevent collisions and drift in AI-generated code workflows. It's MIT licensed and installs via the Claude plugin marketplace.

Superglue CLI: Let AI Agents Execute API Calls Without Pre-Built Tools
Superglue CLI provides a skill that teaches AI coding agents how to use its commands, handle authentication, build tools, and debug failures. Instead of creating pre-built tools for every API integration, agents can read API specs at runtime and plan multi-step calls.

claude-powerline v1.20 adds TUI dashboard mode, context bar styles, and environment variable display
claude-powerline v1.20 introduces a TUI dashboard mode that replaces the single statusline with a full panel showing model info, context usage with progress bar, costs, git status, and more. The update adds 9 visual progress bar styles for context usage and environment variable display capability.

Homelab AI Sentinel: Self-Hosted Monitoring Assistant with LLM Integration
Homelab AI Sentinel is a self-hosted tool that processes monitoring webhooks through an LLM to generate plain-English diagnoses. It supports 11 alert sources, 10 notification platforms, and works with any OpenAI-compatible endpoint including Ollama and LM Studio for local inference.