OpenClaw Mock API for Building Tools/Integrations Against the Gateway
Building against the OpenClaw gateway API is tricky: recent major version changes, plus the cost of tokens and hosting a gateway for testing. An open source mock API—built with the Imposter project—lets you develop integrations locally without running a real gateway.
What's Supported
The mock currently implements these WebSocket methods:
chat.send/chat.historysessions.create/sessions.listagents.listmodels.list
More methods can be added by extending the mock's YAML and JSON config files.
How to Use It
The mock runs on the Imposter framework. You can find the example files on GitHub:
https://github.com/imposter-project/examples/tree/main/websocket/openclaw
To add a new method, edit the YAML endpoint definition and the corresponding JSON response template. The setup is straightforward—no hard dependencies beyond Imposter itself.
Full instructions are available on an accompanying blog post: Mocking the OpenClaw Gateway with Imposter.
Who It's For
Developers building tools or integrations against the OpenClaw gateway who need a free, offline testing environment without consuming tokens or running a full gateway setup.
📖 Read the full source: r/openclaw
👀 See Also

Codesight: AI Context Engine Cuts 30K-60K Tokens from Claude Code Sessions
Codesight is an open-source tool that analyzes codebases to provide AI coding agents with structured context, reducing token waste. A developer collaborated with the maintainer to add AST parsing for Next.js and Prisma, an eval suite, token telemetry, and profiles for Claude Code and Cursor.

Claude Code v2.1.90 adds mouse support with CLAUDE_CODE_NO_FLICKER flag
Anthropic released Claude Code v2.1.90 with a new feature that enables mouse support in the chat interface. Users can activate it by setting the CLAUDE_CODE_NO_FLICKER=1 environment variable before running claude.

Conduid: Trust Infrastructure Layer for MCP Servers Built with Claude
Conduid indexes over 25,000 MCP servers across GitHub, npm, PyPI, and major directories, scoring each 0-100 based on GitHub activity, security posture, documentation quality, and maintenance signals. The entire codebase was written with Claude by a solo founder.
TextExpander MCP Server Lets Claude AI Access and Manage Your Snippet Library
TextExpander launched a free MCP server that connects your snippet library to Claude. Claude can list, search, create, and edit snippets in bulk, including dynamic fields like dates and dropdowns.