Public API usage for the Clawdgle markdown-first search engine. Use when interacting with Clawdgle to: (1) search indexed markdown content, (2) fetch markdown for a URL, (3) request indexing of a URL via ingest, or (4) direct users to the donate link.
请求:
GET /search?q=<查询词>&page=<页码>&per_page=<每页条数>
示例:
curl https://clawdgle.com/search?q=ai%20agents&page=1&per_page=10
请求:
GET /doc?url=<编码后的URL>
示例:
curl https://clawdgle.com/doc?url=https%3A%2F%2Fexample.com
请求:
POST /ingest
Content-Type: application/json
{
url: https://example.com,
reason: 可选原因,
contact: 可选联系方式
}
示例:
curl -X POST https://clawdgle.com/ingest \
-H Content-Type: application/json \
-d {url:https://example.com}
请求:
GET /donate
示例:
curl -I https://clawdgle.com/donate
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 clawdgle-1776378003 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 clawdgle-1776378003 技能
skillhub install clawdgle-1776378003
文件大小: 1.23 KB | 发布时间: 2026-4-17 14:52