🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

OpenClaw SillyTavern Plugin

by @garfeildma

SillyTavern-compatible roleplay plugin with character cards, long memory, multimodal output (TTS/image), and Generative-Agents-style companion.

Versionv0.1.0
Installs1
βš™οΈ 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

View on ClawHub
TERMINAL
clawhub install openclaw-tavern

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’