-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenclaw.plugin.json
More file actions
42 lines (42 loc) · 1.2 KB
/
Copy pathopenclaw.plugin.json
File metadata and controls
42 lines (42 loc) · 1.2 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
{
"id": "composio",
"name": "Composio",
"description": "Access 1000+ third-party tools via Composio (Gmail, Slack, GitHub, Notion, etc.)",
"skills": [
"./skills"
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean",
"description": "Enable or disable the Composio integration"
},
"consumerKey": {
"type": "string",
"description": "Your Composio consumer key (ck_...) from dashboard.composio.dev/settings"
},
"mcpUrl": {
"type": "string",
"description": "Composio MCP server URL (default: https://mailclaw-mcp-361480946900.asia-east1.run.app/mcp)"
}
}
},
"uiHints": {
"enabled": {
"label": "Enable Composio",
"help": "Enable or disable the Composio integration"
},
"consumerKey": {
"label": "Consumer Key",
"help": "Your Composio consumer key (ck_...) from dashboard.composio.dev/settings",
"sensitive": true
},
"mcpUrl": {
"label": "MCP Server URL",
"help": "Composio MCP server URL (default: https://mailclaw-mcp-361480946900.asia-east1.run.app/mcp)",
"advanced": true
}
}
}