← 返回 Skills 市场
flobo3

Diffbot Fetch

作者 Flo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install diffbot-fetch
功能描述
Fetch and extract clean article content from any URL using the Diffbot Article API. Returns clean Markdown.
使用说明 (SKILL.md)

Diffbot Fetch

Use this skill to fetch and extract clean article content from any URL using the Diffbot Article API. Use this when you need to read the main text of an article, blog post, or news story without the clutter of ads, navigation, or sidebars.

Setup

You need a Diffbot API token to use this skill. Set it as an environment variable:

export DIFFBOT_API_KEY="your_token_here"

Usage

uv run fetch.py "https://example.com/article"
安全使用建议
This skill appears to be a simple Diffbot API wrapper (fetch.py) that needs DIFFBOT_API_KEY, but the registry metadata incorrectly lists no required credentials. Before installing: - Confirm the registry/package owner and provenance (no homepage or known owner provided). Treat as unverified. - Expect to supply DIFFBOT_API_KEY; do not paste your secret into public places. Prefer a limited-scope or ephemeral Diffbot token if available. - Review fetch.py (included) yourself — it only contacts api.diffbot.com and prints article text, so it doesn't exfiltrate other data, but running code from unknown sources always has risk. - Ask the publisher to fix metadata to declare DIFFBOT_API_KEY explicitly (or remove the requirement if incorrect). If you will run this inside an automated agent that passes credentials, ensure policies/ACLs limit which skills receive the token.
功能分析
Type: OpenClaw Skill Name: diffbot-fetch Version: 1.0.0 The skill bundle is a legitimate tool for fetching article content using the Diffbot API. The code in fetch.py correctly uses environment variables for the API key, employs proper URL encoding for parameters, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description, SKILL.md, README, and fetch.py all consistently describe fetching article content via the Diffbot Article API — that purpose is coherent with the included code. However, the registry metadata claims no required environment variables or primary credential, which contradicts the code and SKILL.md that require DIFFBOT_API_KEY.
Instruction Scope
The runtime instructions only call the Diffbot Article API and format output as Markdown. The SKILL.md and fetch.py do not instruct reading unrelated files or other environment variables, nor do they contact endpoints other than api.diffbot.com. Usage examples are limited to invoking the included script.
Install Mechanism
This is an instruction-only skill (no installer) with a single included Python script. There are no download URLs or extract/install steps: low installation risk. The presence of a code file without an install spec is consistent with an instruction-only package.
Credentials
The code and SKILL.md require a DIFFBOT_API_KEY environment variable. The registry metadata, however, lists no required env vars or primary credential. That mismatch is disproportionate and could mislead users or automated policy checks. Aside from the Diffbot key, the script does not request other secrets.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify other skills or system settings. It runs as a simple script and prints to stdout, so there are no elevated persistence privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install diffbot-fetch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /diffbot-fetch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug diffbot-fetch
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Diffbot Fetch 是什么?

Fetch and extract clean article content from any URL using the Diffbot Article API. Returns clean Markdown. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Diffbot Fetch?

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

Diffbot Fetch 是免费的吗?

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

Diffbot Fetch 支持哪些平台?

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

谁开发了 Diffbot Fetch?

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

💬 留言讨论