Searches for external evidence supporting or opposing specific claims. Returns structured evidence with source assessment and relevance scoring.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill evidence-scout --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Evidence Scout?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-evidence-scout)More formats (shields.io, HTML) on the badges page.
---
name: evidence-scout
description: Searches for external evidence supporting or opposing specific claims. Returns structured evidence with source assessment and relevance scoring.
execution: subagent
prompt: ./prompt.md
input: claims_to_evidence (string), stance (string), search_budget (string)
used-by: [multiagent-debate]
---
# Evidence Scout
Searches for external evidence supporting or opposing claims.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent.
## Why Subagent
Evidence gathering requires web search and paper lookup in dedicated context. Isolated execution prevents search results from biasing ongoing debate reasoning.
## Input
- **claims_to_evidence**: Specific claims needing external evidence
- **stance**: Whether to search for supporting or opposing evidence (pro/con)
- **search_budget**: Number of searches allowed (2/5/10 based on campaign budget)
## Output
- **evidence_items**: List of evidence found (source, content, relevance score)
- **evidence_quality**: Assessment of each source's reliability
- **coverage**: Which claims have evidence vs. which remain unevidenced
## Budget
One unit = one evidence gathering pass (multiple searches within budget).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!