Files
hermes-agent/plugin-catalog/search1api.yaml
devin 6c7a0e59c6 feat(catalog): add Search1API plugin
Registers superagents-lab/hermes-search1api (v0.1.0) — five tools backed by
the Search1API API: search1api_search, search1api_news, search1api_crawl,
search1api_sitemap, search1api_trending. Vendored official Python SDK; only
third-party dependency is httpx (already a Hermes core dependency).

hermes plugins validate (main @ 6005aa1): all checks pass, security scan
safe; declared tools match registrations.

Submitted by the plugin repo owner (superagents-lab).
2026-09-18 18:23:48 -07:00

20 lines
560 B
YAML

name: search1api
repo: https://github.com/superagents-lab/hermes-search1api
sha: 14c861746c50ef5ab32edec8b5c9ad0815f40cec
description: Live web search, news, page crawl, sitemap, and trending via Search1API
maintainer: superagents-lab
tier: community
category: web
docs_url: https://github.com/superagents-lab/hermes-search1api#readme
version: "0.1.0"
capabilities:
provides_tools:
- search1api_search
- search1api_news
- search1api_crawl
- search1api_sitemap
- search1api_trending
provides_hooks: []
provides_middleware: []
requires_env: []