Agent Skillsmelandlabs/openloomi › openloomi-install

openloomi-install

GitHub

OpenLoomi安装与首次设置助手。用于处理安装、配置及解决未安装或未最终化错误。通过检查状态并执行相应操作(如运行安装脚本、提示启动应用或登录)来引导用户完成环境配置,同时严格遵循安全规范不处理API密钥。

plugins/claude/skills/openloomi-install/SKILL.md melandlabs/openloomi

Trigger Scenarios

install openloomi 配置 openloomi setup openloomi openloomi not installed openloomi not finalized

Install

npx skills add melandlabs/openloomi --skill openloomi-install -g -y
More Options

Non-standard path

npx skills add https://github.com/melandlabs/openloomi/tree/main/plugins/claude/skills/openloomi-install -g -y

Use without installing

npx skills use melandlabs/openloomi@openloomi-install

指定 Agent (Claude Code)

npx skills add melandlabs/openloomi --skill openloomi-install -a claude-code -g -y

安装 repo 全部 skill

npx skills add melandlabs/openloomi --all -g -y

预览 repo 内 skill

npx skills add melandlabs/openloomi --list

SKILL.md

Frontmatter
{
    "name": "openloomi-install",
    "description": "OpenLoomi install & first-use setup helper for Claude Code. Use when the user wants to install OpenLoomi, configure it, or troubleshoot `OPENLOOMI_NOT_INSTALLED` \/ `OPENLOOMI_NOT_FINALIZED` errors after running `\/openloomi:setup` or `\/openloomi:status`. Triggers: install openloomi, 配置 openloomi, setup openloomi, openloomi not installed, openloomi not finalized, install_required, install missing.",
    "allowed-tools": "Bash(node ${CLAUDE_PLUGIN_ROOT}\/scripts\/loomi-bridge.mjs *)"
}

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.
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 apps/web/src-tauri/README.md 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.

Version History

  • 23e340f Current 2026-07-19 17:58

Same Skill Collection

plugins/claude/skills/composio/SKILL.md
plugins/claude/skills/openloomi-api/SKILL.md
plugins/claude/skills/openloomi-connectors/SKILL.md
plugins/claude/skills/openloomi-feature-guide/SKILL.md
plugins/claude/skills/openloomi-hooks/SKILL.md
plugins/claude/skills/openloomi-memory/SKILL.md
plugins/claude/skills/openloomi-pet/SKILL.md
plugins/claude/skills/openloomi/SKILL.md
plugins/codex/skills/composio/SKILL.md
plugins/codex/skills/openloomi-api/SKILL.md
plugins/codex/skills/openloomi-connectors/SKILL.md
plugins/codex/skills/openloomi-feature-guide/SKILL.md
plugins/codex/skills/openloomi-handoff/SKILL.md
plugins/codex/skills/openloomi-install/SKILL.md
plugins/codex/skills/openloomi-loop/SKILL.md
plugins/codex/skills/openloomi-memory/SKILL.md
plugins/codex/skills/openloomi-pet/SKILL.md
plugins/codex/skills/openloomi/SKILL.md
skills/agent-browser/SKILL.md
skills/composio/SKILL.md
skills/cua-driver/SKILL.md
skills/frontend-design/SKILL.md
skills/openloomi-api/SKILL.md
skills/openloomi-connectors/SKILL.md
skills/openloomi-feature-guide/SKILL.md
skills/openloomi-memory/SKILL.md
skills/pdf/SKILL.md
skills/skill-creator/SKILL.md
skills/weather/SKILL.md
plugins/claude/skills/openloomi-loop/SKILL.md
skills/docx/SKILL.md
skills/openloomi-loop/SKILL.md
skills/pptx/SKILL.md
skills/ui-ux-pro-max/SKILL.md
skills/xlsx/SKILL.md

Metadata

Files
0
Version
23e340f
Hash
424b38f5
Indexed
2026-07-19 17:58

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-22 16:35
浙ICP备14020137号-1 $お客様$