modsearch

Bridge web search capability for LLM workflows. Use when user asks for latest info, external facts, or source links and the active model/toolchain lacks direct search ability.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "modsearch" with this command: npx skills add liustack/modsearch/liustack-modsearch-modsearch

ModSearch - Search Bridge Skill

Use this skill when:

  • User asks for web search, latest updates, or source-backed answers
  • Current model/toolchain cannot perform direct search reliably
  • You need structured search results before downstream summarization/fetch

Prerequisites

modsearch --version

If using the default provider (gemini-cli), ensure Gemini CLI is installed and authenticated:

gemini --version

If missing:

npm install -g @google/gemini-cli
gemini

Or run directly with npx (no global install required):

npx @google/gemini-cli          # launch interactive auth

Command

modsearch -q "<query>"
# or via npx
npx @liustack/modsearch -q "<query>"

Optional:

modsearch -q "<query>" -o <output-json-path> -p <provider> -m <model> --max-results <n> --prompt "<extra constraints>"

Workflow

  1. Run modsearch with the user query.
  2. Parse JSON output.
  3. Use summary and items as evidence for reasoning or for selecting URLs to fetch.
  4. If uncertainty is non-empty, explicitly communicate ambiguity to the user.

Output Contract

  • summary: high-level synthesis of search findings
  • items: normalized list (title, url, snippet, source, published_at, relevance)
  • uncertainty: caveats, missing data, or confidence risks

Detailed schema: references/output-schema.md

Failure Handling

  • If provider command fails (missing auth, quota, network, binary not found), report exact error and suggest provider setup checks.
  • If JSON is partially malformed, keep rawText and continue with best-effort extraction.

Implementation Note

v1 uses Gemini CLI as the default provider (gemini -p with JSON output mode).
The architecture is provider-extensible and can support any search-capable model or service provider in future versions.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

markpress

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

Polymarket Cryptos Maker 5m

Continuous Static Market Making execution skill for Polymarket. Sells BOTH sides of 5-minute binary markets at $0.52. Features multi-asset support and an aut...

Registry SourceRecently Updated
Web3

Cutie - Crypto KOL Platform

Cutie 加密货币 KOL 社群平台。查看交易信号、快讯、KOL 画像、论坛帖子、直播间,管理账户和关注列表。

Registry SourceRecently Updated