Generate an Arknights operator agent based on gacha probabilities. Use when user wants to create a random Arknights character agent with authentic lore and personality.
Generate an Arknights operator agent based on gacha probabilities. Use when user wants to create a random Arknights character agent with authentic lore and personality.
Arknights Operator Gacha
Generate a random Arknights operator agent with authentic lore-based personality.
Architecture
This skill uses a worker script + LLM generation architecture:
Voice and Mannerisms - Speech patterns, catchphrases (from Dialogue)
Relationships - Connections to other characters
Themes - Internal conflicts, philosophy
How to Embody - Acting guidance
Reference: Original Voice Lines - Key quotes (EN with CN)
Write to: [workspace]/SOUL.md
Step 4: Update IDENTITY.md
Fill in the [TO_BE_FILLED_BY_LLM] fields with actual Class and Faction from fetched lore.
Step 5: Final Git Commit
cd ~/.openclaw/workspace-{agent_name}
git add -A
git commit -m "Add SOUL.md: {en_name} ({cn_name}) ({stars}★)"
Step 6: Roleplay Scene - Operator Arrival
Spawn the operator in a roleplay scenario consistent with Arknights game lore. In this universe, operators join Rhodes Island through standard recruitment channels and are unaware of the meta "gacha" system.
sessions_spawn(
task="You are an operator of Rhodes Island who has just completed onboarding, now reporting to the Doctor. Introduce yourself naturally, showcasing your personality. Reference your 'Introduction' or 'Talk' voice lines for tone.\n\n⚠️ IMPORTANT: Output ONLY the character's dialogue. Do NOT include meta-commentary, explanations, or scene descriptions. Just speak as the operator would.",
agentId="{operator-name}",
mode="run",
timeoutSeconds=60
)