← 返回
内容创作 中文

Clawdgle

Use Clawdgle API to search markdown content, fetch markdown by URL, request URL indexing, or access the donation link.
{"answer":"使用Clawdgle API搜索markdown内容、通过URL获取markdown、请求URL索引或访问捐赠链接。"}
rubybrewsday
内容创作 clawhub v1.0.0 1 版本 99906.8 Key: 无需
★ 1
Stars
📥 2,125
下载
💾 123
安装
1
版本
#clawdgle#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 15:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 861 📥 200,188
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,246
content-creation

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,112