π¦ ClawHub
OpenClaw SillyTavern Plugin
by @garfeildma
SillyTavern-compatible roleplay plugin with character cards, long memory, multimodal output (TTS/image), and Generative-Agents-style companion.
βοΈ Configuration
Provider Resolution Priority
1. OpenClaw global api.config
2. ~/.openclaw/openclaw-rp/provider.json
3. Environment variables (OPENCLAW_RP_LOCALE, OPENAI_*, GEMINI_*)
Agent Image Tool
Add to your OpenClaw config to expose rp_generate_image as an agent tool:
{
"plugins": {
"entries": {
"openclaw-rp-plugin": {
"config": {
"agentImage": {
"enabled": true,
"provider": "openai",
"imageModel": "gpt-image-1"
}
}
}
}
}
}
Then allow the tool in your agent config:
{
"tools": {
"profile": "messaging",
"alsoAllow": ["rp_generate_image"]
}
}
Locale / i18n
Supports Chinese (zh) and English (en). Resolution priority:
OPENCLAW_RP_LOCALE β provider.json locale β openclaw.json locale β system LANG β default zh.
export OPENCLAW_RP_LOCALE=en
TERMINAL
clawhub install openclaw-tavern