hermes-imports
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.
npx skills add mturac/everything-openai-codex --skill hermes-imports --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Hermes Imports 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. ## When To Use - A Hermes workflow has repeated enough times to become reusable. - A local operator prompt should become a public ecc skill. - A launch, content, research, or engineering workflow needs sanitized handoff docs. - A workflow mentions local paths, credentials, personal datasets, or private account names that must be removed before publication. ## Import Rules - Convert local paths to repo-relative paths or placeholders. - Replace live account names with role labels such as `operator`, `default profile`, or `workspace owner`. - Describe credential requirements by provider name only. - Keep examples narrow and operational. - Do not ship raw workspace exports, tokens, OAuth files, health data, CRM data, or finance data. - If the workflow requires private state to make sense, keep it local. ## Sanitization Checklist Before committing an imported workflow, scan for: - absolute paths such as `/Users/...` - `~/.hermes`
- When To Use
- Import Rules
- Sanitization Checklist
- Conversion Pattern
- Example: Launch Handoff
- Example: Quiet-Hours Operator Job
- Output Contract
What does the hermes-imports skill do?
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.
How do I install it?
Run `npx skills add mturac/everything-openai-codex --skill hermes-imports --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
