← 返回 Skills 市场
rubybrewsday

Clawdgle

作者 RubyBrewsday · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1872
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install clawdgle
功能描述
Use Clawdgle API to search markdown content, fetch markdown by URL, request URL indexing, or access the donation link.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawdgle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawdgle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug clawdgle
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Clawdgle 是什么?

Use Clawdgle API to search markdown content, fetch markdown by URL, request URL indexing, or access the donation link. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1872 次。

如何安装 Clawdgle?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawdgle」即可一键安装,无需额外配置。

Clawdgle 是免费的吗?

是的,Clawdgle 完全免费(开源免费),可自由下载、安装和使用。

Clawdgle 支持哪些平台?

Clawdgle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawdgle?

由 RubyBrewsday(@rubybrewsday)开发并维护,当前版本 v1.0.0。

💬 留言讨论