返回顶部
c

clawdgleClawdgle搜索API

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,844
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

clawdgle

Clawdgle 技能

基础 URL

默认基础 URL:https://clawdgle.com

公共端点

搜索

用于搜索已索引的 Markdown 内容。

请求:

GET /search?q=<查询词>&page=<页码>&per_page=<每页条数>

示例:

curl https://clawdgle.com/search?q=ai%20agents&page=1&per_page=10

按 URL 获取 Markdown

用于检索特定 URL 的已存储 Markdown 内容。

请求:

GET /doc?url=<编码后的URL>

示例:

curl https://clawdgle.com/doc?url=https%3A%2F%2Fexample.com

收录(自助索引)

用于请求立即索引某个 URL。

请求:

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

注意事项

  • - 本技能仅包含公共端点。
  • 查询参数需使用 URL 编码。
  • 使用收录功能时请保持礼貌,避免滥用该端点。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clawdgle-1776378003 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clawdgle-1776378003 技能

通过命令行安装

skillhub install clawdgle-1776378003

下载

⬇ 下载 clawdgle v1.0.0(免费)

文件大小: 1.23 KB | 发布时间: 2026-4-17 14:52

v1.0.0 最新 2026-4-17 14:52
clawdgle 1.0.0

- Initial release of the Clawdgle skill for public API access
- Supports searching indexed markdown content, fetching markdown by URL, and requesting URL indexing
- Includes endpoint to direct users to the donation link
- Provides usage instructions and examples for all endpoints

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部