OpenClaw Skills with High Adoption: Capability Evolver, WACLI, Composio, and More

A post on r/openclaw lists several OpenClaw skills that have gained traction based on install numbers and user feedback. The skills serve distinct purposes, from agent self-improvement to external tool integration.
Key Skills and Their Functions
- Capability Evolver: 35k installs, #1 on ClawHub. It enables an agent to audit itself and gradually rewrite its own behavior over time.
- Self-Improving Agent: 15k installs, 132 stars. It picks up patterns from user interaction and improves its responses specifically for that user. Can be run alongside Capability Evolver as they focus on different aspects.
- WACLI: 16k installs. Provides full WhatsApp access from an agent, allowing it to send messages, pull conversation history, and search threads.
- Composio: A single skill that connects an agent to 860+ apps (e.g., Gmail, Slack, GitHub, Notion, Jira, Linear) through Composio's auth layer, handling OAuth properly so tokens are not stored near the agent.
- GoG: 14k installs. One skill for all of Google Workspace: Gmail, Calendar, Drive, Docs, Sheets, and Contacts, avoiding the need for several separate integrations for the same account.
- Agent-Browser: Gives an agent a real browser to click, fill forms, navigate pages, and extract data from sites that block basic scraping.
- Tavily-Web-Search: A search tool designed for agents, returning results in a format agents can use directly without extra parsing.
- DuckDB: Enables SQL queries over local files (CSV, Parquet, JSON, etc.) without setting up a database.
- AgentZero Bridge: When a task is too long or complex for OpenClaw to handle in one pass, it hands the task off to Agent Zero and brings the result back, with bidirectional communication to keep the user in the loop.
- ArXiv-Watcher: Monitors arXiv for specified topics or authors and surfaces new papers automatically.
- n8n Workflow Skill: Triggers and manages n8n workflows from inside OpenClaw, with credentials staying in n8n.
- Memory-Hygiene: Clears out stale context, contradictions, and outdated preferences from OpenClaw memory to prevent old context from affecting new sessions.
- GitHub: Wraps the GitHub CLI as a skill to manage issues, pull requests, branches, and repo workflows through chat.
- Debug-Pro: Implements a structured debugging methodology into the agent, walking through systematic isolation and resolution steps across languages.
- Test-Runner: Writes and runs tests from a single instruction, handling scaffolding, execution, and result interpretation in one pass across multiple languages.
The post suggests these skills are worth trying based on their adoption metrics and practical applications.
📖 Read the full source: r/openclaw
👀 See Also

Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2 Model Released with LM Studio Configuration
A merged uncensored model combining Qwen3.5-9B architecture with Claude 4.6 Opus training data is now available, with specific LM Studio 0.4.7 settings provided for optimal performance including temperature 0.7 and top K sampling 20.

Introducing Xrouter: A Smart Hybrid LLM Router to Optimize Cost and Performance
Discover Xrouter, an open-source creation that dynamically integrates local with cloud inference, designed to slash AI costs while boosting efficiency.

Harnessing Claude Code for Bot Consultancy: A Deep Dive
Exploring the integration of Claude Code within bot development to enhance functionality through AI consultancy, as shared by an enthusiast on r/clawdbot.

Memora v0.2.25 MCP Server: 5× Faster Writes on D1 Database
Memora v0.2.25, an MCP server for Claude persistent memory, achieves 5× faster writes on Cloudflare D1 with memory_create dropping from 10s+ to ~1.8s and memory_update from 10s+ to ~1.1s per call.