-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
44 lines (41 loc) · 1.14 KB
/
Copy pathplugin.yaml
File metadata and controls
44 lines (41 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: keeperhub
version: "1.0.0"
description: >-
KeeperHub workflow automation — manage and execute on-chain workflows,
templates, protocol actions, marketplace workflows, and direct wallet actions
via the KeeperHub MCP API (parity with OpenClaw plugin).
provides_tools:
- kh_list_workflows
- kh_get_workflow
- kh_create_workflow
- kh_update_workflow
- kh_delete_workflow
- kh_execute_workflow
- kh_search_org_workflows
- kh_get_execution_status
- kh_get_execution_logs
- kh_search_templates
- kh_get_template
- kh_deploy_template
- kh_search_plugins
- kh_get_plugin
- kh_list_action_schemas
- kh_list_integrations
- kh_get_wallet_integration
- kh_search_protocol_actions
- kh_execute_protocol_action
- kh_execute_transfer
- kh_execute_contract_call
- kh_execute_check_and_execute
- kh_get_direct_execution_status
- kh_search_workflows_marketplace
- kh_call_workflow
- kh_ai_generate_workflow
- kh_tools_documentation
- kh_status
requires_env:
- name: KH_API_KEY
description: KeeperHub organisation API key (starts with kh_)
url: https://app.keeperhub.com
secret: true
author: KeeperHub