Hermes Agent / Skills Directory

全部技能介绍,一页总览

这是当前 Hermes Agent 已安装技能的可视化目录页,按分类展示所有技能名称与简介。适合快速浏览、查找、筛选和作为内部技能导航页使用。

总技能数:123 / Total Skills: 123
分类数:20 / Categories: 20
域名:skill.iamsherlock.eu.org
Category

autonomous-ai-agents

7 skills

claude-code

autonomous-ai-agents

Delegate coding to Claude Code CLI (features, PRs).

codex

autonomous-ai-agents

Delegate coding to OpenAI Codex CLI (features, PRs).

hermes-agent

autonomous-ai-agents

Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.

hermes-doctor-findings

autonomous-ai-agents

Practical findings from running Hermes doctor and doctor --fix, especially around auto-remediation limits and follow-up checks.

opencode

autonomous-ai-agents

Delegate coding to OpenCode CLI (features, PR review).

dogfood

autonomous-ai-agents

Exploratory QA of web apps: find bugs, evidence, reports.

yuanbao

autonomous-ai-agents

Yuanbao (元宝) groups: @mention users, query info/members.

Category

creative

21 skills

architecture-diagram

creative

Dark-themed SVG architecture/cloud/infra diagrams as HTML.

ascii-art

creative

ASCII art: pyfiglet, cowsay, boxes, image-to-ascii.

ascii-video

creative

ASCII video: convert video/audio to colored ASCII MP4/GIF.

baoyu-comic

creative

Knowledge comics (知识漫画): educational, biography, tutorial.

baoyu-infographic

creative

Infographics: 21 layouts x 21 styles (信息图, 可视化).

canvas-design

creative

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

claude-design

creative

Design one-off HTML artifacts (landing, deck, prototype).

comfyui

creative

Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.

design-md

creative

Author/validate/export Google's DESIGN.md token spec files.

excalidraw

creative

Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).

frontend-design

creative

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

humanizer

creative

Humanize text: strip AI-isms and add real voice.

ideation

creative

Generate project ideas via creative constraints.

manim-video

creative

Manim CE animations: 3Blue1Brown math/algo videos.

p5js

creative

p5.js sketches: gen art, shaders, interactive, 3D.

pixel-art

creative

Pixel art w/ era palettes (NES, Game Boy, PICO-8).

popular-web-designs

creative

54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.

pretext

creative

Use when building creative browser demos with @chenglou/pretext — DOM-free text layout for ASCII art, typographic flow around obstacles, text-as-geometry games, kinetic typography, and text-powered generative art. Produces single-file HTML demos by default.

sketch

creative

Throwaway HTML mockups: 2-3 design variants to compare.

songwriting-and-ai-music

creative

Songwriting craft and Suno AI music prompts.

touchdesigner-mcp

creative

Control a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.

Category

data-science

1 skills

jupyter-live-kernel

data-science

Iterative Python via live Jupyter kernel (hamelnb).

Category

design

1 skills

ui-ux-pro-max

design

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.

Category

devops

7 skills

kanban-orchestrator

devops

Decomposition playbook + specialist-roster conventions + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook when you're specifically playing the orchestrator role.

kanban-worker

devops

Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper detail on specific scenarios.

nginx-static-site-https-www-canonical

devops

Bind a static site to a custom domain in nginx, issue Let's Encrypt certificates with certbot, and enforce a canonical host (for example redirect apex to www) with verification steps.

nginx-subdomain-reverse-proxy-https

devops

Bind a subdomain to a local service port with nginx reverse proxy, verify DNS/port readiness first, and optionally issue Let's Encrypt certificates.

nginx-ui-install-and-access

devops

Install Nginx UI on a Linux server, verify the systemd service and listening port, retrieve the one-time install secret, and assess whether to expose it directly or behind an HTTPS subdomain.

restore-static-site-from-backup

devops

Inspect a website backup archive, identify whether it contains a full stack or a static site, safely extract only the static homepage, preview it locally, and prepare for nginx deployment.

user-systemd-autostart-service

devops

Configure a custom long-running app to auto-start with user-level systemd, verify readiness, and safely retire an older Hermes-managed background process if it conflicts.

Category

ecc-imports

14 skills

agent-introspection-debugging

ecc-imports

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.

agent-sort

ecc-imports

Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle.

ai-regression-testing

ecc-imports

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.

code-tour

ecc-imports

Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests.

configure-ecc

ecc-imports

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

continuous-learning

ecc-imports

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

continuous-learning-v2

ecc-imports

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

council

ecc-imports

Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement before choosing.

e2e-testing

ecc-imports

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

eval-harness

ecc-imports

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

hookify-rules

ecc-imports

This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify rule syntax and patterns.

iterative-retrieval

ecc-imports

Pattern for progressively refining context retrieval to solve the subagent context problem

plankton-code-quality

ecc-imports

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

skill-stocktake

ecc-imports

Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

Category

email

1 skills

himalaya

email

Himalaya CLI: IMAP/SMTP email from terminal.

Category

gaming

2 skills

minecraft-modpack-server

gaming

Host modded Minecraft servers (CurseForge, Modrinth).

pokemon-player

gaming

Play Pokemon via headless emulator + RAM reads.

Category

github

6 skills

codebase-inspection

github

Inspect codebases w/ pygount: LOC, languages, ratios.

github-auth

github

GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.

github-code-review

github

Review PRs: diffs, inline comments via gh or REST.

github-issues

github

Create, triage, label, assign GitHub issues via gh or REST.

