← 返回 Skills 市场
dantunes-github

Exile - Galactic Fracture

作者 dantunes-github · GitHub ↗ · v1.2.0
cross-platform ✓ 安全检测通过
1982
总下载
3
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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.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".

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install exile-galacticfracture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /exile-galacticfracture 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug exile-galacticfracture
版本 1.2.0
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1982 次。

如何安装 Exile - Galactic Fracture?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install exile-galacticfracture」即可一键安装,无需额外配置。

Exile - Galactic Fracture 是免费的吗?

是的,Exile - Galactic Fracture 完全免费(开源免费),可自由下载、安装和使用。

Exile - Galactic Fracture 支持哪些平台?

Exile - Galactic Fracture 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Exile - Galactic Fracture?

由 dantunes-github(@dantunes-github)开发并维护,当前版本 v1.2.0。

💬 留言讨论