🔧 Tools
Useful tools and integrations for OpenClaw

Claude Code v2.1.229: Remote Control, Plugin Marketplaces, and Critical Fixes
Claude Code v2.1.229 adds Remote Control --continue, plugin marketplace command sources, SSE keepalives, and fixes crashes, MCP OAuth, and file-watcher leaks.
Why Go's End-to-End Toolchain Makes It Ideal for AI-Assisted Coding
Google argues Go's built-in formatter, test framework, and dependency management make it perfect for AI-generated code review and verification.
Apple Silicon macOS VMs: 11–16× Faster LLM Inference with Metal Capability Shim
Cua's process-scoped Metal capability shim unlocks newer kernels in macOS VMs, boosting llama.cpp inference up to 16× on Apple Silicon.
WorldClaw: Agentic 3D Open-World Generation at Scale
Tencent's WorldClaw is a new system for agentic 3D open-world generation at scale, aiming to create large, detailed virtual environments.

Stoa Markets: A Marketplace for GPUs and AI Servers with Verified Quotes
Stoa is a marketplace for buying and selling new and used GPUs and AI servers. It standardizes RFQs, verifies counterparties, and provides firm quotes, aiming to improve price discovery in the GPU market.

How Claude Marks AI-Generated Content: Watermarking and Disclosure
Claude marks AI-generated content with watermarks and metadata to ensure transparency and provenance in AI outputs.

Ante: A Single-Binary Coding Agent That Runs Offline
Ante is a self-contained Rust binary that works like Claude Code or Codex but with zero runtime dependencies and full offline support. It scores 82.7% on Terminal-Bench 2.1 using DeepSeek V4 Flash.
Qwen3.6 27B & 35B on vLLM: Single Radeon R9700 Tuning Results
A user shares vLLM tuning results for Qwen3.6 27B and 35B models on a single Radeon R9700, with config diffs and detailed benchmarks.

Claude Skill MCP Checker: Deterministic Audit of Breaking 2026-07-28 Changes
A free Claude Skill and web demo run 7 deterministic rules to spot MCP servers broken by the 2026-07-28 stateless transport and OAuth 2.1 changes. The author shares how one rule was wrong and how he pinned the mistake.

Message Your Other Claude Code Sessions: Cross-Session Messaging
Claude Code v2.1.224+ lets Claude send messages between your sessions to coordinate parallel work, share findings, and warn about breaking changes without you copy-pasting.

Local Code Index for Coding Agents: Resolves Imports Without Language Server
Basemind is an MIT-licensed Rust tool that indexes local code and resolves imports without a language server, supporting real resolution for JS/TS, Python, and Java.

Inside vLLM: Anatomy of a High-Throughput LLM Inference System
Aleksa Gordić breaks down vLLM's core components: engine, KV cache manager, paged attention, and continuous batching. Covers advanced features like chunked prefill and disaggregated P/D.