@kvasar/openclaw-storyblok-plugin 0.2.13 → 0.2.14

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
@@ -30,6 +30,8 @@ openclaw plugins update openclaw-storyblok
30
30
  ```
31
31
 
32
32
 
33
+
34
+
33
35
  ## Configuration
34
36
 
35
37
  When adding this plugin to an OpenClaw agent, provide the following configuration:
@@ -41,6 +43,23 @@ When adding this plugin to an OpenClaw agent, provide the following configuratio
41
43
  | `managementToken` | Management API token for write operations |
42
44
 
43
45
 
46
+ ```json
47
+ {
48
+ "plugins": {
49
+ "entries": {
50
+ "openclaw-figma": {
51
+ "config": {
52
+ "baseUrl": "${STORYBLOK_BASEURL}",
53
+ "spaceId": "${STORYBLOK_SPACEID}",
54
+ "managementToken": "${STORYBLOK_MANAGEMENT_TOKEN}"
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
60
+ ```
61
+
62
+
44
63
  Tokens can be generated in your Storyblok dashboard under **Settings > API**.
45
64
 
46
65
  ## Tools
@@ -95,4 +114,9 @@ All tools are namespaced with `storyblok_`. See tool descriptions in the agent f
95
114
 
96
115
  ---
97
116
 
98
- _Brought with ❤️ by [Kvasar Technologies](https://landing.kvasar.tech)_
117
+
118
+ _Brought with ❤️ by [Kvasar Technologies](https://landing.kvasar.tech)_
119
+
120
+ ## License
121
+
122
+ MIT © KVASAR Technologies
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-storyblok",
3
3
  "name": "Storyblok Integration",
4
- "version": "0.2.13",
4
+ "version": "0.2.14",
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.13",
3
+ "version": "0.2.14",
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",