agent-runtime-capability-audit

Diagnose runtime capability gaps in Hermes agent deployments across skills, CLI tools, and network reachability.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/HugoAlmeidaMoreira/zeus-agent --skill agent-runtime-capability-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-runtime-capability-audit
Source: https://github.com/HugoAlmeidaMoreira/zeus-agent/tree/main/skills/agent-runtime-capability-audit
Command: npx skills add https://github.com/HugoAlmeidaMoreira/zeus-agent --skill agent-runtime-capability-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This diagnostic guide helps identify why a Hermes agent cannot perform tasks even when the manifest, secrets, and config appear correct, by focusing on runtime capability gaps rather than config issues.

Core Features & Use Cases

  • Layered audit of runtime capabilities: skills presence, CLI tools availability, and network reachability to internal services.
  • Practical troubleshooting workflows for common failure modes, including missing skills, absent curl/wget, and blocked internal services in Kubernetes and PVC contexts.
  • Real-world use cases show how to surface concrete fixes and validation steps to restore task execution.

Quick Start

Run the audit on the target Hermes agent to verify skill availability, CLI access, and network reachability.

Frequently Asked Questions about agent-runtime-capability-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose an agent runtime capability gap when the manifest is correct?

Agent runtime capability gaps occur when skills, CLI tools, or network reachability are missing despite a correct manifest. You can diagnose these gaps by inspecting image and PVC layers with kubectl and curl to validate skill presence, CLI availability, and service access.

Why does my Hermes agent fail to perform tasks even when secrets and config are correct?

Hermes agent task failures often stem from runtime capability gaps rather than config issues. Missing skills, absent CLI tools like curl or wget, or blocked internal services in Kubernetes PVC contexts prevent task execution even when the manifest appears fully valid.

How to audit network reachability for internal services in Kubernetes agent deployments?

Audit network reachability in Kubernetes agent deployments by using kubectl to inspect the environment and curl or Python fallbacks to test internal service endpoints. This validates whether restricted access across image and PVC layers is blocking agent task execution.

Do I need kubectl and curl to troubleshoot missing CLI tools in agent PVC layers?

Yes, you need kubectl and curl or Python fallbacks to troubleshoot missing CLI tools in agent PVC layers. These standard debugging tools validate each audit layer, confirm tool availability, and surface concrete fixes for absent curl or wget binaries.

What's the best way to troubleshoot a Hermes agent that cannot access internal services?

The best way to troubleshoot a Hermes agent with blocked internal service access is a layered runtime audit. Inspect skills presence, verify CLI tool availability, and test network reachability using kubectl and curl across image and PVC layers to identify restrictions.

When should I not use a runtime capability audit for agent deployment issues?

You should not use a runtime capability audit when the agent manifest, secrets, or configuration themselves are incorrect. This diagnostic specifically targets runtime gaps in skills, CLI tools, and network reachability, not configuration validation or syntax errors.