affaan-m/ECC/docs/zh-CN/skills/hermes-imports/SKILL.md
hermes-imports
Review hermes-imports's use cases, installation, workflow, and original source instructions.
- Source repository stars
- 234,327
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-27
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
当需要将重复的 Hermes 工作流转化为可在 ECC 中安全发布的内容时,使用此技能。
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/hermes-imports"Inspect the Agent Skill "hermes-imports" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/zh-CN/skills/hermes-imports/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
使用时机
Hermes 工作流重复次数足够多,已具备可复用性 本地操作员提示词需要升级为公共 ECC 技能 启动、内容、研究或工程工作流需要经过净化的交接文档 工作流中包含本地路径、凭证、个人数据集或私有账户名,发布前必须移除
Hermes 工作流重复次数足够多,已具备可复用性本地操作员提示词需要升级为公共 ECC 技能启动、内容、研究或工程工作流需要经过净化的交接文档 - 02
导入规则
将本地路径转换为仓库相对路径或占位符 用角色标签(如 operator、default profile、workspace owner)替换真实账户名 仅通过提供商名称描述凭证要求 保持示例简洁且可操作 不得发布原始工作区导出文件、令牌、OAuth 文件、健康数据、CRM 数据或财务数据 若工作流依赖私有状态才能理解,则保留在本地
将本地路径转换为仓库相对路径或占位符用角色标签(如 operator、default profile、workspace owner)替换真实账户名仅通过提供商名称描述凭证要求 - 03
净化检查清单
绝对路径(如 /Users/...) /.hermes 路径(除非文档明确说明本地设置) API 密钥、令牌、Cookie、OAuth 文件或 Bearer 字符串 电话号码、私人邮箱地址及个人联系人图谱 尚未公开的客户名称、家族名称或账户名 收入、健康或 CRM 详情 包含私有系统工具输出的原始日志
绝对路径(如 /Users/...)/.hermes 路径(除非文档明确说明本地设置)API 密钥、令牌、Cookie、OAuth 文件或 Bearer 字符串
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 73/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 234,327 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- affaan-m/ECC
- Skill path
- docs/zh-CN/skills/hermes-imports/SKILL.md
- Commit
- 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
Hermes 导入
当需要将重复的 Hermes 工作流转化为可在 ECC 中安全发布的内容时,使用此技能。
Hermes 是操作员外壳。ECC 是可复用工作流层。导入操作应将稳定模式从 Hermes 迁移至 ECC,同时避免移动私有状态。
使用时机
- Hermes 工作流重复次数足够多,已具备可复用性
- 本地操作员提示词需要升级为公共 ECC 技能
- 启动、内容、研究或工程工作流需要经过净化的交接文档
- 工作流中包含本地路径、凭证、个人数据集或私有账户名,发布前必须移除
导入规则
- 将本地路径转换为仓库相对路径或占位符
- 用角色标签(如
operator、default profile、workspace owner)替换真实账户名 - 仅通过提供商名称描述凭证要求
- 保持示例简洁且可操作
- 不得发布原始工作区导出文件、令牌、OAuth 文件、健康数据、CRM 数据或财务数据
- 若工作流依赖私有状态才能理解,则保留在本地
净化检查清单
提交导入的工作流前,需扫描:
- 绝对路径(如
/Users/...) ~/.hermes路径(除非文档明确说明本地设置)- API 密钥、令牌、Cookie、OAuth 文件或 Bearer 字符串
- 电话号码、私人邮箱地址及个人联系人图谱
- 尚未公开的客户名称、家族名称或账户名
- 收入、健康或 CRM 详情
- 包含私有系统工具输出的原始日志
转换模式
- 识别可重复的操作员循环
- 剥离私有输入与输出
- 将本地路径重写为仓库相对路径示例
- 将一次性指令转化为
When To Use章节及简短流程 - 添加具体输出要求
- 在发起 PR 前执行密钥与本地路径扫描
示例:启动交接
本地 Hermes 提示词:
读取我的本地工作区文件并最终确定发布文案。
ECC 安全版本:
使用 docs/releases/<version>/ 下的公开发布包。
返回一条 X 帖子、一条 LinkedIn 帖子、一份录制检查清单以及缺失资源列表。
示例:静默时段操作员任务
本地 Hermes 任务:
夜间运行我的私人收件箱、财务和内容检查。
ECC 安全版本:
描述调度器策略、静默时段、升级规则以及检查类别。请勿包含私有数据源或凭据。
输出契约
返回:
- 候选 ECC 技能名称
- 净化后的工作流摘要
- 必需的公共输入
- 已移除的私有输入
- 剩余风险
- 应创建或更新的文件
Alternatives