@toolforest/toolforest-plugin 0.3.3 → 0.3.4
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 +3 -3
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# @toolforest/
|
|
1
|
+
# @toolforest/toolforest-plugin
|
|
2
2
|
|
|
3
|
-
OpenClaw plugin that connects your [Toolforest](https://www.toolforest.io) toolkits as native agent tools. Supports
|
|
3
|
+
OpenClaw plugin that connects your [Toolforest](https://www.toolforest.io) toolkits as native agent tools. Supports tools across Google Workspace, GitHub, prediction markets, health trackers, and more.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
openclaw plugins install @toolforest/
|
|
8
|
+
openclaw plugins install @toolforest/toolforest-plugin
|
|
9
9
|
openclaw gateway restart
|
|
10
10
|
```
|
|
11
11
|
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "toolforest",
|
|
3
3
|
"name": "Toolforest",
|
|
4
|
-
"description": "Connect
|
|
4
|
+
"description": "Connect your Toolforest toolkits as native OpenClaw agent tools. Supports tools across Google Workspace, GitHub, prediction markets, health trackers, and more.",
|
|
5
5
|
"configSchema": {
|
|
6
6
|
"type": "object",
|
|
7
7
|
"additionalProperties": false,
|
package/package.json
CHANGED