
u/Silent_Employment966

10 Claude Code features worth actually learning
CLAUDE.md is the first thing to set up. It loads every session automatically. Stack, naming conventions, rules you'd otherwise re-explain constantly. Write it once.
Context degrades past 90% capacity. Claude Code gets measurably worse, not just slower. Between tasks, run /clear. That's it.
Escape Escape opens a checkpoint menu that lets you rewind both code and conversation to any earlier state. If a session goes sideways, you're not stuck with it.
Worktrees keep main clean. claude -w feature-branch spins up an isolated git worktree. Claude Code commits and opens pull requests there. Your main branch stays untouched.
The -p flag makes Claude Code composable. Pipe logs, diffs, files directly in: git diff main | claude -p "review". Non-interactive, scriptable, works in any pipeline.
Effort level is not maxed by default. There are four: low, medium, high, max. On hard problems, pass --effort high explicitly.
Auto memory is on by default. Claude Code saves build commands, project quirks, and your preferences across sessions without you doing anything.
Set a spend cap for automated runs. --max-budget-usd 5.00 combined with --max-turns 3 prevents runaway costs in continuous integration and continuous delivery setups.
Path-scoped rules keep things tidy. Rules in .claude/rules/api.md only load when you're in API files. Test rules stay in test files. No bleedover between contexts.
Named sessions make parallel work manageable. claude -n "auth-refactor" names the session. claude -r "auth-refactor" picks it back up later. Multiple workstreams, no context collisions.

