SKILL.md
readonly只读
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,而不移动私有状态。
何时使用
- Hermes 工作流重复次数足够多,变得可重用。
- 本地操作员提示应成为公共 ECC 技能。
- 启动、内容、研究或工程工作流需要经过清理的交接文档。
- 工作流中提及本地路径、凭据、个人数据集或私有账户名称,这些必须在发布前移除。
导入规则
- 将本地路径转换为仓库相对路径或占位符。
- 将实际账户名称替换为角色标签,例如
operator、default profile或workspace owner。 - 仅通过提供商名称描述凭据要求。
- 保持示例简洁且可操作。
- 不要发布原始工作区导出、令牌、OAuth 文件、健康数据、CRM 数据或财务数据。
- 如果工作流需要私有状态才能理解,则保持本地。
清理检查清单
在提交导入的工作流之前,检查:
- 绝对路径,例如
/Users/... ~/.hermes路径,除非文档明确解释本地设置- API 密钥、令牌、cookies、OAuth 文件或 bearer 字符串
- 电话号码、私人电子邮件地址和个人联系人图
- 尚未公开的客户名称、姓氏或账户名称
- 收入、健康或 CRM 详细信息
- 包含来自私有系统的工具输出的原始日志
转换模式
- 识别可重复的操作员循环。
- 剥离私有输入和输出。
- 将本地路径重写为仓库相对示例。
- 将一次性指令转换为
When To Use部分和简短流程。 - 添加具体的输出要求。
- 在打开 PR 之前运行秘密和本地路径扫描。
示例:启动交接
本地 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.
示例:静默时段操作员任务
本地 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.
输出契约
返回:
- 候选 ECC 技能名称
- 清理后的工作流摘要
- 必需的公共输入
- 已移除的私有输入
- 剩余风险
- 应创建或更新的文件






