openloomi-tour

openloomi-tour is a skill for Claude Code, Codex from melandlabs/openloomi. It costs 117 tokens per session (6,373 once invoked), scanned B, original, Apache-2.0.

An interactive first-run tour of OpenLoomi, the desktop AI coworker, from setup checks through its main workflow.

In plain words
What is it for?
It helps check installation, connect work tools, run a Loop cycle, review and approve a decision card, add information to memory, and optionally configure custom rules.
Why use it?
It gives new users a guided way to verify setup and understand the product without repeating steps they have already completed.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also runs codex exec. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

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 It helps check installation, connect work tools, run a Loop cycle, review and approve a decision card, add information to memory, and optionally configure custom rules.

Compare 6 skills 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,025 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, Codex.

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 openloomi-tour

README.md
[![agentmods](https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-tour/github.svg)](https://agentmods.dev/skills/melandlabs/openloomi/openloomi-tour)
Your own site
<a href="https://agentmods.dev/skills/melandlabs/openloomi/openloomi-tour"><img src="https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-tour/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openloomi-tour

Your own site · 80×15
<a href="https://agentmods.dev/skills/melandlabs/openloomi/openloomi-tour"><img src="https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-tour.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,373 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.00117 $0.06373
Opus 5 $0.00059 $0.03187
Sonnet 5 $0.00023 $0.01275
Haiku 4.5 $0.00012 $0.00637

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

Security

Grade B, and why

openloomi-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 11d 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/openloo

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/openloo
plugins/claude/skills/openloomi-tour/SKILL.md · 521 lines

How it starts

The opening of the file, as written. The whole thing — 521 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenLoomi Tour — Hands-on Walkthrough

This skill is the canonical first-run experience for Claude Code users. After /openloomi:setup finishes and prints its post-ready walkthrough, the user can type /openloomi:tour (or any of the trigger phrases) and you'll run the same pipeline live, stopping between phases so the user can react.

The tour is interactive, idempotent, and skippable. Each phase checks its own prerequisite and lets the user move on with next / skip / back. Nothing is destructive — if the user already did a phase, you re-confirm it and move on.


Reference docs

Quick links to the OpenLoomi docs that this tour draws from. Every phase below cites the relevant entries inline.

Topic Doc
Getting started / install / one-time setup https://openloomi.ai/docs/getting-started
What OpenLoomi is (the pipeline in one page) https://openloomi.ai/docs/what-is-openloomi
Glossary — every term used here (Connector / Signal / Loop channel / Action Runner / etc.) https://openloomi.ai/docs/glossary
Loop engine — ticks, Decisions, cards, channels, classifier rules https://openloomi.ai/docs/loop
Loop — Approve / Edit Draft / dry-run anatomy of a Card https://openloomi.ai/docs/loop#approvals-and-dry-run
Memory — people / projects / notes / insights / Screen Capture https://openloomi.ai/docs/memory
Knowledge Base / Library — uploaded documents (PDF, DOCX, MD, …) https://openloomi.ai/docs/library
Connectors — Slack / Gmail / GitHub / Linear / Notion / HubSpot / … https://openloomi.ai/docs/connectors
Native messaging bots — Telegram / WhatsApp / iMessage / Feishu / DingTalk / QQ / WeChat https://openloomi.ai/docs/messaging-apps
Composio / Loop channel — OAuth broker for 1000+ apps https://openloomi.ai/docs/glossary#composio--loop-channel
Attention Agent — Loomi the fox, card bubbles, sprite states https://openloomi.ai/docs/attention-agent
Agent Runtimes — Claude / Codex / OpenCode / Hermes / OpenClaw https://openloomi.ai/docs/reference/agent-runtimes
Plugins — bridge from Claude Code / Codex into OpenLoomi https://openloomi.ai/docs/plugins
Automation / Proactive Tasks — recurring scheduled work https://openloomi.ai/docs/automation
Chat — conversational entry point (not Loop) https://openloomi.ai/docs/chat
Skills — reusable capabilities inside OpenLoomi https://openloomi.ai/docs/skills
Audit Log — every consequential moment recorded https://openloomi.ai/docs/privacy-security#audit-logs
Privacy & Security — local-first, AES-256, what's stored where https://openloomi.ai/docs/privacy-security
Changelog — what's new in each release https://openloomi.ai/docs/changelog

Read the full file on GitHub · 521 lines

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. 11d ago First seen · 521 lines · 117 tokens per session scan B a8d775f163aa

Subscribe to this mod's changes

openloomi-tour is a skill published in the GitHub repository melandlabs/openloomi (1,025 stars, last pushed 11d ago), licensed Apache-2.0. It adds 117 tokens to every session and 6,373 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

alleneee/skill-agent · 62 tokens

slack-gif-creator

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

alleneee/skill-agent · 57 tokens

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external agents through well-designed tools. Use when building MCP servers to integrate external APIs or agents, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

alleneee/skill-agent · 61 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

alleneee/skill-agent · 59 tokens

self-improvement

A process for recording useful lessons from unexpected failures, user corrections, missing abilities, and reusable project patterns.

alleneee/skill-agent · 60 tokens