Add bounded multi-source search skill - #72
Closed
denial123789 wants to merge 1 commit into
Closed
Conversation
Signed-off-by: liyb <lybing315@163.com>
denial123789
force-pushed
the
agent/add-multi-source-search
branch
from
August 15, 2026 13:11
2733019 to
19eac98
Compare
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.
What changed
Add
multi-source-search, a portable research skill for bounded, cross-source fact checking. It includes:The skill is adapted from the Apache-2.0 SandBase Skills implementation for this marketplace. It intentionally uses host-agent capabilities rather than requiring SandBase services, so it remains portable across Goose and other Agent Skills hosts.
Why
Research agents often keep searching without a measurable completion condition or overstate confidence from multiple URLs that share one origin. This skill makes the loop finite and the resulting evidence internally checkable.
Validation
node scripts/validate-skills.mjs --skills multi-source-search— passedFAIL=0, one expected review warning for the schema’s example URLvalidate_report.pygit diff --checkKnown CI dependency
The base repository’s security scanner currently throws on a stray
sksidentifier after writing its report. A separate one-line fix is in #71 so this submission can be evaluated by the intended workflow without mixing unrelated changes here.