huidge/hermes-skills

Hermes Agent skills collection — 91+ curated skills for AI agent automation

2Stars on the repository
105Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

obsidian

73

huidge/hermes-skills

Skill Claude CodeCodex

Read, search, and create notes in the Obsidian vault.

not rated 2 4mo ago A 17 tokens

google-workspace

74

huidge/hermes-skills

Skill Claude CodeCodex

Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration for Hermes. Uses Hermes-managed OAuth2 setup, prefers the Google Workspace CLI (gws) when available for broader API coverage, and falls back to the Python client libraries otherwise.

not rated 2 4mo ago A 54 tokens

linear

75

huidge/hermes-skills

Skill Claude CodeCodex

Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.

not rated 2 4mo ago A 43 tokens

maps

76

huidge/hermes-skills

Skill Claude CodeCodex

Location intelligence — geocode a place, reverse-geocode coordinates, find nearby places (46 POI categories), driving/walking/cycling distance + time, turn-by-turn directions, timezone lookup, bounding box + area for a named place, and POI search within a rectangle. Uses OpenStreetMap + Overpass + OSRM. Free, no API…

not rated 2 4mo ago A 76 tokens

nano-pdf

77

huidge/hermes-skills

Skill Claude CodeCodex

Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.

not rated 2 4mo ago A 38 tokens

notion

78

huidge/hermes-skills

Skill Claude CodeCodex

Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.

not rated 2 4mo ago A 36 tokens

ocr-and-documents

79

huidge/hermes-skills

Skill Claude CodeCodex

Extract text from PDFs and scanned documents. Use webextract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

not rated 2 4mo ago A 54 tokens

powerpoint

80

huidge/hermes-skills

Skill Claude CodeCodex

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

not rated 2 4mo ago A 152 tokens

godmode

81

huidge/hermes-skills

Skill Claude CodeCodex ⚠ unsafe

Jailbreak API-served LLMs using G0DM0D3 techniques — Parseltongue input obfuscation (33 techniques), GODMODE CLASSIC system prompt templates, ULTRAPLINIAN multi-model racing, encoding escalation, and Hermes-native prefill/system prompt integration. Use when a user wants to bypass safety filters, jailbreak a model, or…

not rated 2 4mo ago E ⚑ AI: unsafe 82 tokens

arxiv

82

huidge/hermes-skills

Skill Claude CodeCodex

Search and retrieve academic papers from arXiv using their free REST API. No API key needed. Search by keyword, author, category, or ID. Combine with webextract or the ocr-and-documents skill to read full paper content.

not rated 2 4mo ago C 52 tokens

blogwatcher

83

huidge/hermes-skills

Skill Claude CodeCodex

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher-cli tool. Add blogs, scan for new articles, track read status, and filter by category.

not rated 2 4mo ago A 38 tokens

investment-analysis

84

huidge/hermes-skills

Skill Claude CodeCodex

An investment-analysis guide covering stocks and funds. It includes company and market analysis, recurring fund investing, asset allocation, and risk management.

not rated 2 4mo ago A 40 tokens

llm-wiki

85

huidge/hermes-skills

Skill Claude CodeCodex

Karpathy's LLM Wiki — build and maintain a persistent, interlinked markdown knowledge base. Ingest sources, query compiled knowledge, and lint for consistency.

not rated 2 4mo ago B 37 tokens

polymarket

86

huidge/hermes-skills

Skill Claude CodeCodex

Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.

not rated 2 4mo ago A 37 tokens

huidge/hermes-skills

Skill Claude CodeCodex

End-to-end pipeline for writing ML/AI research papers — from experiment design through analysis, drafting, revision, and submission. Covers NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Integrates automated experiment monitoring, statistical analysis, iterative writing, and citation verification.

not rated 2 4mo ago B 64 tokens

openhue

88

huidge/hermes-skills

Skill Claude CodeCodex

Control Philips Hue lights, rooms, and scenes via the OpenHue CLI. Turn lights on/off, adjust brightness, color, color temperature, and activate scenes.

not rated 2 4mo ago A 35 tokens

xitter

89

huidge/hermes-skills

Skill Claude CodeCodex

Interact with X/Twitter via the x-cli terminal client using official X API credentials. Use for posting, reading timelines, searching tweets, liking, retweeting, bookmarks, mentions, and user lookups.

not rated 2 4mo ago B 45 tokens

xurl

90

huidge/hermes-skills

Skill Claude CodeCodex

Interact with X/Twitter via xurl, the official X API CLI. Use for posting, replying, quoting, searching, timelines, mentions, likes, reposts, bookmarks, follows, DMs, media upload, and raw v2 endpoint access.

not rated 2 4mo ago C 54 tokens

api-design-patterns

91

huidge/hermes-skills

Skill Claude CodeCodex

A guide to designing web APIs, including REST, GraphQL, and gRPC services. It covers choosing an approach, handling errors, securing access, managing versions, and limiting or paging requests.

not rated 2 4mo ago A 35 tokens

capacitor-h5-to-app

92

huidge/hermes-skills

Skill Claude CodeCodex

Package any H5 web app into a native Android/iOS app using Capacitor. Handles static asset downloading, HTTP backend configuration, offline-capable packaging, and automated build pipelines.

not rated 2 4mo ago B 43 tokens

huidge/hermes-skills

Skill Claude CodeCodex

A collection of guidance on design patterns, concurrent code, error handling, security, code reviews, and performance tuning. Design patterns are reusable ways to solve common software-structure problems.

not rated 2 4mo ago A 39 tokens

huidge/hermes-skills

Skill Claude CodeCodex

A guide to structuring relational and NoSQL databases and using Redis as a cache. It covers table and document design, indexes, cache patterns, and keeping stored data consistent.

not rated 2 4mo ago A 42 tokens

huidge/hermes-skills

Skill Claude CodeCodex

A guide to running software in Docker containers, coordinating it with Kubernetes, and automating delivery with CI/CD pipelines. It also covers GitOps, monitoring, and infrastructure as code.

not rated 2 4mo ago C 45 tokens

huidge/hermes-skills

Skill Claude CodeCodex

A guide to organising front-end applications across React, Next, Vue, Nuxt, and Svelte. It covers how pages are rendered, how state and components are structured, and how to improve performance.

not rated 2 4mo ago A 49 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: