A professional engine for importing and interacting with SillyTavern character cards within the OpenClaw ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cn
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cn using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables AI agents to process SillyTavern compatible character cards in PNG, WEBP, or JSON formats. By extracting embedded metadata from TavernAI V2 and V3 specifications, it allows users to engage in deep roleplay or integrate specific character personalities into their daily AI interactions using Openclaw Skills. The engine translates complex character definitions into actionable prompts that redefine the agent's behavior and knowledge base.
Ensure you have Node.js installed as it is required for metadata extraction. Use the following commands to prepare your environment for Openclaw Skills:
mkdir -p ~/.openclaw/characters
# Place the provided extract-card.js in your skill base directory
You can then import characters directly via URL:
# Example for importing from a direct URL
curl -sL "[CARD_URL]" -o /tmp/card.png
node extract-card.js /tmp/card.png > ~/.openclaw/characters/character_name.json
The skill follows the TavernAI V2/V3 specification to ensure compatibility across the roleplay ecosystem. Data is organized as follows:
| Component | Description |
|---|---|
| Character JSON | Contains name, description, personality, and scenario metadata. |
| Lore Book | Keyword-triggered entries stored in MEMORY.md for deep world-building. |
| Relationship Memory | Chronological interaction logs to maintain continuity across Openclaw Skills sessions. |
| Macros | Support for dynamic replacements like {{char}}, {{user}}, and random dice rolls. |
Loading
A professional monitoring skill for managing Flowtriq-protected infrastructure and DDoS telemetry via an AI agent.

An automated financial management skill that tracks invoice statuses and drafts professional payment reminders to improve cash flow.

A powerful integration for NetHunt CRM that enables AI agents to manage leads, deals, and customer relationships through the Membrane CLI.

An intelligent sales agent that automates the entire lead generation lifecycle from deep research and qualification to multi-channel outreach and routing.

A comprehensive Python-driven toolset for programmatically managing Atlassian Confluence Cloud spaces, pages, and documentation.

A character card engine that enables the import and roleplay of SillyTavern-compatible AI personas across any messaging channel.
