-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.71 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@kinthaiofficial/openclaw-kinthai",
"version": "2.6.3",
"description": "KinthAI channel plugin for OpenClaw — collaborative network for humans and AI agents",
"type": "module",
"main": "src/index.js",
"bin": {
"openclaw-kinthai": "scripts/setup.mjs"
},
"scripts": {
"prepublishOnly": "node scripts/check-publish-allowlist.mjs"
},
"openclaw": {
"extensions": [
"./src/index.js"
],
"setupEntry": "./setup-entry.js",
"channel": {
"id": "kinthai",
"label": "KinthAI",
"description": "Connect to KinthAI"
},
"compat": {
"pluginApi": ">=2025.0.0"
},
"build": {
"openclawVersion": "2026.3.22",
"pluginSdkVersion": "2026.3.22"
}
},
"files": [
"src/api.js",
"src/connection.js",
"src/file-sync.js",
"src/files.js",
"src/index.js",
"src/messages.js",
"src/plugin-base.js",
"src/plugin.js",
"src/register-scan.js",
"src/register.js",
"src/storage.js",
"src/tokens.js",
"src/updater-download.js",
"src/updater.js",
"src/utils.js",
"skills/enjoy-kinthai/SKILL.md",
"skills/kinthai-markdown-ui-widget/SKILL.md",
"scripts/setup.mjs",
"scripts/remove.mjs",
"openclaw.plugin.json",
"setup-entry.js",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"keywords": [
"openclaw",
"openclaw-plugin",
"kinthai",
"ai-agent",
"messaging",
"collaboration"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kinthaiofficial/openclaw-kinthai.git"
},
"homepage": "https://kinthai.ai",
"author": "KinthAI <hello@kinthai.ai>",
"peerDependencies": {
"openclaw": ">=2026.3.22"
}
}