You’ve got OpenClaw running. It responds to messages. Cool. But right now it’s basically a chatbot with a personality file. The real magic happens when you install skills — plugins that give your agent the ability to interact with the real world.
Think of a fresh OpenClaw install like a new smartphone. Useful on its own, but transformative once you install the right apps. Here are the 10 skills every beginner should set up first, in order of impact.
1. 🌤️ Weather
What it does: Gives your agent access to weather data — current conditions, forecasts, and severe weather alerts for any location.
openclaw skill install weather
Why it matters: Weather awareness is surprisingly useful for a personal assistant. Your agent can proactively warn you about rain before you leave, factor weather into calendar suggestions, or just answer “do I need an umbrella?” without you opening an app.
Example use case: Your agent checks the weather during a morning heartbeat and messages you: “Heads up — rain expected after 2 PM and you have an outdoor lunch at noon. Might want to move it indoors.”
2. 📧 Himalaya (Email)
What it does: Connects OpenClaw to your email accounts via Himalaya, a lightweight CLI email client. Read, send, search, and manage emails.
openclaw skill install himalaya
Why it matters: Email is the connective tissue of modern life. With Himalaya, your agent can triage your inbox, summarize unread messages, draft replies, and flag urgent items — all without you opening Gmail.
Example use case: During a heartbeat, your agent checks email and messages you on Slack: “3 new emails — one from your dentist confirming Tuesday’s appointment, one newsletter (skippable), and one from your boss asking about the Q1 report. Want me to draft a reply to that last one?”
Setup tip: You’ll need to configure Himalaya with your email credentials separately. Check himalaya setup for IMAP/SMTP configuration.
3. 🔍 GoG (Google Search)
What it does: Gives your agent the ability to search Google and fetch web content. Essential for answering questions that need current information.
openclaw skill install gog
Why it matters: Without web search, your agent’s knowledge has a cutoff date. With GoG, it can look up anything — restaurant hours, news, package tracking, documentation, you name it.
Example use case: You ask “What time does the post office on Main St close today?” and your agent searches, finds the answer, and replies — no tab-switching required.
4. 📝 Summarize
What it does: Provides optimized prompts and workflows for summarizing articles, documents, PDFs, and web pages.
openclaw skill install summarize
Why it matters: Information overload is real. This skill lets your agent distill long articles, meeting notes, or documents into concise summaries. Pair it with GoG to summarize any URL.
Example use case: Someone shares a 20-page PDF in your Slack channel. You say “summarize this” and get a clean 5-bullet summary in seconds.
5. 🐙 GitHub
What it does: Integrates with GitHub for repository management — check PRs, review issues, read code, manage notifications, and interact with your projects.
openclaw skill install github
Why it matters: If you code (and let’s be honest, most early OpenClaw users do), GitHub integration is essential. Your agent can monitor repos, alert you to new issues, summarize PR changes, and even help with code review.
Example use case: Your agent’s morning check finds 3 new issues on your open-source project and a PR from a contributor. It summarizes them and asks if you want to review the PR diff.
Setup tip: You’ll need a GitHub personal access token. The skill will walk you through it.
6. 💬 iMsg (iMessage)
What it does: Lets your agent send and read iMessages on macOS. Yes, really.
openclaw skill install imsg
Why it matters: iMessage is how many people actually communicate day-to-day. With this skill, your agent can relay messages, send texts on your behalf, and even participate in conversations (with your permission and guidelines).
Example use case: You’re in a meeting and get an iMessage asking if you’re free for dinner. Your agent reads it, checks your calendar, and replies: “Kai’s in a meeting until 5 but his calendar is free tonight. I’ll let him know you asked!”
Note: macOS only. Requires appropriate permissions for Messages access.
7. 📸 CamSnap
What it does: Takes photos using connected cameras — your Mac’s webcam, iPhone cameras (via node pairing), or IP cameras.
openclaw skill install camsnap
Why it matters: Visual awareness opens up creative use cases. Check on your pets, see who’s at the front door, or snap a photo of your whiteboard for later reference.
Example use case: You’re away from home and ask “Can you check the front door camera?” Your agent snaps a photo and sends it to you with a description: “Clear shot. No packages, no visitors. Looks normal.”
Setup tip: Name your cameras in TOOLS.md so your agent knows which is which (e.g., “front-door”, “living-room”).
8. 👀 BlogWatcher
What it does: Monitors RSS feeds and websites for new content. Get notified when your favorite blogs publish, when a product page changes, or when news breaks.
openclaw skill install blogwatcher
Why it matters: Instead of checking 15 websites manually, let your agent watch them for you. It reads the feeds during heartbeats and alerts you only when something interesting appears.
Example use case: You configure it to watch the OpenClaw changelog, Hacker News front page, and your competitor’s blog. Your agent pings you: “New OpenClaw release: v2.4.0 with skill marketplace support. Want a summary of the changelog?“
9. ✅ Apple Reminders
What it does: Integrates with Apple Reminders on macOS — create, list, complete, and manage reminders and lists.
openclaw skill install apple-reminders
Why it matters: Natural language reminders through your AI agent feel magical. “Remind me to call the vet tomorrow at 10” — done. It lands in your actual Reminders app, synced across all your Apple devices.
Example use case: During a conversation, you mention needing to buy groceries. Your agent creates a reminder for your next free block. Later, you mention specific items and it adds them to your grocery list.
Note: macOS only. Uses the native Reminders integration via AppleScript.
10. 🔐 1Password
What it does: Integrates with 1Password CLI for secure credential lookup. Your agent can retrieve passwords, API keys, and secure notes when needed.
openclaw skill install 1password
Why it matters: Your agent sometimes needs credentials to act on your behalf — API keys for services, login details for automations. 1Password integration keeps this secure, with proper authentication rather than plaintext secrets in config files.
Example use case: You ask your agent to log into a service. Instead of you pasting credentials, it securely retrieves them from 1Password (with biometric confirmation), uses them, and never stores them in conversation history.
Setup tip: Requires 1Password CLI (op) to be installed and configured. The skill uses op read for secure access.
Installation Cheat Sheet
Want to install all 10 at once? Here you go:
openclaw skill install weather himalaya gog summarize github imsg camsnap blogwatcher apple-reminders 1password
After installation, each skill may need some configuration. Run openclaw skill info <name> to see setup instructions for any skill.
What’s Next?
These 10 skills cover the foundations: awareness (weather, blogwatcher), communication (himalaya, imsg), information (gog, summarize, github), action (apple-reminders, camsnap), and security (1password).
Once you’re comfortable, explore more skills:
- search-x — Search X/Twitter via Grok
- coding-agent — Spawn Claude Code or Codex for complex programming tasks
- sag — ElevenLabs TTS for voice responses
- gocal — Google Calendar integration
The beauty of OpenClaw’s skill system is that each one is a building block. The more you add, the more capable your agent becomes — and the more it starts to feel like a real assistant rather than a chatbot.
New to OpenClaw? Start with our 10-minute setup guide. Want to keep costs low while running all these skills? Read our API cost optimization guide. Want to build your own skill? Follow our custom skill tutorial. Join the community Discord to see what skills other users are building.