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.
34 lines
815 B
YAML
34 lines
815 B
YAML
name: icarus
|
|
repo: https://github.com/esaradev/icarus-plugin
|
|
sha: e46cba30fb95a0b54b7c4d6c26169a424283d72b
|
|
description: Self-memory and replacement models for Hermes agents. Remember your work. Train your replacement.
|
|
maintainer: esaradev
|
|
tier: community
|
|
category: memory
|
|
docs_url: https://github.com/esaradev/icarus-plugin#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- fabric_brief
|
|
- fabric_curate
|
|
- fabric_eval
|
|
- fabric_export
|
|
- fabric_init_obsidian
|
|
- fabric_models
|
|
- fabric_pending
|
|
- fabric_recall
|
|
- fabric_report
|
|
- fabric_rollback_model
|
|
- fabric_search
|
|
- fabric_switch_model
|
|
- fabric_telemetry
|
|
- fabric_train
|
|
- fabric_train_status
|
|
- fabric_write
|
|
provides_hooks:
|
|
- on_session_end
|
|
- on_session_start
|
|
- post_llm_call
|
|
- pre_llm_call
|
|
provides_middleware: []
|
|
requires_env: []
|