Every entry is pinned to the commit reviewed on 2026-09-15 and passed, at that commit: `hermes plugins validate` (declared tools/hooks/middleware match registrations, no built-in tool collisions) in both the main venv and a bare `pip install -e .` venv, `tools.plugin_guard.scan_plugin` with a non-dangerous verdict, a self-updater grep over every .js file, and a vendor-credential-store write grep over every .py file. Capabilities and requires_env are copied from each plugin.yaml; category was assigned by hand.
15 lines
558 B
YAML
15 lines
558 B
YAML
name: web-defuddle
|
|
repo: https://github.com/annalinneajohansson82/hermes-defuddle
|
|
sha: d28bd52eed30c397a45f0b2aba869a28ca4789c4
|
|
description: Defuddle content extraction — local, free, no API key. Shells out to the defuddle CLI for
|
|
clean article markdown. Extract-only; pair with SearXNG or another search provider.
|
|
maintainer: annalinneajohansson82
|
|
tier: community
|
|
category: web
|
|
docs_url: https://github.com/annalinneajohansson82/hermes-defuddle#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env: []
|