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.
- package/package.json +1 -1
- package/skill/SKILL.md +4 -5
package/package.json
CHANGED
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.
|
|
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
|
-
|
|
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
|
{
|