@kvasar/openclaw-storyblok-plugin 0.2.10 → 0.2.12

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
@@ -13,6 +13,18 @@ This plugin integrates OpenClaw with Storyblok CMS, exposing tools to manage sto
13
13
  - Create components
14
14
  - Get space details
15
15
 
16
+
17
+ ## Installation
18
+
19
+ ```bash
20
+ # 1. Install the plugin
21
+ openclaw plugins install @kvasar/openclaw-storyblok
22
+
23
+ # 2. Restart the gateway
24
+ openclaw gateway restart
25
+ ```
26
+
27
+
16
28
  ## Configuration
17
29
 
18
30
  When adding this plugin to an OpenClaw agent, provide the following configuration:
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-storyblok",
3
3
  "name": "Storyblok Integration",
4
- "version": "0.2.10",
4
+ "version": "0.2.12",
5
5
  "description": "Provides tools to interact with Storyblok CMS via Management API and Delivery API. Supports stories, components, and space management.",
6
6
  "activation": {
7
7
  "onStartup": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvasar/openclaw-storyblok-plugin",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "description": "OpenClaw plugin — interact with Storyblok CMS via Management API and Delivery API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",