← 返回 Skills 市场
hoyaryyj

Defuddle (kepano)

作者 hoyaryyj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kepano-defuddle
功能描述
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provi...
使用说明 (SKILL.md)

Defuddle

Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage.

If not installed: npm install -g defuddle

Usage

Always use --md for markdown output:

defuddle parse \x3Curl> --md

Save to file:

defuddle parse \x3Curl> --md -o content.md

Extract specific metadata:

defuddle parse \x3Curl> -p title
defuddle parse \x3Curl> -p description
defuddle parse \x3Curl> -p domain

Output formats

Flag Format
--md Markdown (default choice)
--json JSON with both HTML and markdown
(none) HTML
-p \x3Cname> Specific metadata property
安全使用建议
This skill is coherent: it simply instructs the agent how to use the Defuddle CLI to turn web pages into markdown. Before installing or using it, verify the 'defuddle' npm package and its publisher (npm packages can contain arbitrary code). Consider one of: (1) pre-installing a vetted version of defuddle in the agent environment and add that binary to the agent's allowed list, (2) confirm the npm package's trustworthiness and review its source, or (3) ask the skill author to declare the required binary in the skill metadata so dependency checks can run automatically. If you do not want the agent to run arbitrary global installs or execute external CLIs, do not grant it permission to run the suggested install command.
功能分析
Type: OpenClaw Skill Name: kepano-defuddle Version: 1.0.0 The skill is a straightforward wrapper for the legitimate 'defuddle' CLI tool, used for extracting clean markdown from web pages. The instructions in SKILL.md are consistent with the tool's intended purpose and do not contain any malicious commands, data exfiltration patterns, or prompt injection attempts.
能力评估
Purpose & Capability
The SKILL.md clearly describes using the Defuddle CLI to extract markdown from web pages, which matches the skill name/description. However, the registry metadata lists no required binaries while the instructions require the 'defuddle' CLI (and suggest 'npm install -g defuddle'), so the metadata is missing a declared dependency.
Instruction Scope
Instructions are narrowly scoped to running the defuddle CLI (parse <url> --md and related flags) and saving output; they do not ask the agent to read unrelated files, access extra environment variables, or transmit data to third-party endpoints beyond fetching the provided URL.
Install Mechanism
There is no formal install spec in the skill (instruction-only). SKILL.md recommends installing via 'npm install -g defuddle' — this is a reasonable, common mechanism but relies on an external npm package. Installing packages from public registries carries moderate risk unless the package and publisher are verified.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a wrapper around a CLI tool that operates on provided URLs.
Persistence & Privilege
Skill does not request always:true and is user-invocable with standard autonomous invocation allowed. It does not request persistent system-wide privileges or modify other skills' configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kepano-defuddle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kepano-defuddle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the defuddle skill. - Extracts clean markdown content from web pages using the Defuddle CLI. - Removes ads, navigation, and clutter to save tokens—ideal for documentation, articles, and blogs. - Markdown output is preferred (`--md`); supports extraction of title, description, and domain metadata. - Recommended as a replacement for WebFetch for standard web page content.
元数据
Slug kepano-defuddle
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Defuddle (kepano) 是什么?

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 Defuddle (kepano)?

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

Defuddle (kepano) 是免费的吗?

是的,Defuddle (kepano) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Defuddle (kepano) 支持哪些平台?

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

谁开发了 Defuddle (kepano)?

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

💬 留言讨论