---
title: "The 10 Hermes Skills Every Small Business Owner Should Install First"
url: https://ishchuk.eu/blog/hermes-skills-small-business-owners-should-install-first
published: 2026-09-19T23:07:15.000Z
updated: 2026-09-19T23:07:16.647Z
tags: [Hermes Agent, AI agents, skills, small business, automation, open source]
---

Hermes Agent skills are the difference between an AI that chats and an AI that works: they're plain-text knowledge documents that teach the agent repeatable workflows — triaging an inbox, extracting invoice data, drafting a proposal — which install once and pay out every time the task recurs. For a small business owner, the ten highest-leverage skills to install first are Google Workspace, email inbox triage, PDF processing, Excel spreadsheets, Word documents, meeting action items, document-to-action-items extraction, competitor news monitoring, product price monitoring, and Apple Notes/Reminders.

The quick version:

- **What skills are**: procedural memory for an open-source agent — markdown files in `~/.hermes/skills/` on your own machine, following the open agentskills.io standard
- **The first ten to install**: Google Workspace, email inbox triage, PDF, xlsx, docx, meeting action items, document-to-action-items, competitor news monitor, product price monitor, Apple Notes/Reminders
- **What they cost**: $0 for the software (MIT license); $10-60/month in model tokens for typical usage, or $0 if you run a local model on your own hardware
- **How to install**: one slash command — `/skills install <name>` — from the CLI or any messaging platform

