moltblock 0.7.2 → 0.7.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skill/SKILL.md +17 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moltblock",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Framework for building evolving composite AI intelligences (Entities)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/skill/SKILL.md CHANGED
@@ -1,15 +1,27 @@
1
1
  ---
2
- name: moltblock — Trust Layer for AI Agents
2
+ name: moltblock
3
3
  description: Verification gating for AI-generated artifacts. Policy checks and code verification to catch dangerous patterns before execution.
4
- homepage: https://github.com/moltblock/moltblock
4
+ version: 0.7.3
5
5
  metadata:
6
6
  openclaw:
7
7
  requires:
8
- bins:
9
- - node
8
+ env:
9
+ - OPENAI_API_KEY
10
+ - ANTHROPIC_API_KEY
11
+ - GOOGLE_API_KEY
12
+ - ZAI_API_KEY
13
+ anyBins:
10
14
  - npx
15
+ - node
16
+ config:
17
+ - moltblock.json
18
+ - ~/.moltblock/moltblock.json
11
19
  primaryEnv: OPENAI_API_KEY
12
- install: npm install -g moltblock@0.7.2
20
+ homepage: https://github.com/moltblock/moltblock
21
+ install:
22
+ - kind: node
23
+ package: moltblock@0.7.3
24
+ bins: [moltblock]
13
25
  ---
14
26
 
15
27
  # moltblock — Trust Layer for AI Agents