con un clic
cross-validated-search
// OpenClaw skill for source-backed web search, page reading, and evidence-aware claim checking. Use it to verify factual answers with live search results and explicit source handling.
// OpenClaw skill for source-backed web search, page reading, and evidence-aware claim checking. Use it to verify factual answers with live search results and explicit source handling.
🎀 AgenticMail — Full email, SMS, storage & multi-agent coordination for AI agents. 63 tools.
Booking links fail for groups. SkipUp schedules meetings with 2-50 participants via email — one API call coordinates across timezones automatically. Also: check status, pause, resume, or cancel requests. Async only — does not instant-book, access calendars, or do free/busy lookups.
Convert meeting notes or transcripts into clear summaries, decisions, and action items with owners and due dates. Use when a user asks to turn a meeting recording, transcript, or notes into a follow-up plan.
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
Text-to-speech, speech-to-text, voice conversion, and audio processing using EachLabs AI models. Supports ElevenLabs TTS, Whisper transcription with diarization, and RVC voice conversion. Use when the user needs TTS, transcription, or voice conversion.
Prompt-injection and data-exfiltration screening for untrusted text. Use before summarizing web/email/social content, before replying, and especially before writing anything to memory. Provides a safe memory append workflow (scan → lint → accept or quarantine).
| name | cross-validated-search |
| version | 16.0.0 |
| description | OpenClaw skill for source-backed web search, page reading, and evidence-aware claim checking. Use it to verify factual answers with live search results and explicit source handling. |
| homepage | https://github.com/wd041216-bit/cross-validated-search |
This skill gives OpenClaw a practical verification workflow:
search-web for live search resultsbrowse-page for reading the full content of a sourceverify-claim for support/conflict classificationevidence-report for a citation-ready summary with next stepspip install cross-validated-search
search-web "OpenAI API pricing" --type news --timelimit w
verify-claim "Python 3.13 is the latest stable release" --deep --max-pages 2 --json
evidence-report "Python 3.13 stable release" --claim "Python 3.13 is the latest stable release" --deep --json
search-web for factual or recent questions.browse-page on the most relevant source when snippets are not enough.verify-claim when a concrete claim needs a support/conflict summary.evidence-report when you want a compact evidence package with citations and next steps.--deep when the claim matters enough to justify page-aware verification.page_aware is true when deep verification randdgs + self-hosted searxngverify-claim is heuristic and evidence-aware, not a proof engine.ddgs.searxng via CROSS_VALIDATED_SEARCH_SEARXNG_URL.MIT License.