Manifest Adds Support for MiniMax Token Plans with M2.7 Model

Manifest, an open source routing layer that sends OpenClaw requests to the cheapest capable model, now supports MiniMax token plans. This integration allows Manifest to route simpler tasks to MiniMax models, which the source notes are often the most cost-efficient option.
MiniMax M2.7 Model Details
The MiniMax M2.7 model was specifically built for OpenClaw workflows with training focused on multi-agent collaboration, dynamic tool search, and production-grade debugging. According to the source, it achieves benchmark scores of 62.7 on MM-ClawBench and 56.2 on SWE-Bench Pro, placing it in similar performance territory as Sonnet 4.6 and GPT 5.4.
Pricing and Practical Impact
MiniMax token plans start at $10/month. At this price point, Manifest can route simpler OpenClaw tasks to the M2.7 model, keeping costs minimal. The source states that most Manifest users reduce their AI model costs by 60-80% through this routing approach.
How Manifest Works
Manifest automatically routes each OpenClaw request to the cheapest model capable of handling the task. For simpler tasks, it frequently selects MiniMax models due to their cost efficiency. The tool is available on GitHub at github.com/mnfst/manifest.
📖 Read the full source: r/openclaw
👀 See Also

Learning-Kit: A Claude Code Plugin for Codebase Onboarding and Exploration
Learning-kit is a free Claude Code plugin that analyzes repositories to generate structured learning plans and interactive tutorials. It helps developers understand unfamiliar codebases before making changes, with configurable enforcement modes and progress tracking.

Clooks: A Persistent Hook Runtime for Claude Code
Clooks is a persistent HTTP daemon that handles Claude Code hook dispatch without process spawning, reducing latency from ~34.6ms to ~0.31ms per invocation. It includes automatic migration, LLM handlers with prompt templates, dependency resolution, and plugin packaging.

Claude Code Plan Mode Reduces Redo Rate from 40% to Near Zero
A developer tracked 30+ coding sessions with Claude Code and found that skipping Plan Mode resulted in redoing tasks from scratch 40% of the time. With Plan Mode, the redo rate dropped to basically zero, with one feature taking 17 minutes total versus 35+ minutes without planning.

OpenClaw Skill Connects Agents to Knods.io UI for Workflow Creation
A developer has built an OpenClaw skill that enables agents to understand and create workflows within the Knods.io UI, allowing users to switch between specific agents like brand-specific ones instead of relying on Knods' built-in agent.