@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 CHANGED
@@ -1,11 +1,11 @@
1
- # @toolforest/openclaw-plugin
1
+ # @toolforest/toolforest-plugin
2
2
 
3
- OpenClaw plugin that connects your [Toolforest](https://www.toolforest.io) toolkits as native agent tools. Supports 250+ tools across GitHub, Google Sheets, Slack, and more.
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/openclaw-plugin
8
+ openclaw plugins install @toolforest/toolforest-plugin
9
9
  openclaw gateway restart
10
10
  ```
11
11
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "toolforest",
3
3
  "name": "Toolforest",
4
- "description": "Connect all your Toolforest toolkits as native OpenClaw agent tools. Supports 250+ tools across GitHub, Google Sheets, Slack, and more.",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolforest/toolforest-plugin",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "OpenClaw plugin for Toolforest — registers all connected tools as native agent tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",