The Best OpenClaw Skills for Business in 2026
The top OpenClaw skills for business productivity in 2026—from CRM and browser automation to Gmail, Google Calendar, GitHub, and custom AI workflows.
The Best OpenClaw Skills for Business in 2026
OpenClaw's skill system is one of its most underrated features. Skills are portable, markdown-based instruction files that teach your AI agent new capabilities — installed in seconds, composable with each other, community-shareable on clawhub.ai.
DenchClaw ships with a comprehensive set of built-in skills. But knowing which ones to use for which business workflows is its own knowledge. This is that guide: the best skills for business users in 2026, what they do, and how to combine them effectively.
What Are Skills?#
A skill is a folder containing a SKILL.md — a structured markdown file that tells the agent how to use a new capability. Skills live in ~/.openclaw-dench/workspace/skills/ (workspace skills) or can be installed globally from clawhub.ai.
When you ask the agent to do something, it reads the relevant skill file and follows its instructions. The skill might invoke a CLI tool, make API calls, run browser automation, or execute SQL queries. You don't need to know how any of that works — you just describe what you want.
The Core Business Skills#
1. CRM / Database Skill#
Location: skills/crm/SKILL.md
Best for: Everyone who uses DenchClaw for relationship management
The CRM skill is the heart of DenchClaw. It handles everything related to the structured database: creating and managing objects, adding fields, inserting entries, updating records, generating reports, and maintaining PIVOT views.
Without this skill, DenchClaw is just an agent. With it, the agent becomes a database operator that responds to natural language.
Example uses:
- "Add a new lead: Sarah Chen, VP Product at Stripe, sourced from LinkedIn"
- "Show me all companies with more than 50 employees in the fintech sector"
- "Create a report showing deal close rate by month for Q1"
2. Google Workspace (gog) Skill#
Location: skills/gog/SKILL.md
Best for: Teams that live in Gmail, Google Calendar, Drive
The gog skill unlocks the full Google Workspace suite through the gog CLI. Compose emails, schedule calendar events, search Drive, create Sheets, update Docs — all from the agent.
For sales teams, this is the skill that closes the loop: the CRM knows your contacts, gog sends the emails and creates the calendar invites.
Example uses:
- "Draft a follow-up email to James Liu at Acme Corp based on our last meeting notes"
- "Schedule a 30-minute call with Sarah Chen next Tuesday at 2pm"
- "Find the proposal I sent to Beta Inc last month in Drive"
3. Browser Automation Skill#
Location: skills/browser/SKILL.md
Best for: Data enrichment, importing from web tools, LinkedIn outreach
The browser skill is DenchClaw's secret weapon. It uses a copy of your Chrome profile — so you're already logged in everywhere — to automate web tasks without API keys.
Import contacts from LinkedIn. Pull data from HubSpot. Fill out forms. Scrape pricing pages. Log into any authenticated website and extract what you need.
Example uses:
- "Go to LinkedIn and get the current role and company for the 10 people in my stale leads view"
- "Log into our Apollo account and pull all contacts added this week into DenchClaw"
- "Check the status of our open invoices in QuickBooks"
4. GitHub Skill#
Location: skills/github/SKILL.md
Best for: Developer teams, open source maintainers, product teams
The GitHub skill wraps the gh CLI. Create issues, list PRs, check CI status, comment on pull requests, review diffs — all from the agent.
For technical founders, this skill connects your code operations to your CRM. A bug report from an enterprise customer can automatically create a GitHub issue and update their CRM entry.
Example uses:
- "List all open PRs in the denchclaw/denchclaw repo"
- "Create a bug issue: 'CSV export fails for entries with commas in field names' — label: bug, priority: P1"
- "What's the status of the latest CI run on main?"
5. Email (Himalaya) Skill#
Location: skills/himalaya/SKILL.md
Best for: Teams using IMAP/SMTP email (Fastmail, Proton, custom domains)
The himalaya skill connects the agent to your email via IMAP/SMTP. Unlike the gog skill (Gmail-specific), himalaya works with any email provider.
Read, search, compose, and send emails. Process lead inbound from a contact form email. Follow up with leads based on CRM data. The email skill is how the agent acts on email at scale.
Example uses:
- "Check my inbox for any emails from Acme Corp since Monday"
- "Reply to Tom's email from yesterday: tell him I'll have the proposal ready by Friday"
- "Search for all emails mentioning 'renewal' from the past 30 days"
6. Apple Notes Skill#
Location: skills/apple-notes/SKILL.md
Best for: Mac users who keep meeting notes and quick captures in Notes
The Apple Notes skill lets the agent read and write to your Notes app. Capture quick thoughts, create note folders, search existing notes.
For DenchClaw users, this skill bridges the gap between quick captures (Apple Notes) and structured data (DuckDB). The agent can read a note you took during a meeting and turn it into CRM entries automatically.
Example uses:
- "Read my note from yesterday's meeting with Acme and add any new people or action items to DenchClaw"
- "Create a note 'Follow up with Sarah' in my Sales Notes folder"
7. Things 3 / Apple Reminders Skills#
Location: skills/things-mac/SKILL.md, skills/apple-reminders/SKILL.md
Best for: Task management connected to CRM
These skills connect your task manager to your CRM. When a deal stage changes or a follow-up is due, the agent can create a task in Things 3 or Apple Reminders automatically.
The combination of CRM + tasks means nothing falls through the cracks. Deals don't stall because the agent creates a task for every required action.
Example uses:
- "Add to Things: 'Send Enterprise proposal to Acme Corp' due April 5"
- "What tasks do I have due today in Things?"
8. Coding Agent Skill#
Location: skills/coding-agent/SKILL.md
Best for: Technical teams, developers, app builders
The coding agent skill delegates code-writing tasks to specialized AI coding tools (Codex, Claude Code, Gemini via ACP). When the task is "build this feature" or "write this SQL analysis," this skill spins up the right specialist.
For DenchClaw users who are also developers, this means the same agent that manages your CRM can also build custom Dench Apps, write SQL analysis queries, and maintain your codebase.
Example uses:
- "Build a Dench App that shows pipeline velocity by rep"
- "Use Claude Code to refactor the import script for better error handling"
9. Here Now (Sharing) Skill#
Location: skills/here-now/SKILL.md
Best for: Sharing files, reports, or apps publicly
The here-now skill lets you publish files to the web instantly and get a live URL. For sharing CRM reports with stakeholders who don't have DenchClaw access, this is the fastest path.
Example uses:
- "Export my Q1 pipeline summary as HTML and publish it to a shareable URL"
- "Share this dashboard app at a public URL for our board meeting"
Skill Combinations That Work Well#
CRM + gog + browser: The complete sales workflow. CRM stores the contacts, browser enriches them, gog sends the emails and books the meetings.
CRM + GitHub + coding-agent: The technical founder stack. CRM tracks customers and their feature requests, GitHub creates and tracks issues, coding-agent builds the features.
CRM + himalaya + apple-notes: The consultant workflow. Notes captures quick client observations, himalaya handles email outreach, CRM maintains the structured relationship history.
CRM + things-mac + gog: The account executive stack. CRM for contacts and deals, Things for personal task management, gog for email and calendar. Everything synchronized by the agent.
Community Skills on clawhub.ai#
Beyond the built-in skills, the community publishes additional skills on clawhub.ai. Notable categories include:
- Data enrichment skills — Apollo, Clearbit, LinkedIn data pulls
- Integration skills — Stripe data, Shopify orders, Jira tickets
- Workflow skills — specialized pipelines for specific industries
- Analytics skills — more advanced DuckDB reporting patterns
Install any skill with the clawhub skill:
"Install the Apollo enrichment skill from clawhub"
Building Your Own Skill#
If a skill you need doesn't exist, you can build one. A skill is a markdown file — no code required. Describe the tool or workflow, the CLI commands it uses, examples of agent instructions, and the expected output format.
The skill-creator skill walks you through the process step by step.
Frequently Asked Questions#
Do skills cost anything?#
Built-in skills are free and included with DenchClaw. Community skills on clawhub.ai are published by community members — most are free, some may have a price set by the author.
Can I use skills from the old OpenClaw skill store?#
Yes. DenchClaw runs on top of OpenClaw, so OpenClaw-compatible skills work in DenchClaw. The clawhub skill can search and install them.
How do I know which skill handles a given task?#
The agent knows which skills are installed and reads their descriptions automatically. When you ask for something, the agent selects the right skill. If it's ambiguous, it will ask which tool you prefer.
Can two skills conflict with each other?#
Skills are just instruction files — they don't conflict at the code level. If two skills give conflicting instructions for the same task, the agent will generally prefer the more specific skill. You can also explicitly ask for a specific skill: "Use the himalaya skill to send this email."
How do I share a skill I've built?#
Publish it to clawhub.ai via the clawhub CLI: clawhub publish ./my-skill/. The community can then discover, install, and improve it.
Ready to try DenchClaw? Install in one command: npx denchclaw. Full setup guide →