hermes-imports

hermes-imports

熱門

將本機 Hermes 操作員工作流程轉換為清理過的 ECC 技能與發布套件成品。在準備將 Hermes 工作流程公開於 ECC 重複使用,且不洩漏私人工作區狀態、憑證或僅限本機路徑時使用。

23萬星標
3.6萬分支
更新於 2026/7/27
SKILL.md
readonlyread-only
name
hermes-imports
description

Convert local Hermes operator workflows into sanitized ECC skills and release-pack artifacts. Use when preparing a Hermes workflow for public ECC reuse without leaking private workspace state, credentials, or local-only paths.

Hermes Imports

當您要將重複使用的 Hermes 工作流程轉換為可在 ECC 安全發布的內容時,請使用此技能。

Hermes 是操作員 shell。ECC 是可重複使用的工作流程層。匯入應將穩定的模式從 Hermes 移至 ECC,而不移動私人狀態。

When To Use

  • Hermes 工作流程已重複足夠多次,可成為可重複使用的內容。
  • 本機操作員提示應成為公開的 ECC 技能。
  • 啟動、內容、研究或工程工作流程需要經過清理的交接文件。
  • 工作流程提及本機路徑、憑證、個人資料集或私人帳戶名稱,這些必須在發布前移除。

Import Rules

  • 將本機路徑轉換為儲存庫相對路徑或佔位符。
  • 將實際帳戶名稱替換為角色標籤,例如 operatordefault profileworkspace owner
  • 僅依提供者名稱描述憑證需求。
  • 保持範例簡潔且具操作性。
  • 不要發布原始工作區匯出、令牌、OAuth 檔案、健康資料、CRM 資料或財務資料。
  • 如果工作流程需要私人狀態才能理解,請保持在本機。

Sanitization Checklist

在提交匯入的工作流程前,掃描以下項目:

  • 絕對路徑,例如 /Users/...
  • ~/.hermes 路徑,除非文件明確說明本機設定
  • API 金鑰、令牌、cookie、OAuth 檔案或 bearer 字串
  • 電話號碼、私人電子郵件地址和個人聯絡圖譜
  • 尚未公開的客戶名稱、家族名稱或帳戶名稱
  • 收入、健康或 CRM 詳細資料
  • 包含來自私人系統的工具輸出的原始日誌

Conversion Pattern

  1. 識別可重複的操作員循環。
  2. 移除私人輸入和輸出。
  3. 將本機路徑重寫為儲存庫相對範例。
  4. 將一次性指示轉換為 When To Use 區段和簡短流程。
  5. 加入具體的輸出需求。
  6. 在開啟 PR 前執行機密和本機路徑掃描。

Example: Launch Handoff

本機 Hermes 提示:

Read my local workspace files and finalize launch copy.

ECC 安全版本:

Use the public release pack under docs/releases/<version>/.
Return one X thread, one LinkedIn post, one recording checklist, and the missing assets list.

Example: Quiet-Hours Operator Job

本機 Hermes 工作:

Run my private inbox, finance, and content checks overnight.

ECC 安全版本:

Describe the scheduler policy, the quiet-hours window, the escalation rules, and the categories of checks. Do not include private data sources or credentials.

Output Contract

回傳:

  • 候選 ECC 技能名稱
  • 清理後的工作流程摘要
  • 所需的公開輸入
  • 已移除的私人輸入
  • 剩餘風險
  • 應建立或更新的檔案