hermes - 💡(How to fix) Fix Feature Request: Show active/loaded skills for better transparency and debugging [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#24817Fetched 2026-05-14 03:51:32
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Participants
Timeline (top)
labeled ×5
RAW_BUFFERClick to expand / collapse

Feature Description

It would be useful to have an official way to view which skills are currently active or loaded in a session.

For example:

- /skills active
- adding loaded skills to /status
- showing active skills in the TUI status/sidebar
- logging skill load events clearly when verbose mode is enabled

Motivation

Skills affect the agent's behavior and prompt/context usage. However, it is currently difficult for users to confirm which skills are loaded for the current session.

This makes it harder to:

- debug unexpected agent behavior
- understand why a specific instruction or workflow is being followed
- optimize token/context usage
- reproduce a session setup
- confirm that task-specific profiles are not loading unnecessary skills

This is especially relevant for users who use multiple profiles or task-specific skill sets.

Proposed Solution

Add a lightweight CLI/TUI-visible view of the currently loaded skills.

Possible options:

1. Add /skills active
2. Include loaded skills in /status
3. Show loaded skills in the TUI status/sidebar
4. Emit explicit skill load events in verbose mode

Alternatives Considered

Currently, users can list installed skills with hermes skills list, but that does not show which skills are active in the current session.

Verbose mode can help with general debugging, but it does not provide a concise current-state view of loaded skills.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING