← 返回
未分类 Key 中文

Ceramic Search

Web search for AI agents using Ceramic. Use for accurate current information — news, prices, recent events, documentation, general fact checking. Trigger thi...
使用 Ceramic 为 AI代理进行网络搜索,获取准确的最新信息——新闻、价格、近期事件、文档、事实核查。触发此...
ceramicai
未分类 clawhub v1.0.8 5 版本 100000 Key: 需要
★ 0
Stars
📥 675
下载
💾 0
安装
5
版本
#latest

概述

Ceramic Search

Lexical (keyword-based) search engine built for AI agents.

Usage

  1. Rewrite the natural language query

Ceramic matches exact keywords — it does not interpret natural language or synonyms automatically. Convert the user's natural language query into a keyword query of 2–8 words.

Rules:

  • Extract specific entities, topics, locations, and dates
  • Replace conversational phrasing with concrete keywords
  • Do not include uninformative words such as articles (the, a, an). Avoid prepositions (on, about, in, for, of, at, by, with) unless they are within established phrases or names (United States of America, Into the Wild).
  • Include relevant synonyms explicitly when terminology is ambiguous
  • Keep word order meaningful (house cat and cat house return different results)
  • Good keyword query examples:
  • "2026 Super Bowl halftime performer"
  • "climate change effects global warming impact"
  • "beginner investing strategies stocks bonds basics"
  1. Call the Ceramic Search API

```bash

curl https://api.ceramic.ai/search \

-H "Authorization: Bearer $CERAMIC_API_KEY" \

-H "Content-Type: application/json" \

-d '{"query": "keyword query", "maxDescriptionLength": 3000}'

```

For maxDescriptionLength, use the default of 3000 unless the user needs more detail (max 8000).

  1. Retrieve the top sources from the response

The response is structured json with a results array containing up to 10 search results. The search results in the array are ordered by relevance, with the first result being the strongest match. Each result includes the fields description, title, and url.

```json

{

"requestId": "request id",

"result": {

"results": [

{

"description": "search result description",

"title": "search result title",

"url": "search result url",

},

...

],

...

}

}

```

  1. Summarize with citations

Write a concise answer drawing from the search result descriptions, and then list sources as numbered references:

Sources

  1. Title
  2. Title

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.

版本历史

共 5 个版本

  • v1.0.8 当前
    2026-05-29 13:19
  • v1.0.7
    2026-05-28 13:08
  • v1.0.6
    2026-05-23 23:12 安全 安全
  • v1.0.1
    2026-05-23 16:29 安全 安全
  • v1.0.0
    2026-05-20 05:33 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,895
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,222 📥 267,263
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,370 📥 319,594