Explain how to connect NovelAI to OpenClaw through a local OpenAI-compatible shim. Use when the user wants configuration guidance for a local NovelAI adaptor, model selection, or OpenClaw `base_url` setup.
Use this skill to explain how a local adaptor can bridge OpenClaw's OpenAI-style API calls to NovelAI, and how to configure OpenClaw to talk to that local endpoint.
This skill is for explanation and local configuration guidance:
base_url and model names should be configured in OpenClaw.Do not use this skill to:
Follow these rules whenever this skill is used:
If the user wants to enable runtime use, follow this order:
Safe examples:
pip install novelai-openclaw-adaptor
novelai-config init
Do not use examples like:
novelai-config init --api-key "YOUR_NOVELAI_API_KEY"
If the user needs help deciding whether the package is trustworthy, suggest reviewing its repository, release history, and maintainers before installation.
Text models:
glm-4-6eratokayracliokrakeeuterpesigurdgenjisnekImage models:
nai-diffusion-4-5-fullnai-diffusion-4-5-curatednai-diffusion-4-fullnai-diffusion-4-curatednai-diffusion-3nai-diffusion-3-furryWhen helping with setup, ask the user which model they want instead of assuming silently. If they do not care, recommend:
glm-4-6nai-diffusion-4-5-fullWhen explaining how to connect OpenClaw to the adaptor:
base_url to the local adaptor endpoint, such as http://127.0.0.1:xxxx/v1 or http://localhost:xxxx/v1.sk-local, but the real NovelAI credential should stay in the local adaptor config only.If the user has already verified the package source and approved local usage, these commands are relevant:
novelai-config --help
novelai-shim --help
novelai-image --help
Use novelai-config init as the normal guided setup entry point. It should collect local configuration such as:
Once the local adaptor is configured and running, image generation can use the normal OpenClaw or OpenAI-style prompt flow.
Example prompt:
1girl, solo, masterpiece, best quality, highly detailed
The adaptor is responsible for translating that prompt into the format expected by NovelAI.