๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

Wei Cross Research

by @mikehankk

Cross-validate research answers by querying multiple LLMs in parallel with judge-based synthesis. Reduces hallucination and surfaces model disagreements for...

๐Ÿ’ก Examples

Example 1: Financial Query

Query: "็พŽ่”ๅ‚จ2026ๅนดไผš้™ๆฏๅ—๏ผŸ"

Selection process: 1. Keywords: ็พŽ่”ๅ‚จ, ้™ๆฏ โ†’ queryType: financial 2. Pass to skill: { "query": "...", "queryType": "financial" } 3. Skill looks up: config.json โ†’ routing.financial.models 4. Skill selects: First 2 models from the routing config 5. Judge: Uses judge_financial.txt (Bull/Bear/Base Case analysis)

Example 2: Technical Query

Query: "How do I implement a distributed transaction?"

Selection process: 1. Keywords: implement, distributed โ†’ queryType: technical 2. Pass to skill: { "query": "...", "queryType": "technical" } 3. Skill looks up: config.json โ†’ routing.technical.models 4. Skill selects: Models configured for technical queries

Example 3: Social Query

Query: "What are people saying about SpaceX on Twitter?"

Selection process: 1. Keywords: Twitter, saying โ†’ queryType: social 2. Pass to skill: { "query": "...", "queryType": "social" } 3. Skill looks up: config.json โ†’ routing.social.models - Note: grok-4.1 has social, sentiment, trending roles + X data access

View on ClawHub
TERMINAL
clawhub install wei-cross-research

๐Ÿงช Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

๐Ÿ” Can't find the right skill?

Search 60,000+ AI agent skills โ€” free, no login needed.

Search Skills โ†’