High-standard, open-source agent skills from OFOX AI — one monorepo so every skill ships with the same quality bar (clear safety contracts, real-tool recipes, no leaking of secrets or local paths).
Skills work with Claude Code, Cursor, Copilot, and 70+ other agents via skills.sh.
Install everything:
npx skills add ofoxai/skills
Or a single skill:
npx skills add ofoxai/skills@hal-vault
npx skills add ofoxai/skills@hal-image
| Skill | Group | Description |
|---|---|---|
| hal-vault | Secrets | Agent-safe secret management: SSH-key encrypted storage, tag search, masked-by-default output — store, search, and inject secrets without ever seeing or leaking them. |
| hal-image | Media | Agent-safe image handling: read metadata, resize/crop/composite/montage/watermark/convert with ImageMagick, and losslessly compress before sending so images stay small and transfers don't stall. |
One repo, one quality bar. Each skill is self-contained under skills/<name>/
(a SKILL.md plus optional references/), declared in
skills.sh.json. Publishing many skills from a single
high-standard repo is easier to govern, version, and review than a repo per
skill — and consumers can still install any skill individually with
ofoxai/skills@<name>.
See CONTRIBUTING.md for the bar every skill must clear.
- ofoxai/hal-vault — the SSH-key
encrypted secret store the
hal-vaultskill drives (Go CLI, built on age). - ofoxai/hal2099 — the 24/7 digital-human cluster on native Claude Code that these skills equip.
MIT © OFOX AI