The 25+ OpenClaw Skills Worth Installing
1. StartClaw (run in production)
where is your agent actually running?
Most people start locally. That works until you close your laptop and your agent goes offline, or a skill with shell access does something unexpected on the same machine as your SSH keys and personal files. The blast radius of a misconfigured skill on a local setup is your entire environment.
StartClaw puts OpenClaw on a dedicated cloud instance, isolated from your personal machine. Pick your model, connect Telegram, WhatsApp, or Discord from a single dashboard, and your agent is live in under 60 seconds. No Docker, no server provisioning, no configuration files.
The rest of this list assumes your agent is always on.
2. Web Browsing (bundled)
Gives your agent live internet access: page navigation, content extraction, link following. Without it, you're working with a chatbot on stale training data.
Most installed skill on ClawHub at 180,000+ installs. Comes pre-bundled, nothing to add.
3. Telegram
Connects your agent to Telegram via a BotFather token. You message it from your phone, it responds. Setup is around five minutes, latency is surprisingly low.
145,000+ installs. Good for anyone who needs to reach their agent away from a desktop.
Install: clawhub.ai/codedao12/telegram
4. Google Workspace (GOG)
Gmail, Calendar, Drive, Contacts, Sheets, and Docs through one integration. Your agent can clear your inbox, schedule meetings, and organize documents without you touching any of it.
Install: clawhub.ai/steipete/gog
5. Capability Evolver
A self-evolution engine where the agent automatically improves its own capabilities over time through machine learning feedback loops.
Most downloaded skill on ClawHub overall.
Install: clawhub.ai/autogame-17/capability-evolver
6. Self-Improving Agent
Self-learning framework. The agent learns from its own interactions and adjusts its responses over time.
16,700 stars on ClawHub, nearly three times the next closest skill. Good for anyone running the same agent daily.
Install: clawhub.ai/xiucheng/xiucheng-self-improving-agent
7. Wacli (WhatsApp)
Command-line interface integration with WhatsApp. Your agent can send messages to third parties, search conversation history, and sync threads. Useful for freelancers and businesses where WhatsApp is the primary client channel.
Install: clawhub.ai/byungkyu/whatsapp-business
8. Agent Browser
Full browser automation: navigation, form filling, scraping, screenshots. If Web Browsing is reading the internet, this is acting on it.
Install: clawhub.ai/matrixy/agent-browser-clawdbot
9. GitHub
Repository management through the gh command-line interface: issues, pull requests, workflow runs, API queries. Pull request creation, code review, continuous integration monitoring, issue triage, all hands-free.
Required if you write code.
Install: clawhub.ai/steipete/github
10. Summarize (bundled)
Intelligent text summarization for long documents, articles, and threads. Saves time on reports and long-form reading.
Install: clawhub.ai/steipete/summarize
11. Tavily Search
Search built specifically for AI agents. Fast web search with results formatted for machine reading rather than humans. Useful when your agent needs current news, documentation, or facts that aren't in its training data.
Install: clawhub.ai/matthew77/liang-tavily-search
12. Obsidian (bundled)
Integration with your Obsidian vault. The agent creates, organizes, and updates Markdown notes. Effective for automatic note-taking during research sessions.
Install: clawhub.ai/bassshang/obsidian-notesmd-cli
13. n8n Workflow
Connects OpenClaw to n8n. You can trigger and manage n8n workflows directly through your agent, which opens up connections to hundreds of third-party applications and internal systems.
Install: clawhub.ai/kowl64/n8n-workflow-automation
14. ElevenLabs Agent
Voice synthesis via the ElevenLabs API. Generate voiceovers, audio notifications, and spoken content from your agent's output.
Install: clawhub.ai/pennyroyaltea/elevenlabs-agents
15. ByteRover
Multi-purpose task handler: automation and processing across diverse data types. Over 30,000 downloads, third most popular skill on ClawHub.
Install: clawhub.ai/byteroverinc/byterover
16. YouTube Watcher
Downloads subtitles or transcripts from any YouTube video and converts them to clean text. Your agent can then summarize, answer questions, or extract key points from the content.
Useful for long lectures, interviews, and conference talks where watching the full video isn't practical.
Install: clawhub.ai/michaelgathara/youtube-watcher
17. Sonoscli (bundled)
Sonos audio system control: playback, grouping, volume management. Turns your agent into a smart home controller if you're in that setup.
10,000+ downloads.
Install: clawhub.ai/steipete/sonoscli
18. Ontology
Organizes knowledge into structured concepts and relationships. Builds knowledge graphs. Useful when your agent needs to reason about complex domains with many interconnected entities.
Install: clawhub.ai/oswalpalash/ontology
19. AgentMail
Gives your agent its own programmable inbox. It can handle email, sign-ups, and correspondence autonomously. Your agent gets its own address and manages it without you in the loop for routine messages.
Install: clawhub.ai/adboio/agentmail
20. Playwright / Browser Relay
Full browser automation via Playwright: navigation, forms, scraping, dynamic web app interaction. More capable than Agent Browser for complex scenarios like testing pipelines and monitoring sites with heavy JavaScript rendering.
Install: clawhub.ai/spiceman161/playwright-mcp
21. Veryfi
Upload receipts, invoices, or bank statements to your agent and get structured data back in seconds. Built on Veryfi's extraction engine. Eliminates manual entry for financial documents.
Install: skillsmp.com/skills/ljt-520-openclaw-backup-skills-dbirulia-documents-ai-skill-md
22. Credential Manager
Secure credential storage for OpenClaw. Without this, credentials sit insecurely in plain config. Install this early, right after initial setup.
Install: skillsmp.com/skills/unopim-unopim-kilocode-skills-code-unopim-credential-management-skill-md
23. Apple Notes
Apple Notes integration: create, read, and manage notes through your agent. 282,000+ stars on SkillHub. macOS and iOS users only.
Install: clawhub.ai/steipete/apple-notes
24. Agent Deep Research
Autonomous research powered by Google Gemini. The agent finds sources, analyzes them, and synthesizes findings on its own. Useful for competitive research, due diligence, and background work on unfamiliar topics.
Install: clawhub.ai/jahonn/deep-research-agent
25. Agent Team Orchestration
Multi-agent coordination: defines roles, task lifecycles, handoff protocols, and review stages. Lets you run a structured team of agents where each one owns a specific part of the work.
Install: clawhub.ai/arminnaimi/agent-team-orchestration
26. Biz Reporter
Automated business reports pulling from Google Analytics 4, Google Search Console, and Stripe. Weekly metrics summary with no manual work.
Install: skillsmp.com/skills/openclaw-skills-skills-ariktulcha-biz-reporter-skill-md
27. Notion Integration
Full Notion integration: create pages, manage databases, update content. Your agent can handle project management directly inside your workspace.
Install: clawhub.ai/steipete/notion
28. Slack Integration
Connects your agent to Slack: read messages, send replies, monitor channels. It becomes an active participant in your team's communication rather than a separate tool you have to context-switch to reach.
Install: clawhub.ai/steipete/slack
29. Universal Skills Manager
Centralized skill discovery and installation across SkillsMP, SkillHub, and ClawHub. Supports Claude Code, Gemini, OpenCode, and other runtimes. Useful if you're managing skills across more than one agent environment.
30. Bitwarden Vault
Pulls passwords and secrets from Bitwarden or Vaultwarden directly into your agent's context. No manual copying.