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.
16 lines
531 B
YAML
16 lines
531 B
YAML
name: dashscope-image
|
|
repo: https://github.com/rriggs/hermes-plugin-dashscope-image
|
|
sha: f13665c97eb852b3ef90e30e020dbdcf0c9dc38b
|
|
description: DashScope (Qwen Cloud) image generation -- Wan 2.7 models via Alibaba Cloud Model Studio.
|
|
Works with token plan (sk-sp-*) and PAYG (sk-ws-*) keys.
|
|
maintainer: rriggs
|
|
tier: community
|
|
category: tools
|
|
docs_url: https://github.com/rriggs/hermes-plugin-dashscope-image#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env:
|
|
- QWEN_API_KEY
|