Manifest Now Supports Claude Pro/Max Subscriptions Without API Key

Direct Claude Subscription Integration
Manifest has added support for connecting Claude Pro or Claude Max subscriptions directly, eliminating the need for an API key. This addresses the most requested feature since Manifest's launch, as many OpenClaw users have Claude subscriptions but lack API keys.
How It Works
Users connect their existing Claude plan to Manifest, which then routes requests across models using the subscription. Manifest is an open source routing layer that sends each OpenClaw request to the cheapest model capable of handling it, with most users reducing costs by 60-80%.
Fallback Configuration
For users who also have API keys connected, Manifest can be configured to fall back to the API key when subscription rate limits are reached. This ensures agents continue running regardless of rate limit constraints.
Availability
The feature is currently live and available for immediate use. Manifest is hosted on GitHub at github.com/mnfst/manifest.
📖 Read the full source: r/clawdbot
👀 See Also

MCP Server for Semantic Search in Obsidian Vaults
A developer built an MCP server that indexes Obsidian vaults into Qdrant with local embeddings, enabling semantic search instead of keyword matching. It chunks markdown by headings, uses BAAI/bge-small-en-v1.5 embeddings, and works with Claude Code, Cursor, Windsurf, or any MCP client.

Claude Skills to Emulate a Design Studio Environment
A designer shares two Claude skills: one simulates a studio with teammates and design methods, the other adds 'rigorous play' for creativity.

ClawRelay: macOS-native OpenAI-compatible LLM proxy with automatic failover
ClawRelay runs an OpenAI-compatible HTTP server on macOS 15+ with automatic failover between LLM providers. It supports OpenAI, Groq, Nvidia NIMs, Ollama, and any service with a /v1/chat/completions endpoint.

Using an MCP Server to Optimize React Native Apps with Claude Code
An MCP server streams live runtime data from a React Native app into Claude Code, identifying performance issues like Zustand store thrashing and unnecessary re-renders.