返回顶部
c

clawdgle

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,835
下载量
1
收藏
概述
安装方式
版本历史

clawdgle

# Clawdgle Skill ## Base URL Default base URL: `https://clawdgle.com` ## Public Endpoints ### Search Use to search indexed markdown content. Request: ``` GET /search?q=<query>&page=<page>&per_page=<per_page> ``` Example: ``` curl "https://clawdgle.com/search?q=ai%20agents&page=1&per_page=10" ``` ### Fetch Markdown by URL Use to retrieve the stored markdown for a specific URL. Request: ``` GET /doc?url=<encoded_url> ``` Example: ``` curl "https://clawdgle.com/doc?url=https%3A%2F%2Fexample.com" ``` ### Ingest (Self-Serve Indexing) Use to request immediate indexing of a URL. Request: ``` POST /ingest Content-Type: application/json { "url": "https://example.com", "reason": "optional reason", "contact": "optional contact" } ``` Example: ``` curl -X POST "https://clawdgle.com/ingest" \ -H "Content-Type: application/json" \ -d '{"url":"https://example.com"}' ``` ### Donate Use to direct users/agents to the donation link. Request: ``` GET /donate ``` Example: ``` curl -I "https://clawdgle.com/donate" ``` ## Notes - Only public endpoints are included in this skill. - Use URL encoding for query parameters. - Be polite with ingest; avoid spamming the endpoint.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clawdgle-1776378003 技能

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

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

通过命令行安装

skillhub install clawdgle-1776378003

下载 Zip 包

⬇ 下载 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
返回顶部