openloomi-install

openloomi-install is a skill for Claude Code from melandlabs/openloomi. It costs 124 tokens per session (667 once invoked), scanned A, original, Apache-2.0.

A setup and troubleshooting helper for OpenLoomi, a desktop tool that connects an agent to its runtime and related features. It checks installation, finalization, login, and provider setup states.

In plain words
What is it for?
Use it to install OpenLoomi, complete first-use setup, check whether the desktop app is ready, sign in, or diagnose setup errors.
Why use it?
It explains what is missing when OpenLoomi cannot start and guides the required next setup action.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

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 install OpenLoomi, complete first-use setup, check whether the desktop app is ready, sign in, or diagnose setup errors.

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.

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-install

README.md
[![agentmods](https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-install/github.svg)](https://agentmods.dev/skills/melandlabs/openloomi/openloomi-install)
Your own site
<a href="https://agentmods.dev/skills/melandlabs/openloomi/openloomi-install"><img src="https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-install/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-install

Your own site · 80×15
<a href="https://agentmods.dev/skills/melandlabs/openloomi/openloomi-install"><img src="https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 667 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00124 $0.00667
Opus 5 $0.00062 $0.00333
Sonnet 5 $0.00025 $0.00133
Haiku 4.5 $0.00012 $0.00067

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

Security

Grade A, and why

openloomi-install scanned grade A with 0 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 10d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude/skills/openloomi-install/SKILL.md · 36 lines

What it actually says

OpenLoomi Install Sub-skill

This sub-skill is auto-loaded when the user wants to install or fix OpenLoomi on their machine. It composes loomi-bridge operations and never downloads or executes anything outside the plugin's own scripts.

Quick workflow

  1. node ${CLAUDE_PLUGIN_ROOT}/scripts/loomi-bridge.mjs setup-status --json
  2. Based on nextAction / reason:
Reason / nextAction Action
OPENLOOMI_NOT_INSTALLED Run loomi-bridge install [--yes] after explicit y/N — OpenLoomi Desktop is not on this machine. For offline / corporate-proxy installs, point the user at the restricted-network guide (link below).
OPENLOOMI_NOT_FINALIZED / launch_openloomi_to_finalize OpenLoomi.app is installed (desktopMarker set) but the helper binary isn't on disk yet. Tell the user to launch OpenLoomi once (macOS: open -a "<desktopMarker>") so it lays down the helper, then re-run /openloomi:setup. Do NOT install.
LOGIN_REQUIRED Ask user to open OpenLoomi Desktop to sign in. Run setup-status again afterwards.
AI_PROVIDER_REQUIRED OpenLoomi has no authenticated Claude runtime and no per-user provider row. Point the user at running claude auth login (then re-run /openloomi:setup), or at OpenLoomi Desktop → API Settings for a custom endpoint.
SOURCE_FOUND_CLI_NOT_BUILT Show the build instructions from the OpenLoomi repo's Tauri build docs (or run loomi-bridge install-instructions) or recommend running the bundled installer instead.
READY Nothing to do.

Reminder: secrets contract

  • This plugin never handles AI provider API keys. AI provider configuration lives in the OpenLoomi runtime itself; the runtime detects the user's local claude CLI auth on its own.
  • If the user pastes a key into chat, redact it: do NOT echo it back, and tell them to remove it from chat history.
  • Never pass --api-key as an argv flag — there's no such flag in the plugin, by design.
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. 10d ago First seen · 36 lines · 124 tokens per session scan A abf4addc4d1b

Subscribe to this mod's changes

openloomi-install is a skill published in the GitHub repository melandlabs/openloomi (1,025 stars, last pushed 10d ago), licensed Apache-2.0. It adds 124 tokens to every session and 667 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. 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

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

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

self-improvement

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

alleneee/skill-agent · 60 tokens