This repository was archived by the owner on May 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
3. Quick Start
Prolix OCs edited this page Aug 14, 2025
·
1 revision
Get up and running with Silly Sim Tracker in minutes!
In any chat, add a message with a sim codeblock:
{
"worldData": {
"current_date": "2025-08-10",
"current_time": "14:30"
},
"characters": [
{
"name": "Alice",
"hp": 75,
"mp": 50,
"level": 5
}
]
}
When you send the message, a tracker card will automatically appear below it!
The card will display:
- Character name (Alice)
- Current date and time
- HP: 75
- MP: 50
- Level: 5
In your JSON data, add a background color:
{
"worldData": {
"current_date": "2025-08-10",
"current_time": "14:30"
},
"characters": [
{
"name": "Alice",
"hp": 75,
"mp": 50,
"bg": "#ff6b6b" // Coral red color
}
]
}
- Open Silly Sim Tracker settings
- Try different template options
- See how your cards change appearance
- Learn about custom fields to track what matters to you
- Create custom templates for your unique style
- Set up system prompts to automatically generate tracking data