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.
GitHub PR lifecycle: branch, commit, open, CI, merge.
Debug how Hermes resolves per-model capabilities (context window, max output tokens, pricing) and override them when a provider's actual API specs diverge from the bundled metadata. Load when a user reports "Hermes caps me at X tokens but the model actually supports Y", "my new model isn't recognized", "where does the 200K/32K/1M limit come from", or asks to patch model_metadata.py / models_dev.py.
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.
Advanced document editing for Word and Excel with formal formatting, including Chinese government document standards, table styling, and cell formatting.
每日工作日志生成与存储。直接查询 Hermes state.db 汇总前一天所有平台(飞书/微信/TG/cli/cron) 所有 session 的对话内容,提炼为4块结构化日报存回 GBrain。触发词:今日工作/工作日报/总结今天/存日报/今天干了什么。
GBrain 个人知识库操作手册。涵盖 gbrain put 必须通过 stdin、bunfs bug、Python pathlib 优先级陷阱、同步 Hermes 对话脚本。触发词:gbrain/知识库/brain/同步对话/embedding/向量搜索
从官方文档构建 LLM Wiki 知识库的完整流程。包含中文文档镜像技巧、Wiki 结构初始化、批量创建 entity/concept 页面的规范。