@usecoil/skill-hermes
v0.1.4
Published
Hermes Agent skill package for Coil agent workflows
Maintainers
Readme
Coil Hermes Agent Skill
Installable Hermes Agent skill package for Coil agent workflows. The command
below is the exact install form for this immutable package. Confirm registry
availability against the reviewed release manifest before use. It verifies the
installed CLI and installs the compatible @usecoil/cli package when coil is
not already available:
npx --yes @usecoil/[email protected] --base-url https://www.usecoil.com
coil config set-base-url https://www.usecoil.com --profile prod
printf '%s' "$COIL_API_KEY" | coil auth login --profile prod --key -
coil --profile prod agent-context --jsonThe installer copies the coil-api skill and its references into
~/.hermes/skills/coil-api. New Hermes sessions discover it through the native
skills index; hermes skills list can verify the installation when Hermes is
available.
Supply COIL_API_KEY through a secret manager or hidden prompt. The installer
does not accept, print, or persist authentication secrets. Do not configure
COIL_ORG_ID; Coil API keys are organization-scoped.
This package is proprietary (UNLICENSED). It installs a Hermes Agent skill,
not an MCP server.
