MMClaw
Lightweight Python kernel for chat-controlled autonomous agents
All Skills in This Repository (12)
Pure Emerald Level Indicatorsngrok
Exposes a local network port to the internet using ngrok's public URL generation service.
file-server-guard
Scan directories recursively for exposed credential and configuration files.
file-server
Start a local HTTP file server to share directory contents over a network.
codex
Execute OpenAI Codex CLI coding tasks in local repositories.
qwen-code
Execute Qwen Code CLI for coding tasks with JSON output.
notion
Create, read, update, and query Notion pages, databases, and blocks via API.
browser
Automate web browser interactions using Playwright and Chrome DevTools Protocol.
skill-creator
Generate MMClaw skill file structures and configuration instructions.
web-search
Search the web using configured providers like Serper, Brave, or SerpApi for real-time information.
tmux
Send keystrokes and capture output from tmux sessions.
Read, create, merge, and split PDF files using reportlab, pypdf, pdfplumber.
clawmeets
Send, read, list, and delete messages via the ClawMeets protocol using a Python CLI.
Frequently Asked Questions
FAQPage SchemaHow to install MMClaw?โผ
Run `npx skills add CrawlScript/MMClaw --all -g -y` in your terminal to install all skills in this suite globally.
What can MMClaw do?โผ
It lets you control an autonomous agent from chat apps like Telegram, WeChat, or WhatsApp to run commands, automate browsers, search the web, process PDFs, and manage files.
Does MMClaw require Node.js or Docker?โผ
No. MMClaw is 100% pure Python with no C-extensions, so it runs on Windows, macOS, Linux, and even Raspberry Pi with just pip.
Which LLM providers does MMClaw support?โผ
It supports OpenAI, Codex via OAuth, Google Gemini, Vertex AI, DeepSeek, Kimi, MiniMax, and any OpenAI-compatible endpoint like Ollama.
Can I add custom skills to MMClaw?โผ
Yes. You can install skills from ClawHub or create your own with the built-in skill-creator, and the agent detects updates automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core