hermes - 💡(How to fix) Fix Bug: hermes agent skill create doesn't support --prompt parameter

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…
RAW_BUFFERClick to expand / collapse

Description:

The hermes agent skill create command doesn't support the --prompt parameter, even though:

  1. hermes agent skill edit --help shows --prompt and --files as available options
  2. npx docs skill create documentation lists --prompt as a supported parameter

Steps to reproduce:

  1. Run hermes agent skill create --help - notice that --prompt is NOT listed
  2. Run hermes agent skill edit --help - notice that --prompt IS listed
  3. Run npx docs skill create - notice that --prompt IS documented as available
  4. Try running hermes agent skill create --prompt "Your prompt here" - it will fail

Expected behavior: Either:

  1. The --prompt parameter should be supported in hermes agent skill create, OR
  2. The documentation and help text should be corrected to remove mentions of --prompt for create

Actual behavior: Inconsistent behavior and documentation:

  • skill create doesn't support --prompt
  • skill edit does support --prompt
  • Documentation says skill create should support --prompt

Environment:

  • Hermes Agent (latest version)

Additional context: This is both a functional bug (missing parameter) and a documentation bug (inconsistent documentation).

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