Agent Skillsmelandlabs/openloomi › openloomi-handoff

openloomi-handoff

GitHub

通过OpenLoomi桥接脚本,将Codex中的任务委托、排队或提醒需求转发给Loomi处理。用于后续跟进与通知,不自行构建持久层,确保上下文安全且不含敏感信息。

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

Trigger Scenarios

用户要求通过Loomi移交任务 用户要求委派任务 用户要求将任务加入队列 用户要求设置提醒 用户要求通过Loomi进行后续跟进

Install

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

Non-standard path

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

Use without installing

npx skills use melandlabs/openloomi@openloomi-handoff

指定 Agent (Claude Code)

npx skills add melandlabs/openloomi --skill openloomi-handoff -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-handoff",
    "description": "Use OpenLoomi handoff workflows from Codex to send current tasks to Loomi for follow-up, reminders, delegation, or later attention. Trigger when users ask to hand off, delegate, queue, remind, or follow up through Loomi.",
    "allowed-tools": "Bash(node $SKILL_DIR\/..\/..\/scripts\/loomi-bridge.mjs *)"
}

OpenLoomi Handoff

Use this skill as a thin wrapper for OpenLoomi handoff workflows. Do not build a separate task queue, reminder store, or persistence layer inside the Codex plugin.

First, load workflow guidance:

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

Then check readiness:

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

If ready: false, follow the reported nextAction before attempting handoff. When ready: true, wrap the handoff request with the taskPromptPrefix returned by workflow-guidance, then pass that runtime-safe prompt over stdin:

printf "%s" "<taskPromptPrefix>\n\nOriginal user request: <handoff request>" | node "$SKILL_DIR/../../scripts/loomi-bridge.mjs" run

Do not send wording that asks the inner runtime to invoke Codex plugins, OpenLoomi plugins, skills, shell commands, or loomi-bridge. Include enough task context for OpenLoomi to create a follow-up, but do not include secrets. OpenLoomi runtime owns handoff persistence and notification routing.

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-connectors/SKILL.md
plugins/codex/skills/openloomi-feature-guide/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
401b3271
Indexed
2026-07-19 17:58

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