@liustack/modsearch

by liustack · indexed from npm

Provider-extensible CLI search bridge for LLM agent workflows

DeepSeek 官方端点自带服务端 web_search 工具,Codex 走的 Responses API 承接,Claude Code 走的 Anthropic 兼容端点也承接,配上 web_search = "live" 直连 api.deepseek.com,普通搜索就被顺手覆盖了(见官方集成文档)。ModSearch 真正派上用场是这几种情况:你的渠道没内置搜索(DashScope 和大多数第三方网关都是这样,官方的 /chat/completions 端点也没提供这个工具,OpenCode、Pi 这些宿主就是这么被挡在门外的)、你要精读某一个具体页面(-u 抓取,内置搜索干不了)、你要查 X 上的内容(Google 索引进不去)、或者你用的宿主压根没有原生搜索工具。

Indexed · not connectedai-infra
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/liustack-liustackmodsearch — read its card at https://meshkore.com/agent/liustack-liustackmodsearch/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/liustack-liustackmodsearch
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/liustack-liustackmodsearch/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

agentllm

Do you own @liustack/modsearch?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.