Skip to content

docs: update skills catalog — add red-teaming and optional skills#3745

Merged
teknium1 merged 2 commits intomainfrom
hermes/hermes-b8464e26
Mar 29, 2026
Merged

docs: update skills catalog — add red-teaming and optional skills#3745
teknium1 merged 2 commits intomainfrom
hermes/hermes-b8464e26

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

Summary

The skills catalog page was outdated. Compared all 94 built-in skills + 16 optional skills against the docs and found two gaps:

Added

  1. red-teaming categorygodmode jailbreaking skill was missing from the bundled skills section

  2. Optional Skills section — 16 optional skills across 10 categories were completely undocumented:

    • autonomous-ai-agents: blackbox
    • blockchain: base, solana
    • creative: blender-mcp, meme-generation
    • devops: docker-management
    • email: agentmail
    • health: neuroskill-bci
    • mcp: fastmcp
    • migration: openclaw-migration
    • productivity: telephony
    • research: bioinformatics, qmd
    • security: 1password, oss-forensics, sherlock

Includes install instructions (hermes skills install official/<category>/<skill>).

Verified: npx docusaurus build succeeds.

…mplete

After a slash command is deferred (interaction.response.defer), the
"thinking..." indicator persisted indefinitely because the code used
followup.send() which creates a separate message instead of replacing
or removing the deferred response.

Fix: use edit_original_response() to replace "thinking..." with the
confirmation text when provided, or delete_original_response() to
remove it when there is no confirmation. Also consolidated /reasoning
and /voice handlers to use _run_simple_slash instead of duplicating
the defer+dispatch pattern.

Fixes #3595.
…ional skills

The skills catalog was missing:
- red-teaming category with the godmode jailbreaking skill
- The entire optional skills section (16 skills across 10 categories)

Added both with descriptions sourced from each SKILL.md frontmatter.
Verified against the actual skills/ and optional-skills/ directories.
@github-actions
Copy link
Copy Markdown

⚠️ Supply Chain Risk Detected

This PR contains patterns commonly associated with supply chain attacks. This does not mean the PR is malicious — but these patterns require careful human review before merging.

⚠️ WARNING: Install hook files modified

These files can execute code during package installation or interpreter startup.

Files:

hermes_cli/setup.py

Automated scan triggered by supply-chain-audit. If this is a false positive, a maintainer can approve after manual review.

@teknium1 teknium1 merged commit aafe370 into main Mar 29, 2026
4 checks passed
jecruz pushed a commit to jecruz/hermes-agent that referenced this pull request Mar 29, 2026
…usResearch#3745)

* fix(discord): clean up deferred "thinking..." after slash commands complete

After a slash command is deferred (interaction.response.defer), the
"thinking..." indicator persisted indefinitely because the code used
followup.send() which creates a separate message instead of replacing
or removing the deferred response.

Fix: use edit_original_response() to replace "thinking..." with the
confirmation text when provided, or delete_original_response() to
remove it when there is no confirmation. Also consolidated /reasoning
and /voice handlers to use _run_simple_slash instead of duplicating
the defer+dispatch pattern.

Fixes NousResearch#3595.

* docs: update skills catalog — add red-teaming category and all 16 optional skills

The skills catalog was missing:
- red-teaming category with the godmode jailbreaking skill
- The entire optional skills section (16 skills across 10 categories)

Added both with descriptions sourced from each SKILL.md frontmatter.
Verified against the actual skills/ and optional-skills/ directories.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant