← Back to Skills Marketplace
dantunes-github

Exile - Galactic Fracture

by dantunes-github · GitHub ↗ · v1.2.0
cross-platform ✓ Security Clean
1982
Downloads
3
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install exile-galacticfracture
Description
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.
README (SKILL.md)

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.

Chunking rules

  • The hook should be presented as a single short block unless the host requires chunking.

CTA display rules

  • Show the CTA once per session unless the user explicitly asks again.
  • Do not show CTA in the middle of the story.
  • Keep the tone invitational, never pushy.
  • Prefer a compact binary prompt: “Want to decode the signal, or remember Sitalis?”

Waitlist handoff

  • If the user wants updates, invite them to join the waitlist in the companion app: https://galacticfracture.com.
  • Frame it as optional and consent-driven.
  • Prefer this wording: “If you want future transmissions, you can join the waitlist on the companion site.”
  • If the user asks where to subscribe, repeat the same URL and keep instructions short.

CTA copy (use verbatim)

If you want to continue in-universe:

  • Play Remember Sitalis at https://galacticfracture.com/game.html.
  • Read via Decode Signal at https://galacticfracture.com.

If you want the next transmissions (more excerpts), plus upcoming images / audio / short videos:

  • Join the waitlist in the companion app at https://galacticfracture.com.
  • Low frequency: 1-2 emails/month. No spam.

If you prefer audio, say: "read it aloud".

If you are interested, I can send concept art to early readers. Just say: "show concept art".

Usage Guidance
This skill appears coherent and low-risk: it reads only its local story files, shows content, and points users to the companion website for optional sign-ups. Before installing, you may want to: (1) verify the companion site (https://galacticfracture.com) yourself if you plan to follow external links; (2) remember the skill explicitly forbids capturing emails in chat — any signup would occur on the external site (which may request contact info); and (3) if you run this in an environment with strict data policies, confirm the host's behavior for opening external links or launching the game page. Otherwise, the skill's requested footprint matches its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: exile-galacticfracture Version: 1.2.0 The skill bundle is benign. All files (metadata, skill instructions, and content) are aligned with the stated purpose of delivering a sci-fi story hook and game experience. The SKILL.md explicitly prohibits email capture in chat and directs users to a consistent, legitimate external domain (galacticfracture.com) for further interaction. There are no signs of malicious code, data exfiltration, persistence mechanisms, or prompt injection attempts designed to subvert the agent or steal information. The `[SANITIZED]` and `[CORRUPTED]` tags in the content files are narrative elements, not obfuscation.
Capability Assessment
Purpose & Capability
Name/description promise a short cinematic hook, optional lore, and a consent-first waitlist handoff; the skill only references local content files (hook.md, lore.md) and an external companion site. It requests no binaries, env vars, or other resources that would be unrelated to delivering fiction and links.
Instruction Scope
SKILL.md explicitly instructs the agent to read local files under {baseDir}, present the hook, optionally provide lore if asked, and direct users to the companion site for waitlist sign-up. It forbids capturing emails in chat and does not instruct reading other system files, credentials, or transmitting user data to hidden endpoints. The only external interaction is recommending the companion site URL, which matches the stated purpose.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute or download. No installers, archives, package registries, or remote downloads are present.
Credentials
No required environment variables, credentials, or config paths are listed. The SKILL.md does not reference any undeclared secrets or external API keys; linking to an external site for an opt-in waitlist is proportionate to the feature set.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system presence or modify other skills. It is user-invocable and may be invoked autonomously by the agent (platform default), which is expected for this type of micro-skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install exile-galacticfracture
  3. After installation, invoke the skill by name or use /exile-galacticfracture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
**Expanded capability: now includes a playable in-universe game option.** - Added support for the playable "Remember Sitalis" game experience, with direct link and user prompt. - Updated prompts and guidance for interactive and playable content, not just story/lore. - Companion site instructions now highlight both the game and the “Decode Signal” reading interface. - Updated metadata tags to include "game", "interactive", and "prototype". - Clarified CTA: users are now clearly offered both the story and the game, with a compact, binary invitation. - All consent-first, no direct email collection in chat.
v1.1.1
**Summary:** Direct waitlist signup and email capture have been removed; users are now directed to the companion site for updates and future drops. - Removed all in-chat email capture and waitlist signup functionality. - Updated the call to action to direct users to join the waitlist on the companion site: https://galacticfracture.com. - Clarified in-skill behavior to avoid storing or requesting emails in chat. - CTA is now invitation-only, shown once per session, and never pushy. - Instructions for receiving concept art, audio, and lore remain unchanged.
v1.1.0
Version 1.1.0 - Added support for multiple hooks (e.g., "HOOK 1", "HOOK 2"); always serve the highest-numbered by default, comparing numerically. - Introduced handling rules for direct API subscription/deletion (POST to resolved subscribe/delete URLs, detailed error handling, and retry logic). - Updated subscription payload: `"source"` field is now `"exile-galacticfracture"` (was previously `"openclaw-skill"`). - Added section on the official companion site (visual + audio experience) and when to suggest it. - Expanded API error handling and user messaging for subscription failures or consent issues. - Clarified fallback instructions, metadata, and chunking rules.
v1.0.0
Initial release – delivers a quick sci-fi hook with optional worldbuilding and a consent-first waitlist signup. - Presents a cinematic “Exile transmission” (sci-fi hook) on demand as a story break. - Offers additional lore only if requested by the user. - Explicit email consent required before waitlist signup for future drops (more stories, art, audio). - Handles email validation, opt-in, and deletion flows. - Includes fallback instructions if automated signup is unavailable. - Low-frequency communication; clear privacy and consent process.
Metadata
Slug exile-galacticfracture
Version 1.2.0
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Exile - Galactic Fracture?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1982 downloads so far.

How do I install Exile - Galactic Fracture?

Run "/install exile-galacticfracture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Exile - Galactic Fracture free?

Yes, Exile - Galactic Fracture is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Exile - Galactic Fracture support?

Exile - Galactic Fracture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Exile - Galactic Fracture?

It is built and maintained by dantunes-github (@dantunes-github); the current version is v1.2.0.

💬 Comments