docs(skills): clarify xurl search returns raw, engageable posts - #70443
Merged
Conversation
Contributor
૮ >ﻌ< ა ci reviewran on 562194a ℹ️ InfoDesktop E2E visual evidence · View test artifacts · View job1 visual diff. inline evidence upload failed. Failed to upload diff-665a0833239e-onboarding-overlay-diff.png with gh image (exit code 1): Error uploading /home/runner/work/_temp/e2e-evidence/diff-665a0833239e-onboarding-overlay-diff.png: step 0 (get upload token): uploadToken not found on repo page — do you have write access to NousResearch/hermes-agent? (or, if NousResearch enforces SAML SSO, authorize at https://github.com/orgs/NousResearch/sso) |
With the built-in x_search tool (xAI-backed, returns a synthesized answer) now shipping, the xurl skill's plain 'searching posts' wording no longer disambiguated the two search surfaces. Describe xurl search in its own terms — authenticated X index query returning raw post JSON with IDs suitable for immediate engagement — so agents route correctly whether or not x_search is enabled. No cross-toolset reference added, per the schema/skill cross-reference rule.
teknium1
force-pushed
the
hermes/hermes-c4ea22d7
branch
from
July 24, 2026 02:47
d425e91 to
562194a
Compare
teknium1
enabled auto-merge (rebase)
July 24, 2026 02:50
This was referenced Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The xurl skill now distinguishes its search (raw, engageable post objects as the authenticated account) from LLM-synthesized X search answers — described entirely in the skill's own terms, with no reference to any other tool.
With the built-in
x_searchtool landed (#26763/#27376), an agent holding both surfaces had two things claiming "search X" and nothing steering the choice. The skill can't name the tool (it's credential-gated and may not exist), so the search bullets now describe what makes xurl search distinct standalone: it queries the X index as your authenticated account and returns raw post JSON with IDs you can immediately reply to, like, or repost — vs a summarized answer about a topic.Changes
skills/social-media/xurl/SKILL.md:xurl searchreturns and when to prefer itValidation
scripts/run_tests.sh tests/skills/test_xurl_article_ingestion_docs.py -qInfographic