openclaw-productboard 1.0.11 → 1.0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-productboard",
3
3
  "name": "ProductBoard",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "description": "ProductBoard integration for managing features, products, and customer feedback",
6
6
  "configSchema": {
7
7
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-productboard",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "OpenClaw plugin for ProductBoard integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -2,6 +2,8 @@
2
2
  name: productboard-feedback
3
3
  description: Create and manage customer feedback notes in ProductBoard
4
4
  user-invocable: true
5
+ homepage: https://github.com/robertoamoreno/openclaw-productboard
6
+ metadata: {"openclaw":{"emoji":"💬"}}
5
7
  ---
6
8
 
7
9
  # ProductBoard Feedback Skill
@@ -2,11 +2,8 @@
2
2
  name: productboard-release
3
3
  description: Manage ProductBoard releases and roadmap planning
4
4
  user-invocable: false
5
- metadata:
6
- openclaw:
7
- requires:
8
- env:
9
- - PRODUCTBOARD_API_TOKEN
5
+ homepage: https://github.com/robertoamoreno/openclaw-productboard
6
+ metadata: {"openclaw":{"emoji":"🚀"}}
10
7
  ---
11
8
 
12
9
  # ProductBoard Release Planning Skill
@@ -2,6 +2,8 @@
2
2
  name: productboard-search
3
3
  description: Search and explore ProductBoard features, products, and feedback
4
4
  user-invocable: true
5
+ homepage: https://github.com/robertoamoreno/openclaw-productboard
6
+ metadata: {"openclaw":{"emoji":"🔍"}}
5
7
  ---
6
8
 
7
9
  # ProductBoard Search Skill