github.com/NousResearch/hermes-agent
Skill | Added | Review |
|---|---|---|
drug-discovery optional-skills/research/drug-discovery/SKILL.md Pharmaceutical research assistant for drug discovery workflows. Search bioactive compounds on ChEMBL, calculate drug-likeness (Lipinski Ro5, QED, TPSA, synthetic accessibility), look up drug-drug interactions via OpenFDA, interpret ADMET profiles, and assist with lead optimization. Use for medicinal chemistry questions, molecule property analysis, clinical pharmacology, and open-science drug research. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c9628e | |
domain-intel optional-skills/research/domain-intel/SKILL.md Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
darwinian-evolver optional-skills/research/darwinian-evolver/SKILL.md Evolve prompts/regex/SQL/code with Imbue's evolution loop. | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
bioinformatics optional-skills/research/bioinformatics/SKILL.md Gateway to 400+ bioinformatics skills from bioSkills and ClawBio. Covers genomics, transcriptomics, single-cell, variant calling, pharmacogenomics, metagenomics, structural biology, and more. Fetches domain-specific reference material on demand. | 58 58 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: 4c9628e | |
memento-flashcards optional-skills/productivity/memento-flashcards/SKILL.md Spaced-repetition flashcard system. Create cards from facts or text, chat with flashcards using free-text answers graded by the agent, generate quizzes from YouTube transcripts, review due cards with adaptive scheduling, and export/import decks as CSV. | 65 65 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 4c9628e | |
here.now optional-skills/productivity/here-now/SKILL.md Publish static sites to {slug}.here.now and store private files in cloud Drives for agent-to-agent handoff. | — | |
canvas optional-skills/productivity/canvas/SKILL.md Canvas LMS integration — fetch enrolled courses and assignments using API token authentication. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
fine-tuning-with-trl optional-skills/mlops/training/trl-fine-tuning/SKILL.md TRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
axolotl optional-skills/mlops/training/axolotl/SKILL.md Axolotl: YAML LLM fine-tuning (LoRA, DPO, GRPO). | 51 51 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c9628e | |
distributed-llm-pretraining-torchtitan optional-skills/mlops/torchtitan/SKILL.md Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing. | 73 73 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 4c9628e | |
dspy optional-skills/mlops/research/dspy/SKILL.md DSPy: declarative LM programs, auto-optimize prompts, RAG. | 50 50 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: 4c9628e | |
llava optional-skills/mlops/llava/SKILL.md Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis. | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
lambda-labs-gpu-cloud optional-skills/mlops/lambda-labs/SKILL.md Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training. | 66 66 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: 4c9628e | |
instructor optional-skills/mlops/instructor/SKILL.md 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 | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c9628e | |
huggingface-tokenizers optional-skills/mlops/huggingface-tokenizers/SKILL.md Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c9628e | |
guidance optional-skills/mlops/guidance/SKILL.md Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework | 60 60 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: 4c9628e | |
faiss optional-skills/mlops/faiss/SKILL.md Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c9628e | |
clip optional-skills/mlops/clip/SKILL.md 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. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
chroma optional-skills/mlops/chroma/SKILL.md Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects. | 67 67 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 4c9628e | |
huggingface-accelerate optional-skills/mlops/accelerate/SKILL.md Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
mcporter optional-skills/mcp/mcporter/SKILL.md 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. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
mcp-oauth-remote-gateway optional-skills/mcp/mcp-oauth-remote-gateway/SKILL.md Manual OAuth for remote MCP servers on headless gateways. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c9628e | |
fastmcp optional-skills/mcp/fastmcp/SKILL.md Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4c9628e | |
fitness-nutrition optional-skills/health/fitness-nutrition/SKILL.md Gym workout planner and nutrition tracker. Search 690+ exercises by muscle, equipment, or category via wger. Look up macros and calories for 380,000+ foods via USDA FoodData Central. Compute BMI, TDEE, one-rep max, macro splits, and body fat — pure Python, no pip installs. Built for anyone chasing gains, cutting weight, or just trying to eat better. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4c9628e | |
minecraft-modpack-server optional-skills/gaming/minecraft-modpack-server/SKILL.md Host modded Minecraft servers (CurseForge, Modrinth). | 66 66 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: 4c9628e |