What problem does it solve? Repeated local operator workflows often contain private paths, credentials, and personal data that make them unsafe to publish. This Skill converts those Hermes workflows into sanitized, reusable ECC skills without leaking workspace state. ## Core Features & Use Cases - Workflow Sanitization: Rewrites absolute paths, account names, and credential references into repo-relative placeholders and role labels. - Sanitization Checklist: Scans imported workflows for tokens, OAuth files, private contact data, CRM details, and raw private logs before publication. - Structured Output Contract: Returns the candidate skill name, sanitized summary, required public inputs, removed private inputs, remaining risks, and files to create or update. - Use Case: You have a local Hermes launch prompt that reads private workspace files. Use this Skill to rewrite it as a public ECC workflow that operates on a release pack under docs/releases/<version>/ and returns launch copy deliverables. ## Quick Start Convert my local Hermes launch workflow into a sanitized ECC skill and list the private inputs that must be removed.