moltbot-channel-feishu 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/clawdbot.plugin.json +2 -2
- package/moltbot.plugin.json +2 -2
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -6,10 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
# npm
|
|
9
|
-
moltbot
|
|
9
|
+
moltbot plugins install moltbot-channel-feishu
|
|
10
10
|
|
|
11
11
|
# GitHub (for testing)
|
|
12
|
-
moltbot
|
|
12
|
+
moltbot plugins install github:samzong/moltbot-channel-feishu
|
|
13
|
+
|
|
14
|
+
# if already use clawdbot
|
|
15
|
+
clawdbot plugins install moltbot-channel-feishu
|
|
16
|
+
clawdbot plugins install github:samzong/moltbot-channel-feishu
|
|
13
17
|
```
|
|
14
18
|
|
|
15
19
|
## Configure
|
package/clawdbot.plugin.json
CHANGED
package/moltbot.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moltbot-channel-feishu",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "Production-grade Feishu/Lark channel plugin for Clawdbot",
|
|
5
|
+
"description": "Production-grade Feishu/Lark channel plugin for Moltbot(Clawdbot)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"clawdbot",
|
|
13
|
+
"moltbot",
|
|
13
14
|
"feishu",
|
|
14
15
|
"lark",
|
|
15
16
|
"plugin",
|
|
@@ -83,4 +84,4 @@
|
|
|
83
84
|
"engines": {
|
|
84
85
|
"node": ">=20.0.0"
|
|
85
86
|
}
|
|
86
|
-
}
|
|
87
|
+
}
|