Multi Search Engine
一个面向 Research 场景的 Agent 技能。原始说明:Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
name: ceramic-search
description: Search the web using Ceramic and return a summary with cited sources. Use this skill whenever you need current or external context to answer accurately — including when the user asks you to search, when your knowledge may be outdated, or when the task requires facts you cannot reliably recall.
homepage: https://ceramic.ai
Follow these steps to use Ceramic to search the web and obtain high-quality search results to support your response:
house cat and cat house return different results) curl https://api.ceramic.ai/search \
-H "Authorization: Bearer $CERAMIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "YOUR_QUERY_HERE"}'
For the body parameter maxDescriptionLength, use the default of 3000 unless the user needs more detail (max 8000). The tool returns up to 10 results ranked by relevance.
results array. Each result includes rank, title, url, and description.Sources
Only cite sources whose descriptions contributed to the answer. If the search returns no useful results, refine the query with more specific keywords and try again before giving up.