hermes - 💡(How to fix) Fix [Feature] User Approval Before Auto-Saving Skills [1 comments, 2 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#28762Fetched 2026-05-20 04:02:10
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Author
Timeline (top)
labeled ×6commented ×1

Currently, Hermes automatically saves successful operations as skills without user consent. This feature request proposes adding user approval/confirmation before auto-saving skills.

Root Cause

Currently, Hermes automatically saves successful operations as skills without user consent. This feature request proposes adding user approval/confirmation before auto-saving skills.

Code Example

# In config.yaml
skills:
  auto_save: false  # or 'prompt' to ask each time
  # Options:
  #   true  - current behavior (auto-save without asking)
  #   false - disable auto-saving completely
  #   prompt - ask for user confirmation before saving
RAW_BUFFERClick to expand / collapse

Feature Request: User Approval Before Auto-Saving Skills

Description

Currently, Hermes automatically saves successful operations as skills without user consent. This feature request proposes adding user approval/confirmation before auto-saving skills.

Problem

  • Users have no control over what gets saved as a skill
  • Privacy concerns: sensitive operations might be saved automatically
  • No way to opt-out of auto-saving behavior
  • Users discover auto-saved skills through system messages after the fact

Proposed Solution

Add a configuration option to require user approval before auto-saving skills:

# In config.yaml
skills:
  auto_save: false  # or 'prompt' to ask each time
  # Options:
  #   true  - current behavior (auto-save without asking)
  #   false - disable auto-saving completely
  #   prompt - ask for user confirmation before saving

User Experience

When auto_save: prompt is set:

  1. After completing a task that could be saved as a skill
  2. System shows: "Would you like to save this workflow as a skill for future use? [Y/n]"
  3. User can approve, decline, or customize the skill name
  4. Only saves if user explicitly approves

Benefits

  • Privacy: Users control what gets saved
  • Transparency: Clear notification before saving
  • Customization: Users can name/describe skills before saving
  • Control: Easy to disable auto-saving entirely

Implementation Notes

  • Add auto_save config option to skills section
  • Modify auto-save logic to check config before saving
  • Add confirmation prompt in CLI/TUI interfaces
  • Update system messages to reflect new behavior

Use Case

When processing sensitive documents (like ID cards), users may not want the workflow automatically saved as a skill. This feature gives users control over their data and workflows.


Submitted via Hermes Agent

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

hermes - 💡(How to fix) Fix [Feature] User Approval Before Auto-Saving Skills [1 comments, 2 participants]