Agent Skillsmelandlabs/openloomi › openloomi-connectors

openloomi-connectors

GitHub

提供OpenLoomi连接器就绪状态指导,支持Telegram、WhatsApp等原生集成及Composio账户。用于检查配置状态、引导设置或执行任务,严禁在聊天中处理敏感凭证。

plugins/codex/skills/openloomi-connectors/SKILL.md melandlabs/openloomi

Trigger Scenarios

询问连接器是否已配置 需要设置连接器 询问已连接的账户列表

Install

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

Non-standard path

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

Use without installing

npx skills use melandlabs/openloomi@openloomi-connectors

指定 Agent (Claude Code)

npx skills add melandlabs/openloomi --skill openloomi-connectors -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-connectors",
    "description": "Use OpenLoomi connector readiness guidance from Codex for native integrations (Telegram, WhatsApp, iMessage, Lark\/Feishu, DingTalk, QQ, WeChat) and other connected platforms. Trigger when users ask whether connectors are configured, need setup, or block a Loomi workflow. Pair with the composio skill to also list composio-linked accounts.",
    "allowed-tools": "Bash(node $SKILL_DIR\/..\/..\/scripts\/loomi-bridge.mjs *)"
}

OpenLoomi Connectors

Use this skill as a thin wrapper for connector readiness guidance. Do not implement connector protocols in Codex and do not ask users to paste OAuth tokens, API keys, bot tokens, cookies, or connector secrets into Codex chat.

First, load workflow guidance:

node "$SKILL_DIR/../../scripts/loomi-bridge.mjs" workflow-guidance --workflow openloomi-connectors

Then check readiness:

node "$SKILL_DIR/../../scripts/loomi-bridge.mjs" setup-status

Report connector state as status and next action only. If a connector is missing or unavailable, guide the user to OpenLoomi-owned setup surfaces. If the runtime is ready and the user asks for a connector-backed task, pass the request over stdin:

printf "%s" "<user connector request>" | node "$SKILL_DIR/../../scripts/loomi-bridge.mjs" run

Keep connector authentication, sync, message access, and platform-specific actions inside OpenLoomi runtime.

When setup-status includes connectorStatusAvailable: true, report only the status-only connector fields such as id, connected, and accountCount. When it includes connectorSetupRecommended: true, treat recommendedNextAction: "configure_connectors" as a non-blocking setup recommendation and hand the user to the reported OpenLoomi /connectors URL. Do not treat this as core runtime failure when ready: true.

setup-status may merge Loop connector rows with OpenLoomi native integration accounts (for example QQbot or Feishu) as status-only connector rows. Report that connected state when present, but keep all authentication, sync, and account management inside OpenLoomi.

For accounts connected through Composio (a broader 1000+ apps surface), treat the composio skill as a sibling status-only source. When the user asks "what am I connected to?" or "list all linked accounts", invoke the composio skill in parallel (composio-cli list-connections, or mcp__composio__COMPOSIO_MANAGE_CONNECTIONS with action: "list") and merge its results with the setup-status connector rows before reporting. Keep authentication, OAuth, and disconnect flows native to each skill — do not route Composio auth or connection management through OpenLoomi.

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-install/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-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
5669ef42
Indexed
2026-07-19 17:58

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