Hermes Registry

Search the registry

One search across every skill, MCP server, agent, and workflow.

24 results

Airtable

1.0.0

domdomegg

MCP

Read and write records, bases, and schema in Airtable. Community-maintained — scope the PAT to specific bases.

airtabledatabaseno-code
1

Base

1.0.0

Base (Coinbase)

MCP

Coinbase's official onchain gateway — swap tokens, send funds, track a portfolio, hit DeFi protocols. Non-custodial: you review and sign every transaction in the Base app.

web3blockchainbase
2

Neon

1.0.0

Neon

MCP

Serverless Postgres with branch-based migrations — the agent tests migrations on an instant copy-on-write branch before applying.

databasepostgresneon
2

TradingView

1.0.0

Community

MCP

Charts and market-data context from TradingView. Community-maintained and scrape-based — fragile when the site changes; treat as best-effort.

tradingchartsmarket-data
2

agent-platform-inference

1.0.0

google · mlops

Skill

Connects to and performs inference with Google Cloud Agent Platform GenAI models, including First-Party Gemini models and Third-Party OpenMaaS models (Llama, DeepSeek, Qwen, etc.). Use when you need to generate code for calling Gemini or OpenMaaS models, authenticate with GenAI SDK, OpenAI SDK, or legacy Agent Platform SDK, configure base URLs and global/regional endpoints, or troubleshoot 429 Resource Exhausted (DSQ), 400 User Validation, or 404 Not Found errors. Don't use for deploying models to endpoints or for running model evaluations.

Google CloudAgentPlatform
0

aspnet-core

1.0.0

openai · software-development

Skill

Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.

ASP.NET.NETBackend
0

breadth-chart-analyst

1.0.0

TraderMonty · trading

Skill

This skill should be used when analyzing market breadth charts, specifically the S&P 500 Breadth Index (200-Day MA based) and the US Stock Market Uptrend Stock Ratio charts. Use this skill when the user provides breadth chart images for analysis, requests market breadth assessment, positioning strategy recommendations, or wants to understand medium-term strategic and short-term tactical market outlook based on breadth indicators. Also works WITHOUT chart images by fetching CSV data directly from public sources. All analysis and output are conducted in English.

market-analysisbreadthtrading
0

cloud-run-basics

1.0.0

google · devops

Skill

Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).

Google CloudCloudRun
0

dual-axis-skill-reviewer

1.0.0

TraderMonty · trading

Skill

Review skills in any project using a dual-axis method: (1) deterministic code-based checks (structure, scripts, tests, execution safety) and (2) LLM deep review findings. Use when you need reproducible quality scoring for `skills/*/SKILL.md`, want to gate merges with a score threshold (for example 90+), or need concrete improvement items for low-scoring skills. Works across projects via --project-root.

skill-toolingreviewtrading
0

google-cloud-waf-cost-optimization

1.0.0

google · red-teaming

Skill

Generates cost optimization guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify cost requirements and constraints, and provide actionable recommendations for build, deploy, and manage the workload cost-efficiently in Google Cloud.

Google CloudCloudWaf
0

google-cloud-waf-operational-excellence

1.0.0

google · red-teaming

Skill

Generates operations-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Operational Excellence pillar of the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify operational requirements, and provide actionable recommendations for deployment, monitoring, and incident management.

Google CloudCloudWaf
0

google-cloud-waf-performance-optimization

1.0.0

google · red-teaming

Skill

Generates performance-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Performance Optimization pillar of the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify performance requirements, and provide actionable recommendations for resource allocation, modular design, and elasticity.

Google CloudCloudWaf
0

google-cloud-waf-reliability

1.0.0

google · red-teaming

Skill

Generates reliability-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework. Use this skill to evaluate a workload, identify reliability requirements, and provide actionable recommendations for build, deploy, and manage the workload reliably in Google Cloud.

Google CloudCloudWaf
0

google-cloud-waf-security

1.0.0

google · red-teaming

Skill

Generates security-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify security requirements, and provide actionable recommendations for IAM, network security, data protection, and operational security.

Google CloudCloudWaf
0

google-cloud-waf-sustainability

1.0.0

google · red-teaming

Skill

Generates sustainability-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify environmental impact requirements, and provide actionable recommendations to build, deploy, and manage the workload sustainably in Google Cloud.

Google CloudCloudWaf
0

implement

1.0.0

mattpocock · software-development

Skill

Implement a piece of work based on a PRD or set of issues.

ImplementationCodingWorkflow
0

llm-wiki

2.1.0

Hermes Agent · research

Skill

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

wikiknowledge-baseresearch
0

market-breadth-analyzer

1.0.0

TraderMonty · trading

Skill

Quantifies market breadth health using TraderMonty's public CSV data. Generates a 0-100 composite score across 6 components (100 = healthy). No API key required. Use when user asks about market breadth, participation rate, advance-decline health, whether the rally is broad-based, or general market health assessment.

market-analysisbreadthtrading
0

options-strategy-advisor

1.0.0

TraderMonty · trading

Skill

Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.

trade-planningexecutiontrading
0

position-sizer

1.0.0

TraderMonty · trading

Skill

Calculate risk-based position sizes for long stock trades. Use when user asks about position sizing, how many shares to buy, risk per trade, Kelly criterion, ATR-based sizing, or portfolio risk allocation. Supports stop-loss distance calculation, volatility scaling, and sector concentration checks.

portfolioriskposition-sizing
0

review

1.0.0

mattpocock · software-development

Skill

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

Code ReviewStandardsSpec
0

technical-analyst

1.0.0

TraderMonty · trading

Skill

This skill should be used when analyzing weekly price charts for stocks, stock indices, cryptocurrencies, or forex pairs. Use this skill when the user provides chart images and requests technical analysis, trend identification, support/resistance levels, scenario planning, or probability assessments based purely on chart data without consideration of news or fundamental factors.

trade-planningexecutiontrading
0

trade-performance-coach

1.0.0

TraderMonty · trading

Skill

Review closed trades, partial exits, and monthly trade aggregates for process adherence, risk discipline, execution quality, and evidence-based trading behavior patterns. Use after trader-memory-core and signal-postmortem have produced records, or when the user asks for a post-trade coach, risk-manager style review, rule-adherence review, next-session operating rules, or psychology-aware trading behavior feedback. This skill does not provide buy/sell advice, therapy, or broker execution.

performancepostmortemmemory
0

vcp-screener

1.0.0

TraderMonty · trading

Skill

Screen S&P 500 stocks for Mark Minervini's Volatility Contraction Pattern (VCP) and detect historical VCPs in a single ticker's price path. Identifies Stage 2 uptrend stocks forming tight bases with contracting volatility near breakout pivot points; in historical single-ticker mode walks a multi-year history and emits every VCP that formed with forward-outcome stats (breakout / stop-hit / timeout). Use when user requests VCP screening, Minervini-style setups, tight base patterns, volatility contraction breakout candidates, Stage 2 momentum stock scanning, or historical VCP pattern study on a specific ticker (e.g. FIX, TSLA).

screenerstock-screeningtrading
0