Small businesses are already moving this direction. The U.S. Chamber of Commerce's 2025 report "Empowering Small Business: The Impact of Technology on U.S. Small Business" found 58% of U.S. small businesses use generative AI, up from 40% in 2024, and an Intuit QuickBooks 2025 survey put regular AI use at 68%. The owners winning back time aren't using smarter chatbots — they're installing procedural knowledge into agents that actually touch their tools. If you're new to the agent itself, start with the overview of [10 Hermes Agent use cases for small businesses](https://ishchuk.eu/blog/hermes-agent-use-cases-small-business).

## What Are Hermes Agent Skills?

Hermes Agent skills are modular, plain-text markdown documents that grant an autonomous AI agent reusable procedural workflows — such as email triage or PDF data extraction — without hardcoding. Hermes Agent is an open-source, MIT-licensed autonomous agent developed by Nous Research; agentskills.io is the open standard for portable, shareable skill definitions that Hermes implements. Skills live in `~/.hermes/skills/` on your own machine, and the agent can modify, improve, or delete any of them.

Skills use a progressive disclosure pattern to keep costs low: the agent loads only a skill's one-line description at first (level 0, roughly 3k tokens for the whole catalog), its full instructions only when a task needs them (level 1), and specific reference files on demand (level 2). The business translation: having fifty skills installed doesn't inflate your bill — the agent reads only what the current task requires.

A skill is a one-time setup that pays out every time the task recurs. And because the agent can write and refine its own skills from experience, the tenth month of use is faster and more tailored than the first.

## Which Hermes Skills Should a Small Business Install First?

Install these ten, roughly in this order. They're horizontal — every business has email, documents, and meetings — and each replaces a recurring manual chore with an on-demand capability.

### 1. Google Workspace Skill (Gmail, Calendar, Drive, Docs, Sheets)

The Google Workspace skill covers the four tools most owners live in: Gmail, Google Calendar, Drive, and Docs/Sheets. Once connected, the agent can search your inbox for that invoice thread, check tomorrow's calendar, pull numbers from a Sheet, and draft a client email — in one conversation. This is the skill that turns Hermes from a question-answering chatbot into an assistant that operates your actual stack.

### 2. Email Inbox Triage Skill

Inbox triage is the workflow logic that runs on top of that connection: it prioritizes threads, identifies what needs a reply today versus what can wait, and drafts safe response suggestions for your review. Note the division of labor — Google Workspace provides the connection to your mail; the triage skill provides the sorting, filtering, and draft-generation rules that operate on it. If you're not on Google Workspace, the bundled himalaya skill gives the same email capability over standard IMAP/SMTP for any provider. Paired with a scheduled cron job, a contractor gets a prioritized digest of the day's project emails at 8 a.m. instead of opening 60 unread messages cold.

### 3. PDF Skill

The PDF skill lets the agent create, read, merge, fill, OCR, and edit text in PDF files. For a small business drowning in documents — signed contracts, scanned receipts, insurance certificates, subcontractor invoices — this converts paper chaos into structured data. A typical instruction: "Extract the vendor, total, and due date from every PDF in ~/scans/invoices and add them to ledger.xlsx." Document-heavy industries feel this one first.

### 4. Xlsx Skill (Excel and CSV)

The xlsx skill gives the agent full read/write access to Excel workbooks and CSV files. Small businesses run on spreadsheets whether they admit it or not — job tracking, price lists, CRM exports, payroll hours. Instead of copy-pasting between tabs, ask the agent to reconcile this month's entries against last month's, flag duplicates, or restructure a messy sheet into a clean table. It combines naturally with the PDF skill: extract from documents, land in a workbook.

### 5. Docx Skill (Word Documents)

The docx skill handles creating, reading, editing, templating, and reviewing Word documents. Proposals, quotes, service agreements, and one-page contracts are the paperwork of small business revenue. Tell the agent the job parameters and your standard terms; it drafts the proposal from your template; you review and send. (A bundled powerpoint skill exists too, for businesses that live in decks.)

### 6. Meeting Action Items Skill

Meetings produce notes; notes produce nothing unless someone converts them. The meeting-action-items skill turns meeting notes into cited decisions, owners, and tickets — a 30-minute client call becomes a task list with names attached instead of a paragraph nobody rereads. For a one-person company, this skill is effectively the operations manager you don't have: it closes the loop between what was agreed and what gets done.

### 7. Document-to-Action-Items Skill

Where the previous skill handles meetings, this one extracts obligations, deadlines, and tasks from documents — contracts, RFPs, compliance letters, lease agreements. Small business owners sign a lot of paper with dates buried inside it; this skill surfaces those dates as tracked tasks. In construction and trades, it's the difference between catching a submittal deadline and paying for the delay.

### 8. Competitor News Monitor Skill

The competitor-news-monitor skill watches named companies for material news and delivers cited digests. Small firms rarely have anyone watching the market; this skill provides that function for the cost of tokens. Run it on a weekly cron job and Monday morning starts with a sourced summary of what your competitors launched, raised, or got acquired — not vague anxiety.

### 9. Product Price Monitor Skill

The product-price-monitor skill watches product, flight, or listing prices and alerts when they hit a target. For retailers and e-commerce sellers it tracks supplier and competitor pricing; for travel-planning businesses it watches flights. Paired with cron, it's a set-and-forget early warning system: the agent checks prices on schedule and messages you only when something crosses your threshold.

### 10. Apple Notes and Reminders Skills (Mac Owners)

For Mac-based businesses, the apple-notes and apple-reminders skills connect the agent to the Apple apps many solo owners already use — quick capture in Notes, tasks in Reminders — without migrating tools. A field note dictated on the commute lands in Notes, and "remind me to follow up with the supplier Thursday" becomes an actual reminder, not a good intention.

## How Do You Install Hermes Agent Skills?

Skills require no code. Follow these steps from the CLI or any connected messaging platform (Telegram, Discord, Slack, WhatsApp, and 20+ others):

1. Open your Hermes CLI or connected chat platform.
2. Run `/skills list` to see the bundled catalog already installed on your machine.
3. Run `/skills search <term>` or `/skills browse` to find a skill in the Skills Hub.
4. Run `/skills install <skill-name>` to add it to `~/.hermes/skills/`.
5. Invoke any installed skill as its own slash command — or stack up to five skills in a single message when a task spans several.

Two features matter for busy owners. `/learn` turns anything you can describe — a documentation page, a local folder of reference material, a procedure you just walked the agent through — into a new skill automatically, following the agent's authoring standards. And the agent also creates skills itself from repeated experience. To be precise about what that means: skills are plain files you can read, diff, and revert, nothing changes without leaving a trace on disk, and bundled skills are never silently overwritten — so "self-improving" means the agent proposes refinements and encodes recurring workflows, not that it rewrites your setup unpredictably.

## How Do You Match Hermes Skills to Specific Industries?

The first ten above are horizontal. Vertical businesses should add a second wave matched to their pain points:

- Construction and trades: pair document-to-action-items and PDF with cron jobs for submittal and change-order deadlines; add the airtable skill if you track jobs in Airtable.
- HVAC and field services: the maps skill handles geocoding, points of interest, and route calculations — useful for dispatch planning across daily job sites.
- Dental and medical practices: lean on document processing and scheduling through Google Workspace, keeping patient data inside your own systems rather than third-party SaaS.

The pattern is identical in every vertical: find the task that recurs weekly, installs once, and pays back monthly.

## How Much Do Hermes Agent Skills Cost?

The software is free: Hermes is MIT-licensed and skills are text documents that cost nothing to install. The running cost is model tokens, and it depends on how you power the agent:

- **Cloud models (typical)**: with mid-tier API models via providers like OpenRouter, moderate daily small-business usage runs roughly $10-60/month. Progressive disclosure keeps this low — the agent reads a skill's short description until the moment it needs the full instructions.
- **Local models**: if you run an open-weights model on your own hardware (Ollama, LM Studio), token costs drop to $0 after the hardware — at the tradeoff of weaker capability for complex tasks.
- **The comparison**: individual SaaS subscriptions run $20-200/month per seat, each solving one slice of the same workload. One agent running ten skills replaces several of them — and also does the cron scheduling, web research, and document generation those subscriptions were covering.

There's a privacy dividend too: skills execute locally, and your workflow rules live as files on your own disk — your business process knowledge isn't exported to a SaaS vendor's servers.

## How Do You Get Started with Hermes Agent Skills?

The checklist, verifiable against the official docs at hermes-agent.nousresearch.com:

1. Install Hermes (one curl command or the desktop installer) and run `hermes setup --portal` — one OAuth covers a model plus the tool gateway (web search, browser, image generation, TTS).
2. Connect one messaging platform — most small business owners start with Telegram from their phone.
3. Run `/skills list` to see the bundled catalog, then confirm the ten skills above.
4. Pick one recurring task — say, inbox triage every morning — and schedule it as a cron job.
5. After two weeks, review what the agent refined on its own and prune anything that isn't earning its keep.

The first ten skills are deliberately boring: email, documents, spreadsheets, meetings, monitoring. That's the point. Small businesses don't need exotic AI; they need the recurring 20% of their admin work to stop costing the 80% of their attention.


## FAQ

### What are Hermes Agent skills?

Hermes Agent skills are on-demand knowledge documents that teach the Hermes Agent how to do specific workflows, like triaging an inbox or extracting data from PDFs. They are plain markdown files that live in the .hermes/skills directory on your own machine, follow the open agentskills.io standard, and use progressive disclosure so the agent only loads full instructions when a task needs them. Skills cost nothing to install, and the agent can refine them over time as it gains experience.

### Which Hermes skills should a small business install first?

Install Google Workspace, email inbox triage, PDF, xlsx, docx, meeting action items, document-to-action-items, competitor news monitor, product price monitor, and Apple Notes/Reminders first. These cover the recurring admin work of a typical 1-10 person business: email, documents, spreadsheets, meetings, and monitoring. After that, add skills matching your industry, like maps for field services or Airtable for job tracking.

### How much do Hermes skills cost?

Skills themselves are free. They are plain markdown files included with the MIT-licensed Hermes Agent or installable from the Skills Hub. The only cost is model tokens: typical small business usage with mid-tier cloud models runs $10-60 per month, and running a local open-weights model on your own hardware drops token costs to zero after the hardware investment. Progressive disclosure keeps costs low because the agent reads just a skill's short description until it actually needs the full instructions.

### How do I install Hermes skills?

Use the /skills list, /skills search, and /skills install commands in the Hermes CLI or any connected messaging platform like Telegram. Every installed skill also becomes its own command you can invoke by name, and you can stack up to five skills in a single message. Bundled skills ship with the agent itself; community skills come from the Skills Hub.

### Can Hermes Agent create its own skills?

Yes. Hermes can turn anything you describe into a skill automatically using the /learn command, which works on documentation pages, local folders of reference material, or a procedure you just walked the agent through. The agent also creates skills from repeated experience. Because skills are plain files on your disk that you can read, edit, and revert, this happens transparently rather than as unpredictable rewrites.

### Do Hermes skills work on any platform or only Mac?

Most skills work on all platforms, but some are platform-specific. Apple Notes, Apple Reminders, iMessage, and FindMy skills are macOS-only, while skills like Google Workspace, PDF, xlsx, docx, and email triage work on macOS, Linux, and Windows. Skills can declare which platforms they support, and incompatible ones are hidden automatically.