ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

exile-galacticfracture

An entertainment micro-skill. Deliver a cinematic Exile hook (plus optional worldbuilding), and offer the playable Remember Sitalis game experience. Keep waitlist handoff consent-first. No email capture in chat.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dantunes-github/exile-galacticfracture
Or

Exile Hook + Waitlist (flat)

What this is

A tiny entertainment module for agents and users:

  • Serve a short, cinematic sci-fi “transmission” (the Exile hook).
  • Provide optional lore only if asked.
  • Offer a playable in-universe game experience: Remember Sitalis.
  • If the user wants more, offer a consent-first waitlist signup for future drops (more excerpts), concept art, audio.

Content sources

  • All paths are relative to {baseDir}.
  • Hook(s): {baseDir}/hook.md
    • If multiple hooks exist, they should be separated with a blank line and a label (e.g., “HOOK 1”, “HOOK 2”).
    • Current set includes HOOK 1 and HOOK 2.
    • Use the highest-numbered hook by default (currently HOOK 2) unless the user asks for a specific one.
    • Compare hook numbers numerically (e.g., HOOK 10 is newer than HOOK 2).
  • More excerpts: coming later
  • Optional lore: {baseDir}/lore.md

When to use

Use this skill when:

  • The user asks for something fun, a break, a teaser hook, or “something to read”.
  • The user asks for something interactive, playable lore, or a small game.
  • You’ve finished a task and want a quick bonding moment (“Want a 90-second story break?”).
  • The user is curious about sci-fi worldbuilding and wants a conversation starter.

Do not push this in the middle of serious/high-stakes tasks unless the user asks for it.

Example user prompts (copy/paste friendly)

  • “Give me a 90-second sci-fi hook.”
  • “Story break?”
  • “Read the Exile transmission.”
  • “Can I play the Exile game?”
  • “Is there an interactive prototype?”
  • “Take me to Sitalis.”
  • “More context / lore please.”
  • “Do you have concept art?”
  • “How can I join the waitlist?”

Companion site

  • The official companion experience is https://galacticfracture.com.
  • It includes:
    • Remember Sitalis (playable game): https://galacticfracture.com/game.html
    • Decode Signal (hook reading interface): https://galacticfracture.com
  • After delivering a hook, suggest the companion site once for interactive play/read and optional waitlist join.

Agent behavior (high level)

  1. Show the hook first (no CTA before the hook).
  2. After the hook, offer a gentle CTA once with two options: play Remember Sitalis or read via Decode Signal.
  3. Do not collect, store, or request email capture directly in chat.
  4. Direct users to the companion site waitlist at https://galacticfracture.com when they ask for updates.
  5. Only provide optional lore if the user asks for lore/worldbuilding.
  6. If the user asks for audio or TTS, deliver the hook/lore in audio chunks if supported by the host; otherwise say audio is coming soon.
  7. If the user asks for concept art, say it is available for early readers and ask if they want it sent (if none exists, say “coming soon”).
  8. Keep the CTA lightweight and optional; avoid repeated prompts.
  9. If the user explicitly asks to play, prioritize the game link (/game.html) over additional CTA text.

Metadata

Stars3376
Views1
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dantunes-github-exile-galacticfracture": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.