From ecc
Sanitizes local Hermes operator workflows into reusable ECC skills by stripping credentials, paths, and private data for safe publication.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ecc:hermes-importsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when turning a repeated Hermes workflow into something safe to ship in ECC.
Use this skill when turning a repeated Hermes workflow into something safe to ship in ECC.
Hermes is the operator shell. ECC is the reusable workflow layer. Imports should move stable patterns from Hermes into ECC without moving private state.
operator, default profile, or workspace owner.Before committing an imported workflow, scan for:
/Users/...~/.hermes paths unless the doc is explicitly explaining local setupWhen To Use section and a short process.Local Hermes prompt:
Read my local workspace files and finalize launch copy.
ECC-safe version:
Use the public release pack under docs/releases/<version>/.
Return one X thread, one LinkedIn post, one recording checklist, and the missing assets list.
Local Hermes job:
Run my private inbox, finance, and content checks overnight.
ECC-safe version:
Describe the scheduler policy, the quiet-hours window, the escalation rules, and the categories of checks. Do not include private data sources or credentials.
Return:
npx claudepluginhub affaan-m/ecc --plugin ecc211plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 211 plugins
Sanitizes local Hermes operator workflows into reusable ECC skills by stripping credentials, paths, and private data for safe publication.
Converts local Hermes operator workflows into sanitized ECC skills and release artifacts. Use to prepare reusable workflows for public sharing without leaking private state, credentials, or local paths.
Converts local, private Agent Skills into publishable artifacts by removing personal context, credentials, and machine-specific details.