martes.app / Docs / Hermes Skills
Docs /Hermes Skills

Hermes Skills

Built-in skills active by default and optional installable skills.

Skills System

Skills are capability modules that extend Hermes beyond its native tools. Hermes also creates its own skills automatically after solving complex tasks, encapsulating knowledge for future reuse.

The client manages their skills from Telegram:

/skills browse         → explore the skills hub
/skills install notion → install Notion skill
/skills list           → see installed skills

Built-in skills (active by default)

Productivity

SkillWhat it does
NotionRead/write of pages and databases
AirtableFull CRUD, filters, upserts, views
Google WorkspaceGmail, Calendar, Drive, Docs, Sheets, Contacts
LinearIssues, projects, cycles, comments
Maps / RoutesGoogle Maps, geocoding, distances, routes
OCR and documentsText extraction from PDFs, images, scanned documents
PowerPointCreation and editing of presentations
Teams Meeting PipelineMicrosoft Teams meeting automation

Social Media

SkillWhat it does
X / TwitterSearch, tweet analysis (OAuth or API key)

Research

SkillWhat it does
ArXivAcademic paper search
RSS / HTTPContent and source monitoring
GitHub WatchRepository monitoring
Basic OSINTDomain and organization information

Development

SkillWhat it does
GitHubRepos, PRs, issues, releases, CI/CD via gh CLI
MLOpsTraining, evaluation, vector databases

Creative

SkillWhat it does
DiagramsExcalidraw, UML, system architecture
ASCII ArtVisual design in terminal

Optional skills (install via /skills install)

Finance and markets

SkillWhat it does
stocksQuotes, history, crypto via Yahoo Finance (no API key)
3-statement-modelIncome statement, balance sheet, cash flow
dcf-modelValuation by discounted cash flows
comps-analysisComparative company analysis
lbo-modelLeveraged buyout modeling
merger-modelMerger and acquisition analysis
hyperliquidDeFi perpetuals and spot via Hyperliquid SDK

Blockchain

SkillWhat it does
solanaWallets, tokens, transactions, NFTs, whale detection
evmEthereum + L2s + Base (multi-chain)

E-commerce

SkillWhat it does
shopifyAdmin API + Storefront GraphQL (products, orders, inventory)
shop-appPersonal shopping assistant

Communication

SkillWhat it does
telephonyProgrammatic voice calls

Additional productivity

SkillWhat it does
memento-flashcardsSpaced memory cards
here-nowLocation and geographic context
canvasVisual work canvas

Auto-creation of skills

Hermes creates skills automatically. After solving a complex task for the first time, it documents the procedure as a reusable skill. The next time something similar is needed, it applies it directly without redoing the work.

Example:

First time: "Extract all contacts from my Gmail and pass them to Airtable"
→ Hermes solves it (takes 3 minutes)
→ Hermes creates the "gmail-to-airtable-sync" skill

Second time: takes 10 seconds

Compatibility with agentskills.io

Hermes skills are compatible with the open standard agentskills.io, which means community-created skills for other compatible agents also work in Hermes.