mtmoc
v0.0.23
Published
OpenClaw plugin for event logging
Readme
mtmoc
Minimal public OpenClaw plugin for event logging.
Right now this package is intentionally small: it logs a few OpenClaw events to a local file so the package can be published and maintained independently.
Install
npm install mtmocConfigure
Add the plugin to your OpenClaw config and optionally set a log file path:
{
"plugins": [
{
"package": "mtmoc",
"config": {
"logFile": "./mtmoc-events.log"
}
}
]
}What it does
- logs message receive/send events
- logs session lifecycle events
- logs tool call lifecycle events
- writes newline-delimited text logs to a local file
Release model
This repository is configured to auto-publish to npm on every push to main.
Each release bumps the patch version automatically in GitHub Actions before publishing.
License
MIT
