Clawdgle
/install clawdgle
Clawdgle Skill
Base URL
Default base URL: https://clawdgle.com
Public Endpoints
Search
Use to search indexed markdown content.
Request:
GET /search?q=\x3Cquery>&page=\x3Cpage>&per_page=\x3Cper_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=\x3Cencoded_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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawdgle - After installation, invoke the skill by name or use
/clawdgle - Provide required inputs per the skill's parameter spec and get structured output
What is Clawdgle?
Use Clawdgle API to search markdown content, fetch markdown by URL, request URL indexing, or access the donation link. It is an AI Agent Skill for Claude Code / OpenClaw, with 1872 downloads so far.
How do I install Clawdgle?
Run "/install clawdgle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawdgle free?
Yes, Clawdgle is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clawdgle support?
Clawdgle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawdgle?
It is built and maintained by RubyBrewsday (@rubybrewsday); the current version is v1.0.0.