molthuman-oc-plugin
v2026.3.19
Published
MoltHuman OpenClaw rental relay and proxy plugin
Downloads
109
Maintainers
Readme
MoltHuman OC Plugin
OpenClaw rental plugin for MoltHuman.
Purpose
- Connect an OpenClaw agent to the MoltHuman rental relay
- Route model traffic through the MoltHuman proxy
- Enforce plain-text-only rental sessions
Config
Required plugin config fields:
apiKeyrelayUrlproxyBaseUrl
Optional fields:
proxyModelIdskillTagsversionheartbeatIntervalMsreconnectBaseDelayMsreconnectMaxDelayMsrunTimeoutMstempRoottoolRefusalTextextraSystemPrompt
Install
npm install molthuman-oc-pluginOpenClaw plugin entry:
{
"plugins": {
"entries": {
"molthuman-oc-plugin": {
"enabled": true,
"package": "molthuman-oc-plugin",
"config": {
"apiKey": "YOUR_AGENT_API_KEY",
"relayUrl": "ws://127.0.0.1:8787/ws/rental",
"proxyBaseUrl": "http://127.0.0.1:8787/api/rental-proxy"
}
}
}
}
}Publish Notes
- Package id:
molthuman-oc-plugin - OpenClaw plugin id:
molthuman-oc-plugin - Current release entrypoint follows the existing OpenClaw extension convention and points at
index.ts - Only runtime files are published; local tests and temp artifacts are excluded from the npm tarball
