Install
openclaw skills install diffbot-fetchFetch and extract clean article content from any URL using the Diffbot Article API. Returns clean Markdown.
openclaw skills install diffbot-fetchUse 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.
You need a Diffbot API token to use this skill. Set it as an environment variable:
export DIFFBOT_API_KEY="your_token_here"
uv run fetch.py "https://example.com/article"