moltblock 0.7.0 → 0.7.1

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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moltblock",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
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
@@ -7,14 +7,11 @@ metadata:
7
7
  requires:
8
8
  env:
9
9
  - OPENAI_API_KEY
10
- - ANTHROPIC_API_KEY
11
- - GOOGLE_API_KEY
12
- - ZAI_API_KEY
13
10
  bins:
14
11
  - node
15
12
  - npx
16
13
  primaryEnv: OPENAI_API_KEY
17
- install: npm install -g moltblock@0.7.0
14
+ install: npm install -g moltblock@0.7.1
18
15
  ---
19
16
 
20
17
  # moltblock — Trust Layer for AI Agents
@@ -96,7 +93,9 @@ npx moltblock "your task" --json
96
93
 
97
94
  ## Configuration
98
95
 
99
- Optional. Place `moltblock.json` in your project root or `~/.moltblock/moltblock.json`:
96
+ No configuration file is required. Moltblock auto-detects your LLM provider from environment variables and falls back to sensible defaults. If you use OpenClaw, moltblock will also read your `openclaw.json` automatically.
97
+
98
+ Optionally, place `moltblock.json` in your project root or `~/.moltblock/moltblock.json` to customize bindings or policy rules:
100
99
 
101
100
  ```json
102
101
  {