Summary of "13 OpenClaw Skills You NEED To Install Right Now"
High-level summary
OpenClaw (formerly Cordbot) is an agent framework where users install “skills” from Clawhub to automate complex workflows. Properly configured, agents can replace whole job functions; poorly configured, they behave like chatbots. There are thousands of skills available—many are low-quality or malicious—so vetting is important. OpenClaw now partners with VirusTotal to scan submissions.
Practical impacts reported include dramatic API cost reductions, viral content creation, and persistent project memory that reduces repeated work. Many skills require API keys or OAuth (OpenAI image key, Google OAuth, Brave search API trick, etc.), and security researchers have found 500+ malicious skills, so backups and safety protocols are recommended.
Warning: Security researchers found over 500 malicious skills (keyloggers/backdoors). Use vetted sources, backups (Git/GitSync), and limit autonomous/self-upgrade modes.
Practical impacts cited
- Creator reduced API spend from about $1,200/month to ~$40/month by optimizing agents.
- One skill (Larry) generated 8 million TikTok views and yielded ~$1k/month recurring revenue for the creator.
- Other skills have reported token usage reductions up to ~70% or provide persistent project memory to avoid re-processing files.
Warnings and setup notes
- Many skills require credentials: OpenAI keys (image generation), Google OAuth, Twitter API, Brave Search API, etc.
- Use backups (Git/GitSync) and safety protocols, especially for self-upgrading skills (e.g., Capability Evolver).
- Prefer open-source or audited skills, and vet skill repositories (Markdown/readable code).
- Monitor API costs; some skills expose per-query costs or include capped/quick modes.
The 13 OpenClaw skills covered
1) Larry — AI TikTok growth engine
- Automates slideshow generation: creates six portrait images via an OpenAI image model, adds text overlays, and posts drafts to TikTok.
- Production rules built in: fixed scene architecture across slides, exact font sizing (6.5% of image height), vertical placement rules, line-break heuristics, etc.
- Tracks full funnel (views → downloads → trials → subscriptions) and auto-generates daily reports; learns which hooks work and self-improves.
- Cost: ≈ $0.50 per slideshow (or $0.25 via batch API).
- Released free on Clawhub.
2) Capability Evolver — self-upgrading agent
- Meta-skill that reviews failures, rewrites its own code, debugs, and upgrades itself.
- Modes: review (requires permission) and “mad dog” (continuous autonomous evolution).
- Safety: recursion protections recommended; use Git backups to recover.
3) QMD — token killer (document-efficient retrieval)
- Indexes local knowledge bases using BM25 + vector search so the agent fetches only relevant paragraphs instead of rereading whole documents.
- Result: large token-cost reductions (reported up to ~70% savings).
- Install via GitHub/OpenClaw; concept originally attributed to Toby (Shopify CEO).
4) Anti-AI Slop Humanizer (and code variant)
- Detects 24 AI-writing “tells” and removes them (formatting, phrasing, fake enthusiasm, overused structures).
- Code-focused variant removes over-commenting, unnecessary defensive patterns, and over-engineering.
5) Exa AI Web Search (XAI) — internet access for agents
- Gives agents web search access with free/no API key options discussed.
- Includes a workaround using Brave Browser Search & Answers API (free $5/month credit) with usage caps to avoid charges; a step-by-step signup walkthrough is provided.
6) GOG — Google Workspace CLI
- Unifies Gmail, Calendar, Drive, Contacts, Sheets, Docs into one CLI skill.
- Use cases: inbox triage, draft replies, block calendar time, update spreadsheets.
- Supports multiple Google accounts via OAuth.
7) X Research Assistant — Twitter/X analyst
- Wraps the Twitter API into a CLI: search tweets, fetch threads, monitor accounts.
- Adds quality filters (minimum likes), sorting, time filters, watchlists.
- Includes per-query cost transparency and quick/capped modes to control API spend.
8) Bite Robot — persistent project memory
- Builds a context tree / structured knowledge base that survives sessions to prevent repeated re-reading of the same files.
- Operations: curate (add information) and sync (push/pull to cloud).
- Widely downloaded (~16k downloads).
9) WhatsApp CLI
- Lets agents send messages, search chat history, and sync conversations via WhatsApp.
- Typical use: send notes/reminders to yourself; can message others but requires extra caution and credentials.
10) Browser automation — Playwright integration
- Provides full control of Chrome: clicks, form fills, navigation, screenshots, and scraping.
- Modes: Chrome extension mode (use existing sessions/cookies) and headless mode.
- Uses a snapshot approach to understand page structure, which is more efficient than image/vision methods.
11) Mission Control — daily dashboard / chief-of-staff
- Aggregates tasks, calendar events, action items, and messages into a morning briefing.
- Pairs well with GOG and X Research for a consolidated daily workflow.
12) X Impact Checker — hack the algorithm
- Scores tweets against Twitter’s published recommendation algorithm and suggests rewrites to improve reach.
- Used alongside X Research for an end-to-end Twitter growth workflow.
13) Misc install/help resources & tutorials
- Video links cover all skills and include a deeper tutorial on cutting OpenClaw costs (claims up to ~97% savings).
- Practical install notes include GitHub install commands, OpenAI API key setup for image generation, Brave API free credit trick, and OAuth flows for Google products.
Metrics, popularity & notable data points
- Larry: 8 million TikTok views in a week; ~$1k MRR for the creator; skill file grew from ~50 to 500+ lines across iterations.
- Capability Evolver: >35,000 downloads (most downloaded skill).
- WhatsApp CLI: ~16,400 downloads (second most).
- Bite Robot: ~16,000+ downloads (third most).
- Security: researchers found 500+ malicious skills; OpenClaw uses VirusTotal scans for submissions.
Practical advice & limitations
- Vet skills before installing. Prefer open-source, Markdown-documented, or audited skill repos.
- Use safety backups (Git/GitSync) and limit autonomous modes (use review mode instead of continuous autonomous “mad dog” mode).
- Expect to provide credentials for many skills (OpenAI, Google OAuth, Twitter API, Brave API).
- Monitor costs: use token-saving indexes (QMD) and capped usage modes to avoid runaway API spend.
- For self-upgrading agents, implement recursion protections and maintain reliable backups to recover from bad changes.
Main speakers and attributed sources
- Video narrator / host (primary walkthrough and tests)
- Ollie Warren — creator of the “Larry” TikTok skill
- Toby (referred to as Shopify CEO) — credited for the original concept behind QMD
- Editor Doobes — provides the Brave API free-credit walkthrough
- OpenClaw (platform) and Clawhub (skill repository)
- VirusTotal (security scanning partner)
- Community mentions: RevenueCat (analytics integration) and AI Edge community (featured X Research)
Category
Technology
Share this summary
Is the summary off?
If you think the summary is inaccurate, you can reprocess it with the latest model.