story-roleplay

Solid

Parse and apply character cards and world info files in multiple formats (PNG, WebP, JSON), fully compatible with SillyTavern format. Supports automatic parsing, keyword triggering, and dynamic updates.

AI & Automation 28,123 stars 2742 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Story Roleplay Skills Parse and apply character cards and world info files for immersive story roleplay experiences. Fully compatible with SillyTavern formats. ## ⚠️ Core Constraints (Must Follow) 1. **🚫 ABSOLUTELY FORBIDDEN**: Guessing PNG/WebP image content, must use parser tool to extract data 2. **✅ MUST EXECUTE**: Prioritize copying preset tool (`skills/story-roleplay/scripts/`), create only if not found 3. **⚠️ LAST RESORT**: When creating scripts, use complete code at end of file, version must be `1.0.0` (do not use `^`) --- ## Common: Parser Tool Usage Workflow ### Quick Path (Try First) **Step 1: Copy Preset Tool** Try in the following order until successful: - **Method 1 (Highest Priority)**: Relative path (if workspace is under project root): ```bash cp skills/story-roleplay/scripts/parse-character-card.js . && cp skills/story-roleplay/scripts/package.json . ``` - **Method 2**: Search upward for project root (up to 5 levels): ```bash for dir in . .. ../.. ../../.. ../../../.. ../../../../..; do if [ -f "$dir/skills/story-roleplay/scripts/parse-character-card.js" ]; then cp "$dir/skills/story-roleplay/scripts/parse-character-card.js" . cp "$dir/skills/story-roleplay/scripts/package.json" . break fi done ``` - **Method 3**: Global search (exclude temp directories): ```bash SCRIPT_PATH=$(find ~ -name "parse-character-card.js" -path "*/skills/story-roleplay/scripts/*" ! -path "*/temp*" ! -path "*/*-temp*" ! -...

Details

Author
iOfficeAI
Repository
iOfficeAI/AionUi
Created
10 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category