OpenClaw User Reports Workflow with Minimax 2.7 for Markdown Editing

Workflow Integration Details
A user reports on using Minimax 2.7 through Openrouter with OpenClaw to replicate a Claude Cowork-like workflow for Markdown file editing at a lower cost. The setup involves several specific tools and steps.
Key Components and Process
- Model Selection: After testing Claude, Qwen, Gemini, and Deep Seek, the user settled on Minimax 2.7 accessed via Openrouter. They note it is "very smart, often too smart," requiring learning how to enforce rule adherence.
- Core Task: Using the model for professional research and writing in Markdown (MD), with subsequent editing in Obsidian.
- Input Method: Sending voice notes in Telegram containing abstracts. The model then cleans up these notes and formats them into an MD file.
- File Management: To keep files separate from OpenClaw on their notebook, they use Syncthing to sync Obsidian folders (set up as Vaults) from the notebook to a MacMini. This allows automatic updates to the MD files that OpenClaw writes to.
- Editing Workflow: The user describes an iterative process: "I can be working on the MD file that OC has just written to, be talking to it, it edits, i edit, etc. Not live but close."
Cost and Model Comparisons
- Pricing Shift: The user subscribed to a $10 plan, which significantly changed their workflow, making Minimax 2.7 a fraction of the cost of Claude Cowork.
- Caveat: They warn to "beware hallucination" and emphasize that "it's up to the humans to impose rigour on these systems and not be lazy."
- Subscription Impact: They are considering downgrading their Claude subscription from Max to Pro due to this setup. They express more trust in Claude but see a path to using three AI tools (Minimax, ChatGPT/Codex for coding, and image software) for less than a Claude Max subscription.
- Broader Implication: The user suggests Minimax could "cannibalise both Anthropic AND ChatGPT's lower subscription plans" and make OpenClaw easier to fund. They note Minimax lacks "personality" but offers "well priced function."
User Background
The user previously ran OpenClaw on an old Intel MacMini as an Executive Assistant, dealing with reinstalls and model changes. They found the most reliable approach was to "expect little of OC and using Claude Code to write scripts that OC runs." Their experience with the Minimax 2.7 workflow was prompted by reading a benchmarking study on Reddit.
📖 Read the full source: r/openclaw
👀 See Also

Developer Builds Personal OS App with Claude Code and Mowgli in 3 Hours
A developer created Longinus, a personal OS app that integrates Slack, WhatsApp, feeds, and AI chat using Claude Code with Opus 4.6 and Mowgli for design. The project took 3 hours total: 1 hour for design/spec, 2 hours for building and testing.

Claude Code User Details Production App Challenges: Security, Compliance, and Edge Cases
A developer building a personal finance app with Claude Code for six months shares specific production challenges: security audits revealed self-escalation vulnerabilities and data leaks, Plaid integration required LLC/EIN setup and had technical bugs, and App Store rejections for non-technical issues.

OpenClaw User Builds Bank and Credit Card Statement Summarization Skills
A new OpenClaw user self-hosted the tool on a hardened server and used it to develop two custom skills: one to summarize and categorize bank statements, and another to summarize credit card statements with categorization and break detection. The skills automatically generate reports when new statements appear and send Telegram notifications.

Developer Uses Claude Code to Build USB Dongle That Auto-Plays Chrome Dino Game
A developer built a USB dongle using an ATtiny85 board that automatically plays Chrome's Dino game by detecting obstacles with light sensors and sending keyboard commands. Claude Code assisted with firmware development including V-USB integration, sensor logic, and adaptive timing algorithms.