Files
hermes-agent/plugin-catalog/clawchat.yaml
teknium1 5d59366010 feat(plugin-catalog): add 66 community plugins from the Discord #plugins-skills-and-skins sweep
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.
2026-09-15 12:55:47 -07:00

50 lines
1.4 KiB
YAML

name: clawchat
repo: https://github.com/clawling/clawchat-plugin-hermes-agent
sha: c1e009e6f66cd25aa729f72de1808b2d451089a6
description: ClawChat gateway integration for Hermes Agent.
maintainer: clawling
tier: community
category: platform
docs_url: https://github.com/clawling/clawchat-plugin-hermes-agent#readme
capabilities:
provides_tools:
- clawchat_accept_friend_request
- clawchat_add_group_member
- clawchat_create_moment
- clawchat_create_moment_comment
- clawchat_delete_moment
- clawchat_delete_moment_comment
- clawchat_get_account_profile
- clawchat_get_conversation
- clawchat_get_moment
- clawchat_get_user_profile
- clawchat_leave_group
- clawchat_list_account_friends
- clawchat_list_apps
- clawchat_list_friend_requests
- clawchat_list_moments
- clawchat_liveware_login
- clawchat_memory_edit
- clawchat_memory_read
- clawchat_memory_search
- clawchat_memory_write
- clawchat_mention_message
- clawchat_metadata_sync
- clawchat_metadata_update
- clawchat_react_message
- clawchat_register_app
- clawchat_reject_friend_request
- clawchat_remove_friend
- clawchat_reply_moment_comment
- clawchat_search_users
- clawchat_send_friend_request
- clawchat_toggle_moment_reaction
- clawchat_unregister_app
- clawchat_update_account_profile
- clawchat_upload_avatar_image
provides_hooks:
- pre_api_request
- pre_gateway_dispatch
provides_middleware: []
requires_env: []