github-pr-workflow

github

GitHub PR lifecycle: branch, commit, open, CI, merge.

github-repo-management

github

Clone/create/fork repos; manage remotes, releases.

Category

leisure

1 skills

find-nearby

leisure

Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.

Category

mcp

2 skills

mcporter

mcp

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

native-mcp

mcp

MCP client: connect servers, register tools (stdio/HTTP).

Category

media

4 skills

gif-search

media

Search/download GIFs from Tenor via curl + jq.

heartmula

media

HeartMuLa: Suno-like song generation from lyrics + tags.

songsee

media

Audio spectrograms/features (mel, chroma, MFCC) via CLI.

spotify

media

Spotify: play, search, queue, manage playlists and devices.

Category

mlops

20 skills

audiocraft-audio-generation

mlops

AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.

axolotl

mlops

Axolotl: YAML LLM fine-tuning (LoRA, DPO, GRPO).

clip

mlops

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

dspy

mlops

DSPy: declarative LM programs, auto-optimize prompts, RAG.

evaluating-llms-harness

mlops

lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).

fine-tuning-with-trl

mlops

TRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF.

huggingface-hub

mlops

HuggingFace hf CLI: search/download/upload models, datasets.

llama-cpp

mlops

llama.cpp local GGUF inference + HF Hub model discovery.

modal-serverless-gpu

mlops

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

obliteratus

mlops

OBLITERATUS: abliterate LLM refusals (diff-in-means).

outlines

mlops

Outlines: structured JSON/regex/Pydantic LLM generation.

peft-fine-tuning

mlops

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

pytorch-fsdp

mlops

Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2

segment-anything-model

mlops

SAM: zero-shot image segmentation via points, boxes, masks.

serving-llms-vllm

mlops

vLLM: high-throughput LLM serving, OpenAI API, quantization.

stable-diffusion-image-generation

mlops

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

unsloth

mlops

Unsloth: 2-5x faster LoRA/QLoRA fine-tuning, less VRAM.

weights-and-biases

mlops

W&B: log ML experiments, sweeps, model registry, dashboards.

whisper

mlops

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.

research-paper-writing

mlops

Write ML papers for NeurIPS/ICML/ICLR: design→submit.

Category

note-taking

1 skills

obsidian

note-taking

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

Category

productivity

8 skills

airtable

productivity

Airtable REST API via curl. Records CRUD, filters, upserts.

google-workspace

productivity

Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.

linear

productivity

Linear: manage issues, projects, teams via GraphQL + curl.

maps

productivity

Geocode, POIs, routes, timezones via OpenStreetMap/OSRM.

nano-pdf

productivity

Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).

notion

productivity

Notion API via curl: pages, databases, blocks, search.

ocr-and-documents

productivity

Extract text from PDFs/scans (pymupdf, marker-pdf).

powerpoint

productivity

Create, read, edit .pptx decks, slides, notes, templates.

Category

red-teaming

1 skills

godmode

red-teaming

Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN.

Category

research

5 skills

arxiv

research

Search arXiv papers by keyword, author, category, or ID.

blogwatcher

research

Monitor blogs and RSS/Atom feeds via blogwatcher-cli tool.

llm-wiki

research

Karpathy's LLM Wiki: build/query interlinked markdown KB.

polymarket

research

Query Polymarket: markets, prices, orderbooks, history.

youtube-content

research

YouTube transcripts to summaries, threads, blogs.

Category

smart-home

1 skills

openhue

smart-home

Control Philips Hue lights, scenes, rooms via OpenHue CLI.

Category

social-media

2 skills

xitter

social-media

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.

xurl

social-media

X/Twitter via xurl CLI: post, search, DM, media, v2 API.

Category

software-development

15 skills

debugging-hermes-tui-commands

software-development

Debug Hermes TUI slash commands: Python, gateway, Ink UI.

gitbook-install-troubleshooting

software-development

Install and sanity-check GitBook from the GitbookIO GitHub repo, while distinguishing it from the legacy gitbook-cli and handling common environment pitfalls.

hermes-agent-skill-authoring

software-development

Author in-repo SKILL.md: frontmatter, validator, structure.

karpathy-guidelines

software-development

Behavioral guidelines to reduce common LLM coding mistakes. Derived from Andrej Karpathy's observations. Use ALWAYS when writing, reviewing, or refactoring code. Covers assumption surfacing, simplicity, surgical edits, and goal-driven execution with verification.

node-inspect-debugger

software-development

Debug Node.js via --inspect + Chrome DevTools Protocol CLI.

plan

software-development

Plan mode: write markdown plan to .hermes/plans/, no exec.

python-debugpy

software-development

Debug Python: pdb REPL + debugpy remote (DAP).

requesting-code-review

software-development

Pre-commit review: security scan, quality gates, auto-fix.

spike

software-development

Throwaway experiments to validate an idea before build.

sqlite-backed-static-webapp

software-development

Convert a single-file static HTML app that stores data in localStorage into a lightweight SQLite-backed web app with a Python stdlib HTTP server, CRUD API, CSV import/export, and a minimal end-to-end verification script.

subagent-driven-development

software-development

Execute plans via delegate_task subagents (2-stage review).

systematic-debugging

software-development

4-phase root cause debugging: understand bugs before fixing.

test-driven-development

software-development

TDD: enforce RED-GREEN-REFACTOR, tests before code.

writing-plans

software-development

Write implementation plans: bite-sized tasks, paths, code.

e2e-testing

software-development

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

没有匹配结果,请换个关键词试试。