openloomi-tour

Guides new OpenLoomi users through setup, connectors, Loop ticks, and Memory seeding.

1.0k|46|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/melandlabs/openloomi --skill openloomi-tour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openloomi-tour
Source: https://github.com/melandlabs/openloomi/tree/main/plugins/claude/skills/openloomi-tour
Command: npx skills add https://github.com/melandlabs/openloomi --skill openloomi-tour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

New OpenLoomi users finish setup without knowing whether the desktop agent, connectors, Loop engine, and Memory actually work together, leaving them unsure what to do next.

Core Features & Use Cases

  • Guided five-phase walkthrough: Runs pre-flight health checks, pet sprite reactions, connector onboarding (native bots, Composio OAuth, screen memory), a live Loop tick with decision card approval, and Memory seeding in one interactive session.
  • Idempotent and skippable phases: Each phase checks its own prerequisites and supports next/skip/back navigation, so rerunning the tour never duplicates or destroys state.
  • Optional power-user extensions: Registers custom Loop channels, classifier rules, and decision types via the localhost:3414 API, with confirmation cards and insight injection.
  • Use Case: After running /openloomi:setup, a first-time user types /openloomi:tour and watches Loomi react, connects Gmail via Composio, approves their first decision card, and seeds Memory files — all in one session.

Quick Start

Ask the assistant to start the OpenLoomi tour to walk through setup verification, connector onboarding, a Loop tick, and Memory seeding step by step.

Frequently Asked Questions about openloomi-tour

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

FAQPage Schema
How do I run the OpenLoomi guided tour after setup?

Type /openloomi:tour or a trigger phrase like "walk me through openloomi" after /openloomi:setup completes. The tour runs five phases interactively — pre-flight checks, pet reactions, connector onboarding, a Loop tick, and Memory seeding — with next/skip/back navigation between phases.

How do I connect Gmail or Slack to OpenLoomi during onboarding?

Use Composio OAuth by running composio link gmail or the equivalent toolkit command, which opens a browser authorization flow. Alternatively, connect native messaging bots like Telegram or WhatsApp, or enable screen memory on macOS through the pet's settings panel.

Why does the OpenLoomi Loop tick take so long to complete?

A Loop tick spawns an agentic subprocess on the desktop, so a cold tick on a fresh inbox takes 30–90 seconds and large inboxes up to 2–3 minutes. The tour fires the tick in the background and polls lastTickAt rather than blocking on the HTTP request.

Can I skip the Loop tick phase in the OpenLoomi tour?

Yes, Phase 3 is skipped automatically if no signal-source connector is connected, since Loop would have nothing to poll. Screen memory alone does not count because it writes directly to Memory and bypasses Signals entirely.

What should I do when the OpenLoomi localhost API is unreachable?

Retry the call outside the Claude Code network sandbox, since sandboxing can block loopback to localhost:3414 even when the desktop is listening. Run the bridge's run-host-probe command and only declare OpenLoomi unhealthy if the outside-sandbox retry also fails.