Agent skill · AI & Agents

openloomi

OpenLoomi entrypoint for skill-only agent runtimes without a plugin mechanism. Use when the user mentions OpenLoomi or Loomi, wants first-use setup guidance, wants to use local OpenLoomi memory, connectors, Loop, knowledge base, RAG search, or asks how to install OpenLoomi skills in runtimes such as WorkBuddy or other skill-capable agents.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/openloomi/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 Skills Entrypoint Use this skill as the front door for OpenLoomi in agents that can load skills but do not support OpenLoomi plugins. OpenLoomi remains the runtime owner. The desktop app owns memory storage, connector credentials, Loop execution, model/provider settings, local API routes, and secret handling. Skills only explain how to route work into that local runtime. ## First Step When readiness is unknown, start with `openloomi-setup`. It guides the user through installing or opening OpenLoomi Desktop, confirming the local API, and finishing the session/token setup. Do not ask the user to paste API keys, OAuth tokens, connector secrets, or OpenLoomi auth tokens into chat. ## Route Requests Use the narrow OpenLoomi skill that matches the task: | User intent | Use | | --- | --- | | First-use setup, install guidance, readiness checks | `openloomi-setup` | | Search memory, knowledge base, documents, insights | `openloomi-memory` | | Connect platforms, list accounts, check connector status, send replies | `openloomi-connectors` | | Use third-party OAuth apps such as Slack, Gmail, GitHub, Notion, Linear, or Jira | `composio`, paired with `openloomi-connectors` | | Inspec

What's inside
Steps it walks through
  1. First Step
  2. Route Requests
  3. Common Flows
  4. Boundaries
More from openloomi
All skills →
About this skill
What does the openloomi skill do?

OpenLoomi entrypoint for skill-only agent runtimes without a plugin mechanism. Use when the user mentions OpenLoomi or Loomi, wants first-use setup guidance, wants to use local OpenLoomi memory, connectors, Loop, knowledge base, RAG search, or asks how to install OpenLoomi skills in runtimes such as WorkBuddy or other skill-capable agents.

How do I install it?

Run `npx skills add melandlabs/openloomi --skill openloomi --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