hermes - ✅(Solved) Fix [Feature]: querit search skill [1 pull requests, 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#12911Fetched 2026-04-20 12:16:16
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Author
Participants
Timeline (top)
labeled ×1

PR fix notes

PR #8977: feat(skills): add Querit AI search skill with framework-managed auth

Description (problem / solution / changelog)

What does this PR do?

Add a new research skill for Querit AI search API with proper required_environment_variables configuration for seamless API key management via the framework.

  • Add SKILL.md with required_environment_variables frontmatter
  • Add search_querit.py helper script for API calls
  • Configure QUERIT_API_KEY with password masking (password: true)
  • Remove redundant key detection docs — framework handles prompting
  • Support gzip compression and nested result parsing
  • Use absolute paths for cross-platform compatibility

Related Issue

Fixes #

Type of Change

<!-- Check the one that applies. -->
  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 🔒 Security fix
  • 📝 Documentation update
  • ✅ Tests (adding or improving test coverage)
  • ♻️ Refactor (no behavior change)
  • 🎯 New skill (bundled or hub)

Changes Made

Checklist

Code

  • I've read the Contributing Guide
  • My commit messages follow Conventional Commits (fix(scope):, feat(scope):, etc.)
  • I searched for existing PRs to make sure this isn't a duplicate
  • My PR contains only changes related to this fix/feature (no unrelated commits)
  • I've run pytest tests/ -q and all tests pass
  • I've added tests for my changes (required for bug fixes, strongly encouraged for features)
  • I've tested on my platform: <!-- e.g. Ubuntu 24.04, macOS 15.2, Windows 11 -->

Documentation & Housekeeping

  • I've updated relevant documentation (README, docs/, docstrings) — or N/A
  • I've updated cli-config.yaml.example if I added/changed config keys — or N/A
  • I've updated CONTRIBUTING.md or AGENTS.md if I changed architecture or workflows — or N/A
  • I've considered cross-platform impact (Windows, macOS) per the compatibility guide — or N/A
  • I've updated tool descriptions/schemas if I changed tool behavior — or N/A

For New Skills

  • This skill is broadly useful to most users (if bundled) — see Contributing Guide
  • SKILL.md follows the standard format (frontmatter, trigger conditions, steps, pitfalls)
  • No external dependencies that aren't already available (prefer stdlib, curl, existing Hermes tools)
  • I've tested the skill end-to-end: hermes --toolsets skills -q "Use the X skill to do Y"

Screenshots / Logs

<img width="1589" height="644" alt="31b55c0bc84b65d8674114ad0ee19161" src="https://github.com/user-attachments/assets/beb7d492-3b91-4cc3-bed3-bd0853042bab" />

Changed files

  • skills/research/querit/SKILL.md (added, +166/-0)
  • skills/research/querit/scripts/search_querit.py (added, +200/-0)

Code Example

https://github.com/NousResearch/hermes-agent/pull/8977
RAW_BUFFERClick to expand / collapse

Problem or Use Case

Add a new research skill for Querit AI search API with proper required_environment_variables configuration for seamless API key management via the framework.

Proposed Solution

Install and use according to the official skill installation method.

Alternatives Considered

No response

Feature Type

New tool

Scope

Medium (few files, < 300 lines)

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

https://github.com/NousResearch/hermes-agent/pull/8977

extent analysis

TL;DR

Implement the required_environment_variables configuration for the new research skill in the Querit AI search API to enable seamless API key management.

Guidance

  • Review the official skill installation method to ensure proper configuration of the required_environment_variables.
  • Verify that the API key management is working as expected by testing the Querit AI search API with the new research skill.
  • Check the documentation for the Querit AI search API to understand the specific requirements for the required_environment_variables configuration.
  • Refer to the provided Debug Report (PR #8977) for potential issues or implementation details.

Notes

The implementation details of the required_environment_variables configuration are not provided, so it's essential to consult the official documentation and the Debug Report for more information.

Recommendation

Apply workaround: Implement the required_environment_variables configuration according to the official documentation and test the API key management to ensure seamless integration with the Querit AI search API.

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 - ✅(Solved) Fix [Feature]: querit search skill [1 pull requests, 1 participants]