SND Lifestream Integration

Orchestrate teleportation and world changes in SND macros via Lifestream Lua API.

1|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/vaoan/SND --skill snd-lifestream-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SND Lifestream Integration
Source: https://github.com/vaoan/SND/tree/main/.claude/skills/snd-lifestream
Command: npx skills add https://github.com/vaoan/SND --skill snd-lifestream-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates teleportation, world changes, housing transitions, and instance management within SND macros using the Lifestream plugin, reducing manual setup and errors.

Core Features & Use Cases

  • Lifestream integration for teleportation and world changes across multiple zones
  • Housing and instance management (FC houses, apartments, and world transitions)
  • Status checks and safe operation sequencing to avoid conflicts during macro execution

Quick Start

To start, trigger a simple teleport to a target destination by name, for example: IPC.Lifestream.AethernetTeleport("CentralHub") and wait for completion.

Frequently Asked Questions about SND Lifestream Integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate teleportation and world changes in SND macros?

You can automate teleportation and world changes in SND macros by integrating the Lifestream plugin, which exposes a Lua API for orchestrating aethernet teleports, housing transitions, and instance management across different worlds.

Does Lifestream integration support housing and instance management in SND macros?

Yes, Lifestream integration supports housing and instance management in SND macros, handling FC houses, apartments, and world transitions across different data centers.

Can I trigger aethernet teleportation using a Lua API in SND macros?

Yes, you can trigger aethernet teleportation using the Lua API in SND macros by calling IPC.Lifestream.AethernetTeleport with the target destination name and waiting for completion.

How do I avoid conflicts during automated world changes and teleportation in SND macros?

To avoid conflicts during automated world changes and teleportation in SND macros, the Lifestream integration performs status checks and applies safe operation sequencing throughout macro execution.

Do I need the Lifestream plugin to automate housing transitions in SND macros?

Yes, you need the Lifestream plugin installed to automate housing transitions in SND macros, as it provides the underlying teleportation logic and the Lua API required for these operations.