← 返回 Skills 市场
sadlay

Defuddle Obsidian

作者 Li Yaping · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
494
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install defuddle-obsidian
功能描述
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 internally consistent: it simply tells the agent how to run the Defuddle CLI to produce markdown. Before installing or running it, verify the defuddle npm package (check the npmjs.org page, repository URL, maintainer, and recent activity). If you don't trust the package, avoid a global install — prefer a sandboxed environment, a container, or a local project install (npm install defuddle) and inspect the package contents and install scripts. Be aware the CLI will fetch web pages to parse, so review privacy/usage implications for any pages with sensitive content.
功能分析
Type: OpenClaw Skill Name: defuddle-obsidian Version: 1.0.0 The skill bundle provides instructions for using the 'defuddle' CLI tool to extract clean markdown content from web pages. It contains no malicious code, data exfiltration logic, or suspicious prompt injections, serving as a straightforward utility for content processing in SKILL.md.
能力评估
Purpose & Capability
The name/description say the skill uses the Defuddle CLI to extract markdown from web pages; the SKILL.md provides concrete commands to do exactly that and does not request unrelated system access or credentials.
Instruction Scope
Instructions are narrowly scoped to running the defuddle CLI and saving/parsing output. They do suggest installing with `npm install -g defuddle`, which is expected but introduces an implicit install step outside the skill bundle (see install_mechanism). The skill does not instruct reading other files or env vars.
Install Mechanism
The skill has no formal install spec, but the SKILL.md tells users/agents to run `npm install -g defuddle`. Installing an npm package globally is a normal way to obtain a CLI but carries the usual npm risks (install scripts, supply-chain concerns). No URLs or non-standard installers are provided by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. That matches its stated purpose and the SKILL.md content.
Persistence & Privilege
The skill is not forced always-on and is user-invocable; it does not request elevated persistence or modify other skills or system-wide agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install defuddle-obsidian
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /defuddle-obsidian 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of defuddle-obsidian. - Extracts clean markdown content from web pages using Defuddle CLI, removing ads and navigation. - Reduces token usage by filtering out clutter. - Designed as a preferred alternative to WebFetch for reading or analyzing URLs from online documentation, articles, or blogs. - Supports extraction of content in markdown, HTML, JSON, or specific metadata fields.
元数据
Slug defuddle-obsidian
版本 1.0.0
许可证
累计安装 4
当前安装数 3
历史版本数 1
常见问题

Defuddle Obsidian 是什么?

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 插件,目前累计下载 494 次。

如何安装 Defuddle Obsidian?

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

Defuddle Obsidian 是免费的吗?

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

Defuddle Obsidian 支持哪些平台?

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

谁开发了 Defuddle Obsidian?

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

💬 留言讨论