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.
21 lines
596 B
YAML
21 lines
596 B
YAML
name: twenty-crm
|
|
repo: https://github.com/TREE-Ind/hermes-twenty-crm
|
|
sha: 3d87c1634e4b159738b35954ac4efc15c876d46d
|
|
description: Twenty CRM for Hermes Agent with managed self-hosting, external-instance connectivity, REST,
|
|
GraphQL, and live schema introspection.
|
|
maintainer: TREE-Ind
|
|
tier: community
|
|
category: tools
|
|
docs_url: https://github.com/TREE-Ind/hermes-twenty-crm#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- twenty_describe_workspace
|
|
- twenty_graphql
|
|
- twenty_rest
|
|
- twenty_schema
|
|
provides_hooks:
|
|
- on_session_start
|
|
- pre_tool_call
|
|
provides_middleware: []
|
|
requires_env: []
|