Agent skill · Backend & API

openloomi-setup

OpenLoomi first-use setup and readiness guidance for skill-only agent runtimes. Use when OpenLoomi is not yet installed, the local API is not reachable, the session/token is missing, or the user needs a manual install and launch walkthrough before using OpenLoomi skills.

melandlabsgithub.com/melandlabsGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add melandlabs/openloomi --skill openloomi-setup --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: Bash(node$SKILL_DIR/scripts/openloomi-setup.cjs*)
Path: skills/openloomi-setup/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 764
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenLoomi Setup Use this skill first when OpenLoomi readiness is unknown. Keep it lightweight and manual-first: - If OpenLoomi Desktop is not installed, point the user to the official Getting Started docs. - If the desktop app is installed but not running, tell the user to open it. - If the local API is not reachable, ask the user to retry after launch. - If the token/session is missing, ask the user to complete sign-in or guest session setup inside OpenLoomi. ## Check Readiness Run the bundled status script when you need a quick local check: ```bash node "$SKILL_DIR/scripts/openloomi-setup.cjs" status ``` The script reports: - whether OpenLoomi Desktop looks installed - whether the local API responds on `3414` or `3515` - whether `~/.openloomi/token` exists - what the next manual step should be ## Output Contract Treat `ready: true` as the handoff point to the other OpenLoomi skills: - `openloomi-memory` - `openloomi-connectors` - `openloomi-loop` - `openloomi-api` If `ready` is false, surface the returned `nextAction` and the official Getting Started link instead of guessing. ## Official Install Path If the desktop app is missing, direct the user to: - `https://openloomi.ai/doc

What's inside
Steps it walks through
  1. Check Readiness
  2. Output Contract
  3. Official Install Path
Ships with 1 file
  • scripts/openloomi-setup.cjs
Commands it runs
node "$SKILL_DIR/scripts/openloomi-setup.cjs" status
More from openloomi
All skills →
About this skill
What does the openloomi-setup skill do?

OpenLoomi first-use setup and readiness guidance for skill-only agent runtimes. Use when OpenLoomi is not yet installed, the local API is not reachable, the session/token is missing, or the user needs a manual install and launch walkthrough before using OpenLoomi skills.

How do I install it?

Run `npx skills add melandlabs/openloomi --skill openloomi-setup --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From melandlabs/openloomi, a repository with 764 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going