Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use Clawdgle API to search markdown content, fetch markdown by URL, request URL indexing, or access the donation link.
Use Clawdgle API to search markdown content, fetch markdown by URL, request URL indexing, or access the donation link.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Default base URL: https://clawdgle.com
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"
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"
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"}'
Use to direct users/agents to the donation link. Request: GET /donate Example: curl -I "https://clawdgle.com/donate"
Only public endpoints are included in this skill. Use URL encoding for query parameters. Be polite with ingest; avoid spamming the endpoint.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.