Skip to content

Commit 7d3e8c1

Browse files
committed
Improve README production setup
1 parent c4c5ae9 commit 7d3e8c1

6 files changed

Lines changed: 19 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.7 - 2026-05-26
4+
5+
- Improved the README production setup section for cleaner ClawHub rendering.
6+
- Replaced inline-code-heavy setup steps with a compact operator checklist table.
7+
38
## 0.1.6 - 2026-05-26
49

510
- Improved the README console bridge section for clearer ClawHub rendering.

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,15 @@ Validate against your exact Mautic instance before broad rollout, especially if
4949

5050
## Production Setup
5151

52-
1. Set `baseUrl` to the internal URL OpenClaw should use for Mautic.
53-
2. Provide `MAUTIC_API_USERNAME` and `MAUTIC_API_PASSWORD` from a secret store or runtime environment.
54-
3. Keep maintenance, automation, and workspace access disabled unless the operator needs them.
55-
4. Deploy `mautic/console-bridge.php` only if `mautic_console` is required.
56-
5. Use restrictive OpenClaw profiles or explicit tool allowlists for agents that process untrusted input.
52+
Use these production defaults unless a trusted operator needs broader access.
53+
54+
| Step | Action | Guidance |
55+
| --- | --- | --- |
56+
| Connect Mautic | Set baseUrl | Use the internal URL OpenClaw should call, not a public browser URL unless required by your deployment. |
57+
| Add credentials | Provide API username and password | Load them from a secret store or runtime environment, not from plugin UI config. |
58+
| Keep access narrow | Leave optional controls disabled | Enable maintenance, automation, or workspace access only for trusted operators. |
59+
| Add console access only if needed | Deploy the console bridge | The bridge is required only for console commands. All other tools can run without it. |
60+
| Limit agent exposure | Use restrictive OpenClaw profiles | Prefer explicit tool allowlists for agents that process untrusted input. |
5761

5862
## Required Secrets
5963

docs/CLAWHUB_READINESS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Result:
4848
"name": "@completetech/openclaw-mautic-plugin",
4949
"displayName": "Mautic Control",
5050
"family": "bundle-plugin",
51-
"version": "0.1.6"
51+
"version": "0.1.7"
5252
}
5353
```
5454

@@ -67,7 +67,7 @@ Result: passed. ClawHub detected:
6767
"name": "@completetech/openclaw-mautic-plugin",
6868
"displayName": "Mautic Control",
6969
"family": "bundle-plugin",
70-
"version": "0.1.6"
70+
"version": "0.1.7"
7171
}
7272
```
7373

docs/PRIVATE_SOURCE_REVIEW_REQUEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Historical/alternate handoff only. The repository is currently public, so this p
66

77
- Package name: `@completetech/openclaw-mautic-plugin`
88
- Plugin id: `mautic-control`
9-
- Version: `0.1.6`
9+
- Version: `0.1.7`
1010
- Source repository: `CompleteTech-LLC-AI-Research/openclaw-mautic-plugin`
1111
- Current source visibility: public
1212
- Branch: `main`

openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "mautic-control",
33
"name": "Mautic Control",
44
"description": "Typed tools for controlled Mautic REST API access, webhook inspection, optional console maintenance, and optional workspace file staging.",
5-
"version": "0.1.6",
5+
"version": "0.1.7",
66
"contracts": {
77
"tools": [
88
"mautic_status",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@completetech/openclaw-mautic-plugin",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "OpenClaw plugin for controlled Mautic API, webhook, console bridge, and workspace operations.",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)