@johnnren/openclaw-hook-advanced-bootstrap
v1.0.0
Published
OpenClaw hook: configurable bootstrap content injection with per-agent filtering
Maintainers
Readme
OpenClaw Hook: Advanced Bootstrap
Configurable bootstrap content injection with per-agent filtering.
Features
- Config-driven sources: Multiple source paths with glob support
- Template variables:
{agentId},{workspace},{date},{yesterday}, etc. - Per-agent filtering:
include/excludearrays per source - Include syntax:
{{include:path}}in bootstrap files
Install
npm install openclaw-hook-advanced-bootstrapConfiguration
{
"hooks": {
"internal": {
"entries": {
"advanced-bootstrap": {
"enabled": true,
"sources": [
{
"path": "~/.openclaw/shared/bootstrap/*.md",
"mode": "prepend"
}
]
}
}
}
}
}See HOOK.md for full documentation.
License
MIT
