← Back to Skills Marketplace
rubybrewsday

Clawdgle

by RubyBrewsday · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1872
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install clawdgle
Description
Use Clawdgle API to search markdown content, fetch markdown by URL, request URL indexing, or access the donation link.
README (SKILL.md)

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.
Usage Guidance
This is an instruction-only skill that performs simple HTTP calls to clawdgle.com and asks for no credentials — that is coherent with its purpose. Before installing: (1) verify the domain/service is legitimate (the package has no homepage or publisher info), (2) avoid submitting private/internal URLs to the ingest endpoint since those URLs (and optional contact info) will be sent to the remote service, and (3) if you don't want the agent to call external services autonomously, disable model invocation for this skill or remove it from agents that run without supervision.
Capability Analysis
Type: OpenClaw Skill Name: clawdgle Version: 1.0.0 The skill bundle defines interactions with the `https://clawdgle.com` API for searching, fetching, and indexing markdown content, and a donate link. All instructions in `SKILL.md` are clearly scoped to these API calls, with no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `curl` examples are illustrative of API usage, not instructions for arbitrary shell execution by the agent.
Capability Assessment
Purpose & Capability
The SKILL.md describes a markdown-first search service (search, fetch markdown, ingest, donate) and the runtime instructions are limited to calling those public endpoints on https://clawdgle.com. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
Instructions are narrowly scoped to performing HTTP requests (GET/POST) to clawdgle.com endpoints. One caution: the ingest endpoint posts user-provided URLs (and optional contact/reason) to the service, which could disclose URLs you submit. The SKILL.md itself advises being polite and not spamming.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportional to its documented functionality.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills. The agent may invoke the skill autonomously by default (disable-model-invocation: false), which is the platform default and not itself a red flag.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawdgle
  3. After installation, invoke the skill by name or use /clawdgle
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
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
Metadata
Slug clawdgle
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments