tour

tour is a command for Claude Code from melandlabs/openloomi. It costs 29 tokens per session (571 once invoked), scanned B, original, Apache-2.0.

A guided first-use walkthrough for OpenLoomi, an automation tool that connects bots, memory, and decision workflows.

In plain words
What is it for?
Use it to check readiness, choose a connector, run a Loop cycle, review a decision card, save memories, and optionally add custom workflow rules.
Why use it?
It helps new users complete setup and understand the main workflow one stage at a time.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the openloomi plugin — 11 skills, 10 commands, 8 hooks shipped together

Good fit Use it to check readiness, choose a connector, run a Loop cycle, review a decision card, save memories, and optionally add custom workflow rules.

Compare 6 commands from other repositories ↓
About the project

OpenLoomi is an open-source desktop AI coworker that connects work tools, gathers context, and highlights decisions or actions needing attention. It is for people managing work across multiple apps, and its catalogue add-ons extend the resident desktop for agent frameworks such as Claude Code, Codex, OpenCode, Hermes, and OpenClaw.

melandlabs/openloomi · 1,022 stars · on GitHub · openloomi.ai

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add melandlabs/openloomi
Claude Code
/plugin install openloomi

Made for: Claude Code.

Or install openloomi, the plugin that ships this one along with the rest of its 11 skills, 10 commands, 8 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tour

README.md
[![agentmods](https://agentmods.dev/badge/commands/melandlabs/openloomi/tour.svg)](https://agentmods.dev/commands/melandlabs/openloomi/tour)
Your own site
<a href="https://agentmods.dev/commands/melandlabs/openloomi/tour"><img src="https://agentmods.dev/badge/commands/melandlabs/openloomi/tour.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 571 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00571
Opus 5 $0.00015 $0.00285
Sonnet 5 $0.00006 $0.00114
Haiku 4.5 $0.00003 $0.00057

Measured 8d ago against content hash bf54462ca75c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade B, and why

tour scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

allowed-tools: Bash(node ${CLAUDE_PLUGIN_ROOT}/scripts/loomi-bridge.mjs *), Bash(node ${CLAUDE_PLUGIN_ROOT}/skills/openloomi-connectors/scripts/openloomi-connectors.cjs *), Bash(node ${CLAUDE_PLUGIN_ROOT}/skills/openloom

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Bash(node ${CLAUDE_PLUGIN_ROOT}/scripts/loomi-bridge.mjs *), Bash(node ${CLAUDE_PLUGIN_ROOT}/skills/openloomi-connectors/scripts/openloomi-connectors.cjs *), Bash(node ${CLAUDE_PLUGIN_ROOT}/skills/openloom
plugins/claude/commands/tour.md · 44 lines

What it actually says

/openloomi:tour

Thin doorway into the openloomi-tour sub-skill. The skill runs the full first-run pipeline live with checkpoints between phases:

  1. Pre-flight (setup-status, run-host-probe, selected execution-provider readiness)
  2. Pet reaction (4 sprite states cycled)
  3. Connector onboarding (native bot vs Composio OAuth — user picks)
  4. Run one Loop tick + inspect & approve a decision card
  5. Seed Memory (add-memory × 3 + search-all)
  6. Optional extensions: custom Loop channel / classifier rule / decision type

The skill is the source of truth — read it first for the exact shell snippets per phase. This doorway just confirms the entry point.

Steps

  1. Confirm setup: ready (or run /openloomi:setup first if not).
  2. Load the openloomi-tour skill and execute its phases in order. Stop between phases for the user to react (next / skip / back).
  3. On exit (done, exit, or all five phases complete), print the quick-reference card from the /openloomi:setup post-ready walkthrough.

When to suggest

  • "I just installed OpenLoomi, what now?" → /openloomi:tour
  • "Show me everything OpenLoomi can do" → /openloomi:tour
  • "Walk me through the pipeline" → /openloomi:tour
  • "带我看一下" / "体验一下" / "一条龙" → /openloomi:tour

For everything inside the tour (specific commands, decision card shapes, channel registration payloads), say the trigger phrase from the openloomi-tour frontmatter and Claude will pick the right subcommand.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 44 lines · 29 tokens per session scan B bf54462ca75c

Subscribe to this mod's changes

tour is a command published in the GitHub repository melandlabs/openloomi (1,022 stars, last pushed 7d ago), licensed Apache-2.0. It adds 29 tokens to every session and 571 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.