Logo
Agent Skills Guide
Aum08Desai/hermes-research-agent logo

Aum08Desai/hermes-research-agent

Research-focused fork of Hermes Agent for autonomous end-to-end LLM research loops.

6 skills published2 starsGitHub

github-auth

@aum08desai/hermes-research-agent

2

Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.

Software Development

whisper

@aum08desai/hermes-research-agent

2

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.

Content & Creativity

grpo-rl-training

@aum08desai/hermes-research-agent

2

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training

Data & AI

instructor

@aum08desai/hermes-research-agent

2

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library

Data & AI

obliteratus

@aum08desai/hermes-research-agent

2

Remove refusal behaviors from open-weight LLMs using OBLITERATUS — mechanistic interpretability techniques (diff-in-means, SVD, whitened SVD, LEACE, SAE decomposition, etc.) to excise guardrails while preserving reasoning. 9 CLI methods, 28 analysis modules, 116 model presets across 5 compute tiers, tournament evaluation, and telemetry-driven recommendations. Use when a user wants to uncensor, abliterate, or remove refusal from an LLM.

Data & AI

dspy

@aum08desai/hermes-research-agent

2

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming

Data & AI