@serein-213/openclaw-yinshield
v0.1.0
Published
Thin OpenClaw bridge for the local YinShield privacy service.
Maintainers
Readme
OpenClaw YinShield Plugin
Thin OpenClaw plugin that forwards masking requests to a local yinshield serve process.
Install
bash scripts/setup-openclaw-yinshield.shManual path:
openclaw plugins install @serein-213/openclaw-yinshield
openclaw plugins enable openclaw-yinshieldConfig
{
"plugins": {
"entries": {
"openclaw-yinshield": {
"enabled": true,
"config": {
"baseUrl": "http://127.0.0.1:27811",
"mode": "placeholder",
"authToken": "change-me",
"timeoutMs": 10000
}
}
}
}
}Tools
yinshield_maskyinshield_unmaskyinshield_shield_messages
Use session_id in tool inputs if you want cross-turn consistent aliases/placeholders.
If the local service is unavailable, the plugin tells the user to run yinshield serve.
